com.day.cq.portlet
Interface HttpProcessor


public interface HttpProcessor

This is an optional service which is invoked for render, action and resource events to process the http method after it has been created and before it is sent.

Since:
5.4

Method Summary
 void process(org.apache.commons.httpclient.HttpMethodBase method, org.apache.commons.httpclient.HttpState state, InvocationContext context)
          Process the http method and the http state
 

Method Detail

process

void process(org.apache.commons.httpclient.HttpMethodBase method,
             org.apache.commons.httpclient.HttpState state,
             InvocationContext context)
             throws javax.portlet.PortletException
Process the http method and the http state

Parameters:
method - The method to use.
state - The current http state
context - The current invocation context
Throws:
javax.portlet.PortletException - If anything goes wrong


Copyright © 2011-2013 Adobe Systems Incorporated. All Rights Reserved.