Uses of Interface
org.apache.cocoon.webapps.session.context.SessionContext

Packages that use SessionContext
org.apache.cocoon.webapps.authentication   
org.apache.cocoon.webapps.authentication.components   
org.apache.cocoon.webapps.authentication.context   
org.apache.cocoon.webapps.portal.components   
org.apache.cocoon.webapps.portal.context   
org.apache.cocoon.webapps.session   
org.apache.cocoon.webapps.session.components   
org.apache.cocoon.webapps.session.context   
 

Uses of SessionContext in org.apache.cocoon.webapps.authentication
 

Methods in org.apache.cocoon.webapps.authentication that return SessionContext
 SessionContext AuthenticationManager.createApplicationContext(String name, String loadURI, String saveURI)
          Create Application Context.
 

Uses of SessionContext in org.apache.cocoon.webapps.authentication.components
 

Methods in org.apache.cocoon.webapps.authentication.components that return SessionContext
 SessionContext DefaultAuthenticationManager.createApplicationContext(String name, String loadURI, String saveURI)
          Create Application Context.
 

Uses of SessionContext in org.apache.cocoon.webapps.authentication.context
 

Classes in org.apache.cocoon.webapps.authentication.context that implement SessionContext
 class AuthenticationContext
          This is the implementation for the authentication context
 

Fields in org.apache.cocoon.webapps.authentication.context declared as SessionContext
protected  SessionContext AuthenticationContext.authContext
           
 

Methods in org.apache.cocoon.webapps.authentication.context that return SessionContext
 SessionContext AuthenticationContextProvider.getSessionContext(String name)
          Get the context
 

Uses of SessionContext in org.apache.cocoon.webapps.portal.components
 

Methods in org.apache.cocoon.webapps.portal.components that return SessionContext
 SessionContext PortalManagerImpl.getContext(boolean create)
           
 SessionContext PortalManager.getContext(boolean create)
          Get the portal context of the current application
 

Uses of SessionContext in org.apache.cocoon.webapps.portal.context
 

Classes in org.apache.cocoon.webapps.portal.context that implement SessionContext
 class SessionContextImpl
          The portal context This context allows access to various parts of a portal profile.
 

Methods in org.apache.cocoon.webapps.portal.context that return SessionContext
 SessionContext SessionContextProviderImpl.getSessionContext(String name)
          Get the context
 

Uses of SessionContext in org.apache.cocoon.webapps.session
 

Methods in org.apache.cocoon.webapps.session that return SessionContext
 SessionContext ContextManager.createContext(String name, String loadURI, String saveURI)
          Create a new public context in the session.
 SessionContext ContextManager.getContext(String name)
          Get a public context.
 

Methods in org.apache.cocoon.webapps.session with parameters of type SessionContext
 void TransactionManager.resetTransactions(SessionContext context)
          Reset the transaction management state.
 void TransactionManager.startReadingTransaction(SessionContext context)
          Start a reading transaction.
 void TransactionManager.stopReadingTransaction(SessionContext context)
          Stop a reading transaction.
 void TransactionManager.startWritingTransaction(SessionContext context)
          Start a writing transaction.
 void TransactionManager.stopWritingTransaction(SessionContext context)
          Stop a writing transaction.
 

Uses of SessionContext in org.apache.cocoon.webapps.session.components
 

Methods in org.apache.cocoon.webapps.session.components that return SessionContext
 SessionContext DefaultContextManager.createContext(String name, String loadURI, String saveURI)
          Create a new public context in the session.
 SessionContext DefaultContextManager.getContext(String name)
          Get a public context.
 

Methods in org.apache.cocoon.webapps.session.components with parameters of type SessionContext
 void DefaultTransactionManager.resetTransactions(SessionContext context)
          Reset the transaction management state.
 void DefaultTransactionManager.startReadingTransaction(SessionContext context)
          Start a reading transaction.
 void DefaultTransactionManager.stopReadingTransaction(SessionContext context)
          Stop a reading transaction.
 void DefaultTransactionManager.startWritingTransaction(SessionContext context)
          Start a writing transaction.
 void DefaultTransactionManager.stopWritingTransaction(SessionContext context)
          Stop a writing transaction.
 

Uses of SessionContext in org.apache.cocoon.webapps.session.context
 

Classes in org.apache.cocoon.webapps.session.context that implement SessionContext
 class RequestSessionContext
          A SessionContext which encapsulates the current Request object.
 class SimpleSessionContext
          This is a simple implementation of the session context.
 

Methods in org.apache.cocoon.webapps.session.context that return SessionContext
 SessionContext StandardSessionContextProvider.getSessionContext(String name)
          Get the context
 SessionContext SessionContextProvider.getSessionContext(String name)
          Get the context
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.