Example usage for org.apache.commons.chain Context interface-usage

List of usage examples for org.apache.commons.chain Context interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.chain Context interface-usage.

Usage

From source file org.exoplatform.frameworks.jcr.command.JCRAppContext.java

/**
 * Created by The eXo Platform SAS .
 * 
 * @author <a href="mailto:gennady.azarenkov@exoplatform.com">Gennady Azarenkov</a>
 * @version $Id: JCRAppContext.java 5800 2006-05-28 18:03:31Z geaz $
 */

From source file info.magnolia.context.Context.java

/**
 * This interface defines all the methods which should be implemented by any configured magnolia context, implementing
 * class should never be accessible directly but only via MgnlContext static methods which work on a local (Thread) copy
 * of the implementation
 * @author Sameer Charles
 * @version $Revision $ ($Author $)

From source file org.apache.struts.chain.contexts.ContextWrapper.java

/**
 * <p> Provide a base class for any Context Implementation which is primarily
 * intended for use in a subchain. </p> <p> Classes which extend
 * <code>ContextWrapper</code> may implement typesafe property methods which
 * also leave their values in the underlying context. </p>
 */

From source file org.exoplatform.services.ext.action.InvocationContext.java

/**
 * Created by The eXo Platform SAS.
 * 
 * @author Gennady Azarenkov
 * @version $Id: InvocationContext.java 11907 2008-03-13 15:36:21Z ksm $
 */

From source file org.apache.struts.chain.contexts.ActionContext.java

/**
 * <p>An ActionContext represents a view of a commons-chain
 * <code>Context</code> which encapsulates access to request and
 * session-scoped resources and services</p>
 */
public interface ActionContext extends Context {