public class PortletResponseWrapper extends Object implements com.gentics.api.lib.resolving.Resolvable
Modifier and Type | Field and Description |
---|---|
private javax.portlet.RenderResponse |
response
The response.
|
Constructor and Description |
---|
PortletResponseWrapper(javax.portlet.RenderResponse r)
Instantiates a new portlet response wrapper.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canResolve() |
javax.portlet.PortletURL |
createActionURL()
Creates the action url.
|
javax.portlet.PortletURL |
createRenderURL()
Creates the render url.
|
javax.portlet.ResourceURL |
createResourceURL()
Creates the resource url.
|
Object |
get(String arg0) |
Object |
getProperty(String arg0) |
public PortletResponseWrapper(javax.portlet.RenderResponse r)
r
- the responsepublic javax.portlet.PortletURL createActionURL()
public javax.portlet.PortletURL createRenderURL()
public javax.portlet.ResourceURL createResourceURL()
public boolean canResolve()
canResolve
in interface com.gentics.api.lib.resolving.Resolvable
public Object get(String arg0)
get
in interface com.gentics.api.lib.resolving.Resolvable
Copyright © 2014 Gentics Software GmbH. All Rights Reserved.