|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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)
UserAction
true
.
isEnabledForFileBrowsing
in interface UserAction
request
- Servlet request from user
true
if user can browse the server, or
false
public boolean isEnabledForFileUpload(javax.servlet.http.HttpServletRequest request)
UserAction
true
.
isEnabledForFileUpload
in interface UserAction
request
- 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 |