|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.atlassian.confluence.core.ConfluenceActionSupport
com.atlassian.confluence.security.actions.AbstractPermissionsAction
com.atlassian.confluence.security.actions.AbstractSpacePermissionsAction
@Deprecated public abstract class AbstractSpacePermissionsAction
| Field Summary |
|---|
| Fields inherited from class com.atlassian.confluence.security.actions.AbstractPermissionsAction |
|---|
anonymousPermissionRow, groupPermissionRows, permissionsAdministratorBuilder, userPermissionRows |
| Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
|---|
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, log, messageHolder, permissionManager, permitted, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager |
| Fields inherited from class com.opensymphony.xwork.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
AbstractSpacePermissionsAction()
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getGuardPermission()
Deprecated. Obtains the relevant guard permission for the action |
String |
getKey()
Deprecated. |
Space |
getSpace()
Deprecated. |
boolean |
isPermitted()
Deprecated. |
boolean |
isSpaceRequired()
Deprecated. If the action requires that the space be set before being run, then it should return true to this method. |
boolean |
isViewPermissionRequired()
Deprecated. |
void |
setKey(String key)
Deprecated. |
void |
setSpace(Space space)
Deprecated. IOC method for setting the space on the action. |
void |
setSpaceManager(SpaceManager spaceManager)
Deprecated. |
| Methods inherited from class com.atlassian.confluence.security.actions.AbstractPermissionsAction |
|---|
bootstrap, getAnonymousPermissionRow, getGroupPermissionRows, getPermissions, getRequestParams, getUserPermissionRows, isAdminUser, setPermissionsAdministratorBuilder |
| Methods inherited from class com.opensymphony.xwork.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.confluence.security.actions.PermissionsAware |
|---|
getPermissionsAdministrator, isSharedMode, populateAdministrator |
| Methods inherited from interface com.atlassian.confluence.validation.MessageHolderAware |
|---|
validate |
| Constructor Detail |
|---|
public AbstractSpacePermissionsAction()
| Method Detail |
|---|
public void setSpaceManager(SpaceManager spaceManager)
public boolean isPermitted()
isPermitted in class ConfluenceActionSupportpublic String getGuardPermission()
PermissionsAware
getGuardPermission in interface PermissionsAwarepublic Space getSpace()
getSpace in interface Spacedpublic boolean isViewPermissionRequired()
isViewPermissionRequired in interface SpaceAwarepublic boolean isSpaceRequired()
SpaceAware
isSpaceRequired in interface SpaceAwarepublic void setSpace(Space space)
SpaceAware
setSpace in interface SpaceAwarespace - the space that the action will be working on.public String getKey()
public void setKey(String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||