Uses of Interface
org.apache.cocoon.auth.Application

Packages that use Application
org.apache.cocoon.auth   
org.apache.cocoon.auth.impl   
org.apache.cocoon.auth.portal   
 

Uses of Application in org.apache.cocoon.auth
 

Classes in org.apache.cocoon.auth that implement Application
 class StandardApplication
          This is the default implementation for an Application.
 

Methods in org.apache.cocoon.auth that return Application
 Application ApplicationUtil.getApplication()
          Return the current application.
static Application ApplicationUtil.getApplication(Map objectModel)
          Return the current application.
 

Methods in org.apache.cocoon.auth with parameters of type Application
 Object ApplicationStore.loadApplicationData(User user, Application app)
          Load data for the given user and application.
 void ApplicationStore.saveApplicationData(User user, Application app, Object data)
          Save the data for the given user and application.
 

Uses of Application in org.apache.cocoon.auth.impl
 

Methods in org.apache.cocoon.auth.impl that return Application
protected  Application StandardApplicationManager.getApplication(String appName)
          Get the application with the given name.
 

Uses of Application in org.apache.cocoon.auth.portal
 

Subinterfaces of Application in org.apache.cocoon.auth.portal
 interface PortalApplication
          The current portal application.
 

Classes in org.apache.cocoon.auth.portal that implement Application
 class StandardPortalApplication
          This is a default implementation for a portal application.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.