|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.portletcontainer.pci.Output
public class Output
Created by The eXo Platform SAS Author : Mestrallet Benjamin . benjmestrallet@users.sourceforge.net Date: Jul 30, 2003 Time: 9:09:25 PM
| Field Summary | |
|---|---|
static String |
INVALIDATE_SESSION
Invalidate session constant. |
static String |
LOGIN
Login constant. |
static String |
LOGOUT
Logout constant. |
static String |
PASSWORD
Password constant. |
static String |
SEND_REDIRECT
Redirect constant. |
| Constructor Summary | |
|---|---|
Output()
|
|
| Method Summary | |
|---|---|
void |
addProperty(String key,
Object o)
|
Map<String,String> |
getHeaderProperties()
|
Map<String,Object> |
getProperties()
|
Set<String> |
getRemovedPublicRenderParameters()
|
HashMap<String,Object> |
getSessionMap()
|
int |
getStatus()
|
boolean |
hasError()
|
void |
removePublicRenderParameter(String name)
|
void |
setProperties(Map<String,Object> properties)
|
void |
setSessionMap(HashMap<String,Object> map)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INVALIDATE_SESSION
public static final String SEND_REDIRECT
public static final String LOGIN
public static final String PASSWORD
public static final String LOGOUT
| Constructor Detail |
|---|
public Output()
| Method Detail |
|---|
public final Map<String,Object> getProperties()
public final void addProperty(String key,
Object o)
key - nameo - valuepublic final void setProperties(Map<String,Object> properties)
properties - propspublic final Map<String,String> getHeaderProperties()
public final int getStatus()
public final boolean hasError()
public final HashMap<String,Object> getSessionMap()
public final void setSessionMap(HashMap<String,Object> map)
map - mappublic final void removePublicRenderParameter(String name)
name - param name to removepublic final Set<String> getRemovedPublicRenderParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||