org.apache.cocoon.jxpath
Class JXPathCocoonContexts.ContextProxy
java.lang.Object
org.apache.cocoon.environment.impl.AbstractContext
org.apache.cocoon.jxpath.JXPathCocoonContexts.ContextProxy
- All Implemented Interfaces:
- Context
- Enclosing class:
- JXPathCocoonContexts
- public class JXPathCocoonContexts.ContextProxy
- extends AbstractContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JXPathCocoonContexts.ContextProxy
public JXPathCocoonContexts.ContextProxy(Context delegate)
getAttribute
public Object getAttribute(String name)
setAttribute
public void setAttribute(String name,
Object value)
removeAttribute
public void removeAttribute(String name)
getAttributeNames
public Enumeration getAttributeNames()
getResource
public URL getResource(String path)
throws MalformedURLException
- Throws:
MalformedURLException
getRealPath
public String getRealPath(String path)
getMimeType
public String getMimeType(String file)
getInitParameter
public String getInitParameter(String name)
getResourceAsStream
public InputStream getResourceAsStream(String path)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.