|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpaceAware
Indicates that an action may have a space set on it by the SpaceAwareInterceptor
| Method Summary | |
|---|---|
boolean |
isSpaceRequired()
If the action requires that the space be set before being run, then it should return true to this method. |
boolean |
isViewPermissionRequired()
If the action requires that the user needs viewPagePermissions, then it should return true to this method. |
void |
setSpace(Space space)
IOC method for setting the space on the action. |
| Methods inherited from interface com.atlassian.confluence.spaces.actions.Spaced |
|---|
getSpace |
| Method Detail |
|---|
void setSpace(Space space)
space - the space that the action will be working on.boolean isSpaceRequired()
boolean isViewPermissionRequired()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||