Uses of Class
org.moremotion.page.CurrentPage

Packages that use CurrentPage
org.moremotion.process   
org.moremotion.security   
org.moremotion.servlet   
 

Uses of CurrentPage in org.moremotion.process
 

Methods in org.moremotion.process with parameters of type CurrentPage
static boolean ProcessManager.executePageProcessTemplates(CurrentPage currpage, MoreMotionServletRequest request, char exeOrder, boolean domRequested)
          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 MoreMotionServletRequest.getCurrentPage()
          Returns the CurrentPage object associated with this request
 

Methods in org.moremotion.servlet with parameters of type CurrentPage
 void MoreMotionServletRequest.setCurrentPage(CurrentPage value)
          Sets the CurrentPage object to let the methods of this class to access all the necessary information about the current page.
 



Copyright © 2002-2011 MOR YAZILIM. All Rights Reserved.