org.jboss.portal.portlet.invocation.response
Class HTTPRedirectionResponse

java.lang.Object
  extended by org.jboss.portal.portlet.invocation.response.PortletInvocationResponse
      extended by org.jboss.portal.portlet.invocation.response.RedirectionResponse
          extended by org.jboss.portal.portlet.invocation.response.HTTPRedirectionResponse

public class HTTPRedirectionResponse
extends RedirectionResponse

Redirection to an HTTP location.

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
protected  java.lang.String location
           
 
Constructor Summary
HTTPRedirectionResponse(java.lang.String location)
           
 
Method Summary
 java.lang.String getLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected java.lang.String location
Constructor Detail

HTTPRedirectionResponse

public HTTPRedirectionResponse(java.lang.String location)
Method Detail

getLocation

public java.lang.String getLocation()