|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CurrentPage | |
---|---|
org.moremotion.page | |
org.moremotion.process | |
org.moremotion.security | |
org.moremotion.servlet |
Uses of CurrentPage in org.moremotion.page |
---|
Methods in org.moremotion.page with parameters of type CurrentPage | |
---|---|
void |
PageGenerator.generate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
CurrentPage currpage,
java.lang.String xml)
|
Uses of CurrentPage in org.moremotion.process |
---|
Methods in org.moremotion.process with parameters of type CurrentPage | |
---|---|
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 CurrentPage in org.moremotion.security |
---|
Methods in org.moremotion.security with parameters of type CurrentPage | |
---|---|
static boolean |
SecurityManager.checkAccessAuthority(MoreMotionRequest request,
AccessControlDefinition acd,
CurrentPage currpage)
|
static boolean |
SecurityManager.checkAccessAuthority(MoreMotionRequest request,
java.lang.String acdStr,
CurrentPage currpage)
|
Uses of CurrentPage in org.moremotion.servlet |
---|
Methods in org.moremotion.servlet that return CurrentPage | |
---|---|
CurrentPage |
MoreMotionRequest.getCurrentPage()
|
Methods in org.moremotion.servlet with parameters of type CurrentPage | |
---|---|
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 |