Uses of Class
org.moremotion.adom.ADOM

Packages that use ADOM
org.moremotion.adom   
org.moremotion.datasrc   
org.moremotion.page   
org.moremotion.resource   
org.moremotion.servlet   
 

Uses of ADOM in org.moremotion.adom
 

Methods in org.moremotion.adom that return ADOM
static ADOM ADOMUtils.findADOM(MoreMotionRequest request, java.lang.String nodePath)
          Extracts the ADOM Name from the given nodePath definition and checkes if an ADOM is associated with it.
static ADOM ADOMManager.getApplicationADOM(javax.servlet.ServletContext context, java.lang.String name)
          Finds the ADOM saved in the servlet context by the given name and returns it.
static ADOM ADOMManager.getRequestADOM(javax.servlet.http.HttpServletRequest request, java.lang.String name)
          Finds the ADOM saved in the request by the given name and returns it.
static ADOM ADOMManager.getSessionADOM(javax.servlet.http.HttpSession session, java.lang.String name)
          Finds the ADOM saved in the session by the given name and returns it.
static ADOM ADOMManager.newApplicationADOM(javax.servlet.ServletContext context, java.lang.String name)
          Creates a new Application ADOM and saves it in the servlet context.
static ADOM ADOMManager.newRequestADOM(javax.servlet.http.HttpServletRequest request, java.lang.String name)
          Creates a new Request ADOM and saves it in the request.
static ADOM ADOMManager.newSessionADOM(javax.servlet.http.HttpSession session, java.lang.String name)
          Creates a new Session ADOM and saves it in the session.
 

Uses of ADOM in org.moremotion.datasrc
 

Methods in org.moremotion.datasrc that return ADOM
 ADOM ADOMBuilder.build()
           
 

Methods in org.moremotion.datasrc with parameters of type ADOM
 void Paging.addPagingInfo(ADOM result)
          Adds the paging information of this object to the given ADOM object.
 void DataService.doService(ADOM adom, DataServiceContext dsc)
          This method is called by the MoreMotion when the page to be displayed next has a reference to the datasource that this class is associated.
static void DataSourceManager.runDataService(java.lang.String serviceName, ADOM adom, DataServiceContext dsc)
           
 

Uses of ADOM in org.moremotion.page
 

Constructors in org.moremotion.page with parameters of type ADOM
ADOMFormatter(ADOM adom, MoreMotionRequest request, PageDataRequest pdr)
          Creates a new ADOMFormatter.
ADOMFormatter(ADOM adom, MoreMotionRequest request, java.lang.String rootTagName, java.lang.String resBundleName)
          Creates a new ADOMFormatter.
 

Uses of ADOM in org.moremotion.resource
 

Methods in org.moremotion.resource with parameters of type ADOM
 void SystemResourcesDataService.doService(ADOM adom, DataServiceContext dsc)
           
 

Uses of ADOM in org.moremotion.servlet
 

Methods in org.moremotion.servlet that return ADOM
 ADOM MoreMotionRequest.getApplicationADOM(java.lang.String name)
          Returns the ADOM saved to servlet context by the given name.
 ADOM MoreMotionRequest.getRequestADOM(java.lang.String name)
          Returns the ADOM saved to request by the given name.
 ADOM MoreMotionRequest.getSessionADOM(java.lang.String name)
          Returns the ADOM saved to session by the given name.
 ADOM MoreMotionRequest.newApplicationADOM(java.lang.String name)
          Creates a new Application ADOM and saves it in the servlet context.
 ADOM MoreMotionRequest.newRequestADOM(java.lang.String name)
          Creates a new protected Request ADOM and saves it in the request.
 ADOM MoreMotionRequest.newSessionADOM(java.lang.String name)
          Creates a new protected Session ADOM and saves it in the session.
 

Methods in org.moremotion.servlet with parameters of type ADOM
 void MoreMotionRequest.includeInPageXML(java.lang.String dsname, java.lang.String resBundleName, ADOM adom)
          This method forces MoreMotion to include the content of the specified datasource to the page XML data even though there is no explicit reference to it in the page to be displayed next.
 



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