rewrite-api-servlet 2.0.0.Beta2

org.ocpsoft.rewrite.servlet.http.event
Interface HttpOutboundServletRewrite

All Superinterfaces:
HttpServletRewrite, OutboundRewrite, OutboundServletRewrite<HttpServletRequest,HttpServletResponse,Address>, Rewrite, ServletRewrite<HttpServletRequest,HttpServletResponse>

public interface HttpOutboundServletRewrite
extends OutboundServletRewrite<HttpServletRequest,HttpServletResponse,Address>, HttpServletRewrite

Author:
Lincoln Baxter, III

Method Summary
 Address getOriginalOutboundAddress()
          Get the original outbound Address (before any modifications.)
 void setOutboundAddress(Address address)
          Set the new outbound Address.
 
Methods inherited from interface org.ocpsoft.rewrite.servlet.event.OutboundServletRewrite
getOutboundAddress
 
Methods inherited from interface org.ocpsoft.rewrite.servlet.http.event.HttpServletRewrite
getAddress, getContextPath, getInboundAddress
 
Methods inherited from interface org.ocpsoft.rewrite.servlet.event.ServletRewrite
abort, getRequest, getResponse, getServletContext, handled, proceed, setFlow
 
Methods inherited from interface org.ocpsoft.rewrite.event.Rewrite
getFlow, getRewriteContext
 

Method Detail

setOutboundAddress

void setOutboundAddress(Address address)
Set the new outbound Address.


getOriginalOutboundAddress

Address getOriginalOutboundAddress()
Get the original outbound Address (before any modifications.)


rewrite-api-servlet 2.0.0.Beta2

Copyright © 2013 OCPsoft. All Rights Reserved.