Method Summary |
|
AuthConstraint | getAuthConstraint() |
Class<? extends IWrapper> | getAuthWrapperClass() Return class of the auth wrapper. |
String | getAuthWrapperPrefix() Return prefix of the auth wrapper. |
Map<String, Class<? extends IWrapper>> | getAuxWrappers() Returns the lis of auxiliary IWrappers for the page. |
Map<String, Class<? extends ContextResource>> | getContextResources() Returns context resources defined for this page. |
public String | getDefaultFlow() |
Class<? extends ResdocFinalizer> | getFinalizer() Returns the class of the finalizer for the page (use with caution). |
Policy | getIWrapperPolicy() Returns the policy for the isActive() method. |
Map<String, ? extends IWrapperConfig> | getIWrappers() Returns the list of IWrappers for this page. |
String | getPageName() Returns the name of the page. |
Properties | getProperties() Returns properties defined for this page. |
Class<? extends State> | getState() Returns the class that is used to construct the state that
serves this page. |
boolean | isSSL() If true a SSL connection is forced when this page
is requested. |
boolean | requiresToken() |