|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.core.controller.ControllerResponse
org.jboss.portal.core.controller.command.response.SignOutResponse
public class SignOutResponse
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 |
---|
protected java.lang.String location
Constructor Detail |
---|
public SignOutResponse()
public SignOutResponse(java.lang.String location)
Method Detail |
---|
public java.lang.String getLocation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |