| Package | Description |
|---|---|
| org.gatein.pc.api | |
| org.gatein.pc.api.info | |
| org.gatein.pc.api.invocation | |
| org.gatein.pc.api.invocation.response | |
| org.gatein.pc.api.spi |
| Modifier and Type | Field and Description |
|---|---|
static Mode |
Mode.ADMIN
.
|
static Mode |
Mode.EDIT
.
|
static Mode |
Mode.EDIT_DEFAULTS
.
|
static Mode |
Mode.HELP
.
|
static Mode |
Mode.VIEW
.
|
| Modifier and Type | Method and Description |
|---|---|
static Mode |
Mode.create(String name) |
static Mode |
Mode.create(String name,
boolean preserveCase) |
Mode |
ContainerURL.getMode()
Returns the mode that may be null.
|
| Modifier and Type | Method and Description |
|---|---|
Mode |
ModeInfo.getMode()
The mode value.
|
| Modifier and Type | Method and Description |
|---|---|
ModeInfo |
CapabilitiesInfo.getMode(Mode mode)
Returns a mode info matching a specifed mode or null.
|
| Modifier and Type | Field and Description |
|---|---|
protected Mode |
PortletInvocation.mode
.
|
| Modifier and Type | Method and Description |
|---|---|
Mode |
PortletInvocation.getMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
PortletInvocation.setMode(Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
Mode |
UpdateNavigationalStateResponse.getMode() |
| Modifier and Type | Method and Description |
|---|---|
Set<Mode> |
FragmentResponse.getNextModes()
Returns the next modes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNavigationalStateResponse.setMode(Mode mode) |
| Constructor and Description |
|---|
FragmentResponse(ResponseProperties properties,
Map<String,Object> attributes,
String contentType,
String encoding,
byte[] bytes,
String title,
CacheControl cacheControl,
Set<Mode> nextModes) |
FragmentResponse(ResponseProperties properties,
Map<String,Object> attributes,
String contentType,
String title,
CacheControl cacheControl,
Set<Mode> nextModes) |
FragmentResponse(ResponseProperties properties,
Map<String,Object> attributes,
String contentType,
String encoding,
String chars,
String title,
CacheControl cacheControl,
Set<Mode> nextModes) |
| Modifier and Type | Method and Description |
|---|---|
Set<Mode> |
PortalContext.getModes()
Return the modes accepted by this portal context.
|
Copyright © 2003-2020 GateIn. All Rights Reserved.