|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageGenerationException | |
---|---|
org.moremotion.datasrc | |
org.moremotion.page | |
org.moremotion.process | |
org.moremotion.servlet |
Uses of PageGenerationException in org.moremotion.datasrc |
---|
Methods in org.moremotion.datasrc that throw PageGenerationException | |
---|---|
static void |
RefreshDataSource.refresh(MoreMotionRequest request)
|
Uses of PageGenerationException in org.moremotion.page |
---|
Subclasses of PageGenerationException in org.moremotion.page | |
---|---|
class |
ADOMFormatingException
Indicates that something goes wrong with formatting an ADOM |
Methods in org.moremotion.page that throw PageGenerationException | |
---|---|
void |
PageGenerator.generate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
CurrentPage currpage,
java.lang.String xml)
|
void |
PageGenerator.generate(MoreMotionRequest request,
java.lang.String page)
|
org.w3c.dom.Node |
PageGenerator.generateDom(MoreMotionRequest request,
java.lang.String page)
|
CommandDefinition |
CurrentPage.getCommandDefinition(java.lang.String command)
Returns the CommandDefinition object associated with the specified command |
ConditionalList |
PageConfig.getCommandDefinitions()
Returns the command definitions |
CommandDefinition |
CurrentPage.getCurrentCommandDefinition()
Returns the Current CommandDefinition object associated with the specified command |
PageInfo |
CurrentPage.getPageInfo()
Returns the PageInfo object attached to the current page |
static PageInfo |
PageManager.getPageInfo(MoreMotionRequest request,
java.lang.String pageName)
Creates PageInfo object for the specified page and returns it. |
static PageInfo |
PageManager.getPageInfo(MoreMotionRequest request,
java.lang.String pageName,
java.lang.String variant)
Creates PageInfo object for the specified page and variant and returns it. |
java.lang.String |
CurrentPage.getPageName(boolean withVariant)
|
boolean |
CurrentPage.hasCommandDefinitions()
Returns true if current page has andy command definition, false otherwise. |
Constructors in org.moremotion.page that throw PageGenerationException | |
---|---|
CurrentPage(MoreMotionRequest request,
java.lang.String pageName)
|
Uses of PageGenerationException in org.moremotion.process |
---|
Methods in org.moremotion.process that throw PageGenerationException | |
---|---|
static boolean |
ProcessManager.executePageProcessTemplates(CurrentPage currpage,
MoreMotionRequest request,
boolean beforeDS)
Executes the Page Process Templates and returns true if caller can continue normally
and false if caller should return since there was an error and ProcessManager has
already handled it and redirected to the error page. |
Uses of PageGenerationException in org.moremotion.servlet |
---|
Methods in org.moremotion.servlet that throw PageGenerationException | |
---|---|
void |
MoreMotionRequest.generateDefaultErrorPage()
Generates the default error page. |
void |
MoreMotionRequest.generatePage(java.lang.String pageName)
Generates (Displays) the specified page. |
void |
MoreMotionRequest.setCurrentPage(CurrentPage value)
Sets the CurrentPage object to let the methods of this class to access all the necessary information about the current page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |