Uses of Interface
org.apache.cocoon.environment.Context

Packages that use Context
org.apache.cocoon.bean   
org.apache.cocoon.components.blocks   
org.apache.cocoon.components.deli   
org.apache.cocoon.components.flow   
org.apache.cocoon.components.flow.javascript.fom   
org.apache.cocoon.components.source.impl   
org.apache.cocoon.components.url   
org.apache.cocoon.components.xscript   
org.apache.cocoon.core   
org.apache.cocoon.core.osgi   
org.apache.cocoon.environment   
org.apache.cocoon.environment.background   
org.apache.cocoon.environment.commandline   
org.apache.cocoon.environment.http   
org.apache.cocoon.environment.impl   
org.apache.cocoon.environment.portlet   
org.apache.cocoon.faces.context   
org.apache.cocoon.generation   
org.apache.cocoon.jxpath   
org.apache.cocoon.portlet   
org.apache.cocoon.servlet   
org.apache.cocoon.transformation   
 

Uses of Context in org.apache.cocoon.bean
 

Fields in org.apache.cocoon.bean declared as Context
protected  Context CocoonWrapper.WrapperBootstrapper.environmentContext
           
 

Methods in org.apache.cocoon.bean that return Context
 Context CocoonWrapper.WrapperBootstrapper.getEnvironmentContext()
           
 

Methods in org.apache.cocoon.bean with parameters of type Context
 void CocoonWrapper.WrapperBootstrapper.setEnvironmentContext(Context context)
           
 

Uses of Context in org.apache.cocoon.components.blocks
 

Classes in org.apache.cocoon.components.blocks that implement Context
 class BlockContext
           
 

Uses of Context in org.apache.cocoon.components.deli
 

Constructors in org.apache.cocoon.components.deli with parameters of type Context
DeliImpl.CocoonServletContext(Context context)
           
 

Uses of Context in org.apache.cocoon.components.flow
 

Fields in org.apache.cocoon.components.flow declared as Context
protected  Context AbstractInterpreter.context
           
 

Uses of Context in org.apache.cocoon.components.flow.javascript.fom
 

Methods in org.apache.cocoon.components.flow.javascript.fom that return Context
 Context FOM_Cocoon.getContext()
          Get the current context
 Context AO_FOM_Cocoon.getContext()
          Get the current context
 

Constructors in org.apache.cocoon.components.flow.javascript.fom with parameters of type Context
FOM_Cocoon.FOM_Context(org.mozilla.javascript.Scriptable scope, Context context)
           
 

Uses of Context in org.apache.cocoon.components.source.impl
 

Fields in org.apache.cocoon.components.source.impl declared as Context
protected  Context ContextSourceFactory.envContext
          The context
 

Uses of Context in org.apache.cocoon.components.url
 

Methods in org.apache.cocoon.components.url with parameters of type Context
static void ParsedContextURLProtocolHandler.setContext(Context newContext)
          Set the ServletContext for this protocol.
 

Uses of Context in org.apache.cocoon.components.xscript
 

Fields in org.apache.cocoon.components.xscript declared as Context
protected  Context XScriptManagerImpl.context
          The Context instance.
 

Uses of Context in org.apache.cocoon.core
 

Methods in org.apache.cocoon.core that return Context
 Context BootstrapEnvironment.getEnvironmentContext()
          Create the context object of the environment.
 Context Core.getEnvironmentContext()
          Return the environment context object.
 

Uses of Context in org.apache.cocoon.core.osgi
 

Classes in org.apache.cocoon.core.osgi that implement Context
 class OSGiBootstrapEnvironment.OSGiContext
           
 

Methods in org.apache.cocoon.core.osgi that return Context
 Context OSGiBootstrapEnvironment.getEnvironmentContext()
           
 

Uses of Context in org.apache.cocoon.environment
 

Methods in org.apache.cocoon.environment that return Context
static Context ObjectModelHelper.getContext(Map objectModel)
           
 

Uses of Context in org.apache.cocoon.environment.background
 

Constructors in org.apache.cocoon.environment.background with parameters of type Context
BackgroundEnvironment(Logger logger, Context ctx)
           
 

Uses of Context in org.apache.cocoon.environment.commandline
 

Classes in org.apache.cocoon.environment.commandline that implement Context
 class CommandLineContext
          Implements the Context interface
 

Uses of Context in org.apache.cocoon.environment.http
 

Classes in org.apache.cocoon.environment.http that implement Context
 class HttpContext
          Implements the Context interface
 

Constructors in org.apache.cocoon.environment.http with parameters of type Context
HttpEnvironment(String uri, String root, HttpServletRequest req, HttpServletResponse res, ServletContext servletContext, Context context, String containerEncoding, String defaultFormEncoding)
          Constructs a HttpEnvironment object from a HttpServletRequest and HttpServletResponse objects
 

Uses of Context in org.apache.cocoon.environment.impl
 

Classes in org.apache.cocoon.environment.impl that implement Context
 class AbstractContext
          Base class for any context
 

Constructors in org.apache.cocoon.environment.impl with parameters of type Context
ContextMap(Context context)
           
 

Uses of Context in org.apache.cocoon.environment.portlet
 

Classes in org.apache.cocoon.environment.portlet that implement Context
 class PortletContext
          Implements the Context interface for the JSR-168 (Portlet) environment.
 

Constructors in org.apache.cocoon.environment.portlet with parameters of type Context
PortletEnvironment(String servletPath, String pathInfo, String uri, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, javax.portlet.PortletContext portletContext, Context context, String containerEncoding, String defaultFormEncoding, int defaultSessionScope)
          Constructs a PortletEnvironment object from a PortletRequest and PortletResponse objects
PortletEnvironment(String servletPath, String pathInfo, String uri, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, javax.portlet.PortletContext portletContext, Context context, String containerEncoding, String defaultFormEncoding, int defaultSessionScope)
          Constructs a PortletEnvironment object from a PortletRequest and PortletResponse objects
 

Uses of Context in org.apache.cocoon.faces.context
 

Constructors in org.apache.cocoon.faces.context with parameters of type Context
ExternalContextImpl(Context context, Request request, Response response)
           
 

Uses of Context in org.apache.cocoon.generation
 

Fields in org.apache.cocoon.generation declared as Context
protected  Context XPathTraversableGenerator.context
          The cocoon context used for mime-type mappings
protected  Context ServletGenerator.context
           
 

Constructors in org.apache.cocoon.generation with parameters of type Context
VelocityGenerator.ChainedContext(org.apache.velocity.context.Context ctx, Request request, Response response, Context application, Parameters parameters)
          Default constructor.
 

Uses of Context in org.apache.cocoon.jxpath
 

Classes in org.apache.cocoon.jxpath that implement Context
 class JXPathCocoonContexts.ContextProxy
           
 

Methods in org.apache.cocoon.jxpath with parameters of type Context
 org.apache.commons.jxpath.JXPathContext JXPathCocoonContexts.getSessionContext(Session session, Context envContext)
          Returns a JXPathContext bound to the "session" scope.
 org.apache.commons.jxpath.JXPathContext JXPathCocoonContexts.getApplicationContext(Context envContext)
          Returns a JXPathContext bound to the "application" scope.
 

Constructors in org.apache.cocoon.jxpath with parameters of type Context
JXPathCocoonContexts.ContextProxy(Context delegate)
           
 

Uses of Context in org.apache.cocoon.portlet
 

Fields in org.apache.cocoon.portlet declared as Context
protected  Context CocoonPortlet.environmentContext
           
 

Methods in org.apache.cocoon.portlet that return Context
 Context CocoonPortlet.PortletBootstrapEnvironment.getEnvironmentContext()
           
 

Uses of Context in org.apache.cocoon.servlet
 

Fields in org.apache.cocoon.servlet declared as Context
protected  Context CocoonServlet.environmentContext
           
 

Methods in org.apache.cocoon.servlet that return Context
 Context CocoonServlet.ServletBootstrapEnvironment.getEnvironmentContext()
           
 

Uses of Context in org.apache.cocoon.transformation
 

Fields in org.apache.cocoon.transformation declared as Context
protected  Context AbstractSAXTransformer.context
          The current Context object
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.