org.jboss.portal.core.controller.command.response
Class SignOutResponse

java.lang.Object
  extended by org.jboss.portal.core.controller.ControllerResponse
      extended by org.jboss.portal.core.controller.command.response.SignOutResponse

public class SignOutResponse
extends ControllerResponse

Version:
$Revision: 8786 $
Author:
Julien Viet

Field Summary
protected  java.lang.String location
          Location is a URL to navigate to after signing out or null to indicate default behavior.
 
Constructor Summary
SignOutResponse()
           
SignOutResponse(java.lang.String location)
           
 
Method Summary
 java.lang.String getLocation()
          Returns a destination URL or null.
 
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
Location is a URL to navigate to after signing out or null to indicate default behavior.

Constructor Detail

SignOutResponse

public SignOutResponse()

SignOutResponse

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

getLocation

public java.lang.String getLocation()
Returns a destination URL or null.

Returns:
URL to navigate to after signing out or null to indicate default behavior