org.apache.cocoon.bean.query
Class ContextAccess
java.lang.Object
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.java 30941 2004-07-29 19:56:58Z vgritsenko $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextAccess
public ContextAccess()
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-2007 The Apache Software Foundation. All Rights Reserved.