org.apache.cocoon.processing
Interface ProcessInfoProvider
- public interface ProcessInfoProvider
This component can be used to retrieve information about the current
process.
- Since:
- 2.2
- Version:
- $Id: ProcessInfoProvider.java 490762 2006-12-28 17:03:53Z danielf $
ROLE
public static final String ROLE
getRequest
public HttpServletRequest getRequest()
getResponse
public HttpServletResponse getResponse()
getServletContext
public ServletContext getServletContext()
getObjectModel
public Map getObjectModel()
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.