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.html 1304280 2012-03-23 11:18:01Z ilgrosso $

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-2008 The Apache Software Foundation. All Rights Reserved.