|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageAware
Indicates that an action may have a page set on it by the PageAwareInterceptor. Check the
PageAwareInterceptor
for parameters which will cause the Page to be set.
Method Summary | |
---|---|
AbstractPage |
getPage()
|
boolean |
isLatestVersionRequired()
If the action can only work on the most recent version of a page, this will cause the interceptor to silently replace the version that it looks up with the most recent version, if necessary. |
boolean |
isPageRequired()
If the action requires that the page be set before being run, then it should return true to this method. |
boolean |
isViewPermissionRequired()
|
void |
setPage(AbstractPage page)
IOC method for setting the page on the action. |
Method Detail |
---|
AbstractPage getPage()
void setPage(AbstractPage page)
page
- the page that the action will be working on.boolean isPageRequired()
boolean isLatestVersionRequired()
boolean isViewPermissionRequired()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |