|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.cr.util.PortletResponseWrapper
public class PortletResponseWrapper
The Class PortletResponseWrapper.
![]() |
![]() |
Field Summary | |
---|---|
private javax.portlet.RenderResponse |
response
The response. |
Constructor Summary | |
---|---|
PortletResponseWrapper(javax.portlet.RenderResponse r)
Instantiates a new portlet response wrapper. |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private javax.portlet.RenderResponse response
Constructor Detail |
---|
public PortletResponseWrapper(javax.portlet.RenderResponse r)
r
- the responseMethod Detail |
---|
public 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
public Object getProperty(String arg0)
getProperty
in interface com.gentics.api.lib.resolving.Resolvable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |