org.apache.cocoon.bean.query
Class ContextAccess

java.lang.Object
  extended by org.apache.cocoon.bean.query.ContextAccess
All Implemented Interfaces:
Contextualizable

public class ContextAccess
extends Object
implements Contextualizable

A component to help you get the Avalon Context. Probably only a temporary solution to getting this from within a FlowScript. cocoon.createObject (Packages.org.apache.cocoon.bean.query.ContextAccess);

Version:
CVS $Id: ContextAccess.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Constructor Summary
ContextAccess()
           
 
Method Summary
 void contextualize(Context avalonContext)
           
 Context getAvalonContext()
          Return the Avalon Context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextAccess

public ContextAccess()
Method Detail

contextualize

public void contextualize(Context avalonContext)
Specified by:
contextualize in interface Contextualizable

getAvalonContext

public Context getAvalonContext()
Return the Avalon Context

Returns:
The context object


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