Package | Description |
---|---|
javax.portlet |
The javax.portlet package defines the API
for the Java Portlet Specification V3.0.
|
javax.portlet.filter |
The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification.
|
Modifier and Type | Method and Description |
---|---|
static MimeResponse.Copy |
MimeResponse.Copy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MimeResponse.Copy[] |
MimeResponse.Copy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ActionURL |
ResourceResponse.createActionURL(MimeResponse.Copy option) |
ActionURL |
MimeResponse.createActionURL(MimeResponse.Copy option)
Creates an action URL targeting the portlet.
|
RenderURL |
ActionResponse.createRedirectURL(MimeResponse.Copy option)
Returns a render URL containing render parameters according to the
MimeResponse.Copy argument.
|
RenderURL |
ResourceResponse.createRenderURL(MimeResponse.Copy option) |
RenderURL |
MimeResponse.createRenderURL(MimeResponse.Copy option)
Creates a render URL targeting the portlet.
|
Modifier and Type | Method and Description |
---|---|
ActionURL |
MimeResponseWrapper.createActionURL(MimeResponse.Copy option) |
RenderURL |
ActionResponseWrapper.createRedirectURL(MimeResponse.Copy option) |
RenderURL |
MimeResponseWrapper.createRenderURL(MimeResponse.Copy option) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.