|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.portlet.invocation.response.PortletInvocationResponse
org.jboss.portal.portlet.invocation.response.RedirectionResponse
org.jboss.portal.core.controller.portlet.SignOutResponse
public class SignOutResponse
Sign out wanted by a portlet.
| 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 | ||||||||