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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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-2010 The Apache Software Foundation. All Rights Reserved.