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 $

Field Summary
static String ROLE
           
 
Method Summary
 Map getObjectModel()
           
 HttpServletRequest getRequest()
           
 HttpServletResponse getResponse()
           
 ServletContext getServletContext()
           
 

Field Detail

ROLE

public static final String ROLE
Method Detail

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.