Uses of Class
com.arsdigita.web.Application

Packages that use Application
com.arsdigita.bebop.page   
com.arsdigita.populate.apps   
com.arsdigita.portal.apportlet   
com.arsdigita.ui.admin Basic user interface components for the administrative UI. 
com.arsdigita.ui.sitemap User interface for dynamically updating URL to application mappings. 
com.arsdigita.web Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. 
com.arsdigita.web.ui   
 

Uses of Application in com.arsdigita.bebop.page
 

Methods in com.arsdigita.bebop.page with parameters of type Application
protected  void BebopApplicationServlet.doService(javax.servlet.http.HttpServletRequest sreq, javax.servlet.http.HttpServletResponse sresp, Application app)
           
 

Uses of Application in com.arsdigita.populate.apps
 

Methods in com.arsdigita.populate.apps that return Application
 Application PopulateApp.getApp()
          Returns the app instance created for populating data
 Application AbstractPopulateApp.getApp()
           
 

Methods in com.arsdigita.populate.apps with parameters of type Application
 List PopulateApps.populate(int iNumApps, Application appParent, Portal portal)
          Populates a Portal.
 List PopulateApps.populate(int iNumApps, Application parent)
          creates and populates application instances
 void PopulateApp.createApp(String sTitle, Application parent)
          Create the application with title, sTitle and parent Application, parent
 void AbstractPopulateApp.createApp(String sTitle, Application parent)
           
 

Uses of Application in com.arsdigita.portal.apportlet
 

Methods in com.arsdigita.portal.apportlet that return Application
 Application AppPortlet.getParentApplication()
           
 

Methods in com.arsdigita.portal.apportlet with parameters of type Application
 void AppPortlet.setParentApplication(Application app)
           
 

Uses of Application in com.arsdigita.ui.admin
 

Subclasses of Application in com.arsdigita.ui.admin
 class Admin
          Site wide admin application.
 

Methods in com.arsdigita.ui.admin that return Application
static Application Admin.getInstance()
          Returns an instance of the Admin application.
 

Uses of Application in com.arsdigita.ui.sitemap
 

Subclasses of Application in com.arsdigita.ui.sitemap
 class SiteMap
          Sitemap administration application.
 

Uses of Application in com.arsdigita.web
 

Methods in com.arsdigita.web that return Application
 Application WebContext.getApplication()
           
 Application ApplicationCollection.getApplication()
          Get the current item as an Application domain object.
static Application Application.createRootApplication(ApplicationType type, String title)
           
static Application Application.createApplication(ApplicationType type, String fragment, String title, Application parent)
           
static Application Application.createApplication(String typeName, String fragment, String title, Application parent)
           
static Application Application.retrieveApplication(BigDecimal id)
           
static Application Application.retrieveApplication(OID oid)
           
static Application Application.retrieveApplication(DataObject dobj)
           
static Application Application.getContainingApplication(ACSObject obj)
           
static Application Application.retrieveApplicationForSiteNode(SiteNode siteNode)
           
static Application Application.retrieveApplicationForPath(String path)
           
 Application Application.getParentApplication()
           
static Application Application.getCurrentApplication(javax.servlet.http.HttpServletRequest req)
          Deprecated. Use WebContext.getApplication() instead.
 

Methods in com.arsdigita.web with parameters of type Application
 void WebContextExposer.init(Application app, URL requestURL)
           
 void LegacyAdapterServlet.doService(javax.servlet.http.HttpServletRequest sreq, javax.servlet.http.HttpServletResponse sresp, Application app)
          Fetches the dispatcher for the package type of the current application and dispatches to it with the RequestContext constructed in BaseApplicationServlet.
 javax.servlet.RequestDispatcher DefaultApplicationFileResolver.resolve(String templatePath, javax.servlet.http.HttpServletRequest sreq, javax.servlet.http.HttpServletResponse sresp, Application app)
           
protected abstract  void BaseApplicationServlet.doService(javax.servlet.http.HttpServletRequest sreq, javax.servlet.http.HttpServletResponse sresp, Application app)
          The method that BaseApplicationServlet.doService(HttpServletRequest,HttpServletResponse) calls.
protected  void ApplicationFileServlet.doService(javax.servlet.http.HttpServletRequest sreq, javax.servlet.http.HttpServletResponse sresp, Application app)
           
 javax.servlet.RequestDispatcher ApplicationFileResolver.resolve(String templatePath, javax.servlet.http.HttpServletRequest sreq, javax.servlet.http.HttpServletResponse sresp, Application app)
           
static Application Application.createApplication(ApplicationType type, String fragment, String title, Application parent)
           
static Application Application.createApplication(String typeName, String fragment, String title, Application parent)
           
 void Application.setParentApplication(Application application)
           
static URL URL.there(javax.servlet.http.HttpServletRequest sreq, Application app, String pathInfo, ParameterMap params)
          Creates a URL to pathInfo under the specified application and using the given parameters.
static URL URL.there(javax.servlet.http.HttpServletRequest sreq, Application app, String pathInfo)
          Creates a URL with no local parameters to pathInfo under the specified application.
static URL URL.there(Application app, String pathInfo, ParameterMap params)
          Create a URL with local parameters to pathInfo under the specified application.
 

Uses of Application in com.arsdigita.web.ui
 

Methods in com.arsdigita.web.ui with parameters of type Application
protected  void ApplicationConfigFormSection.initWidgets(PageState state, Application application)
          Initialize the form fields
protected  void ApplicationConfigFormSection.validateWidgets(PageState state, Application application)
          Validates the form fields
protected  void ApplicationConfigFormSection.processWidgets(PageState state, Application application)
          Processes the form submission
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC