com.gentics.cr.util
Class PortletResponseWrapper

java.lang.Object
  extended by com.gentics.cr.util.PortletResponseWrapper
All Implemented Interfaces:
com.gentics.api.lib.resolving.Resolvable

public class PortletResponseWrapper
extends Object
implements com.gentics.api.lib.resolving.Resolvable

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

response

private javax.portlet.RenderResponse response
The response.

Constructor Detail

PortletResponseWrapper

public PortletResponseWrapper(javax.portlet.RenderResponse r)
Instantiates a new portlet response wrapper.

Parameters:
r - the response
Method Detail

createActionURL

public javax.portlet.PortletURL createActionURL()
Creates the action url.

Returns:
the portlet url

createRenderURL

public javax.portlet.PortletURL createRenderURL()
Creates the render url.

Returns:
the portlet url

createResourceURL

public javax.portlet.ResourceURL createResourceURL()
Creates the resource url.

Returns:
the resource url

canResolve

public boolean canResolve()
Specified by:
canResolve in interface com.gentics.api.lib.resolving.Resolvable

get

public Object get(String arg0)
Specified by:
get in interface com.gentics.api.lib.resolving.Resolvable

getProperty

public Object getProperty(String arg0)
Specified by:
getProperty in interface com.gentics.api.lib.resolving.Resolvable


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.