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

Uses of Application in org.apache.cocoon.auth
 

Methods in org.apache.cocoon.auth that return Application
static Application ApplicationUtil.getApplication(Map objectModel)
          Return the current application.
 Application ApplicationUtil.getApplication()
          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.
 



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