|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.moremotion.page.PageConfig
public class PageConfig
Contains information about a page such as language, encoding, checkpoint, alternative pages, allowed commands, etc.
Method Summary | |
---|---|
AccessControlDefinition |
getAccessControlDefinition(MoreMotionRequest request)
Returns AccessControlDefinition object of the page |
boolean |
getAvoidCaching(MoreMotionRequest request)
Returns true if Avoid Caching is specified in the page config, false otherwise |
ConditionalList |
getCommandDefinitions()
Returns the command definitions |
PageDataRequestList |
getDataRequests()
Returns the Data Requests of the page. |
java.lang.String |
getEncoding(MoreMotionRequest request)
Returns the page encoding |
java.lang.String |
getLanguage()
Returns the language code |
java.lang.String |
getName()
|
ConditionalList |
getProcessTemplateCalls()
Returns the Template Process Calls of the page. |
boolean |
isAjaxSourcePage()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public boolean isAjaxSourcePage()
public PageDataRequestList getDataRequests()
public ConditionalList getProcessTemplateCalls()
public AccessControlDefinition getAccessControlDefinition(MoreMotionRequest request) throws ConfigParameterException
ConfigParameterException
public java.lang.String getLanguage()
public java.lang.String getEncoding(MoreMotionRequest request) throws ConfigParameterException
ConfigParameterException
public boolean getAvoidCaching(MoreMotionRequest request) throws ConfigParameterException
true
if Avoid Caching is specified in the page config, false
otherwise
ConfigParameterException
public ConditionalList getCommandDefinitions() throws PageGenerationException
PageGenerationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |