org.apache.cocoon.bean.query
Class ContextAccess

java.lang.Object
  extended byorg.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.java 30941 2004-07-29 19:56:58Z vgritsenko $

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-2005 The Apache Software Foundation. All Rights Reserved.