|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fckeditor.requestcycle.impl.UserActionImpl
public class UserActionImpl
Standard implementation for UserAction. It always returns
true.
| Constructor Summary | |
|---|---|
UserActionImpl()
|
|
| Method Summary | |
|---|---|
boolean |
isEnabledForFileBrowsing(javax.servlet.http.HttpServletRequest request)
Authenticates/enables the current user for browsing files. If the implementation doesn't bother you, just return true. |
boolean |
isEnabledForFileUpload(javax.servlet.http.HttpServletRequest request)
Authenticates/enables the current user for uploading files. If the implementation doesn't bother you, just return true. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserActionImpl()
| Method Detail |
|---|
public boolean isEnabledForFileBrowsing(javax.servlet.http.HttpServletRequest request)
UserActiontrue.
isEnabledForFileBrowsing in interface UserActionrequest - Servlet request from user
true if user can browse the server, or
falsepublic boolean isEnabledForFileUpload(javax.servlet.http.HttpServletRequest request)
UserActiontrue.
isEnabledForFileUpload in interface UserActionrequest - Servlet request from user
true if user can upload to the server, or
false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||