|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.moremotion.page.Page
org.moremotion.page.CurrentPage
public class CurrentPage
| Constructor Summary | |
|---|---|
CurrentPage(MoreMotionRequest request,
java.lang.String pageName)
|
|
| Method Summary | |
|---|---|
void |
flushNextPage()
Saves "Pages-To-Be-Displayed-Next" list into the "nextpage" ADOM |
CommandDefinition |
getCommandDefinition(java.lang.String command)
Returns the CommandDefinition object associated with the specified command |
CommandDefinition |
getCurrentCommandDefinition()
Returns the Current CommandDefinition object associated with the specified command |
boolean |
hasCommandDefinitions()
Returns true if current page has any command definition, false otherwise. |
boolean |
hasPostCommandDefinition()
|
void |
insertNextPage(java.lang.String pageName)
Inserts the given page name into the "Pages-To-Be-Displayed-Next" list |
void |
pushSelfName()
Inserts this page into the "Pages-To-Be-Displayed-Next" list |
| Methods inherited from class org.moremotion.page.Page |
|---|
getCommandName, getContextRelativeURL, getEncoding, getHostRelativeURL, getNextPage, getPageId, getPageInfo, getPageName, getPageName, getPageTableEntry, getVariant, setPageTable, toString, translate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CurrentPage(MoreMotionRequest request,
java.lang.String pageName)
throws PageGenerationException
PageGenerationException| Method Detail |
|---|
public CommandDefinition getCurrentCommandDefinition()
throws PageGenerationException
PageGenerationException
public CommandDefinition getCommandDefinition(java.lang.String command)
throws PageGenerationException
command - The name of the command
PageGenerationException
public boolean hasCommandDefinitions()
throws PageGenerationException
true if current page has any command definition, false otherwise.
PageGenerationException
public boolean hasPostCommandDefinition()
throws PageGenerationException
PageGenerationExceptionpublic void insertNextPage(java.lang.String pageName)
public void pushSelfName()
public void flushNextPage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||