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)
          Deprecated. 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)
          Deprecated. 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
          Deprecated. This block is deprecated and will be removed in future versions.
 

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

Methods in org.apache.cocoon.webapps.authentication.context that return SessionContext
 SessionContext AuthenticationContextProvider.getSessionContext(String name)
          Deprecated. 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 PortalManager.getContext(boolean create)
          Get the portal context of the current application
 SessionContext PortalManagerImpl.getContext(boolean create)
           
 

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)
          Deprecated. Create a new public context in the session.
 SessionContext ContextManager.getContext(String name)
          Deprecated. Get a public context.
 

Methods in org.apache.cocoon.webapps.session with parameters of type SessionContext
 void TransactionManager.resetTransactions(SessionContext context)
          Deprecated. Reset the transaction management state.
 void TransactionManager.startReadingTransaction(SessionContext context)
          Deprecated. Start a reading transaction.
 void TransactionManager.startWritingTransaction(SessionContext context)
          Deprecated. Start a writing transaction.
 void TransactionManager.stopReadingTransaction(SessionContext context)
          Deprecated. Stop a reading transaction.
 void TransactionManager.stopWritingTransaction(SessionContext context)
          Deprecated. 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)
          Deprecated. Create a new public context in the session.
 SessionContext DefaultContextManager.getContext(String name)
          Deprecated. Get a public context.
 

Methods in org.apache.cocoon.webapps.session.components with parameters of type SessionContext
 void DefaultTransactionManager.resetTransactions(SessionContext context)
          Deprecated. Reset the transaction management state.
 void DefaultTransactionManager.startReadingTransaction(SessionContext context)
          Deprecated. Start a reading transaction.
 void DefaultTransactionManager.startWritingTransaction(SessionContext context)
          Deprecated. Start a writing transaction.
 void DefaultTransactionManager.stopReadingTransaction(SessionContext context)
          Deprecated. Stop a reading transaction.
 void DefaultTransactionManager.stopWritingTransaction(SessionContext context)
          Deprecated. 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
          Deprecated. This block is deprecated and will be removed in future versions.
 class SimpleSessionContext
          Deprecated. This block is deprecated and will be removed in future versions.
 

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



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