|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fckeditor.requestcycle.impl.DisabledUserAction
public class DisabledUserAction
UserAction implementation which always returns false.
| Constructor Summary | |
|---|---|
DisabledUserAction()
|
|
| Method Summary | |
|---|---|
boolean |
isCreateFolderEnabled(HttpServletRequest request)
Checks if folder creation is enabled/allowed. |
boolean |
isEnabledForFileBrowsing(HttpServletRequest request)
Checks if resource retrieval/listing is enabled/allowed. |
boolean |
isEnabledForFileUpload(HttpServletRequest request)
Checks if file upload is enabled/allowed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DisabledUserAction()
| Method Detail |
|---|
public boolean isEnabledForFileBrowsing(HttpServletRequest request)
UserActionGetFolders and
GetFoldersAndFiles.isGetResourcesEnabled in future versions.
isEnabledForFileBrowsing in interface UserActionrequest - current user request instance
true if resource retrieval/listing is enabled/allowed,
else falsepublic boolean isEnabledForFileUpload(HttpServletRequest request)
UserActionFileUpload and QuickUpload.isFileUploadEnabled in future versions.
isEnabledForFileUpload in interface UserActionrequest - current user request instance
true if file upload is enabled/allowed, else falsepublic boolean isCreateFolderEnabled(HttpServletRequest request)
UserActionCreateFolder.
isCreateFolderEnabled in interface UserActionrequest - current user request instance
true if folder creation is enabled/allowed, else false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||