org.jboss.portal.portlet.impl
Class PortletResponseImpl

java.lang.Object
  extended by org.jboss.portal.portlet.impl.PortletResponseImpl
All Implemented Interfaces:
PortletResponse
Direct Known Subclasses:
ActionResponseImpl, RenderResponseImpl

public abstract class PortletResponseImpl
extends java.lang.Object
implements PortletResponse


Field Summary
protected  Properties properties
           
protected  PortalRequest req
           
protected  PortalResponse resp
           
 
Constructor Summary
protected PortletResponseImpl(PortalRequest req, PortalResponse resp, Properties properties)
           
 
Method Summary
 void addProperty(java.lang.String name, java.lang.String value)
           
 java.lang.String encodeURL(java.lang.String s)
           
 void setProperty(java.lang.String name, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

req

protected final PortalRequest req

resp

protected final PortalResponse resp

properties

protected final Properties properties
Constructor Detail

PortletResponseImpl

protected PortletResponseImpl(PortalRequest req,
                              PortalResponse resp,
                              Properties properties)
Method Detail

encodeURL

public java.lang.String encodeURL(java.lang.String s)
Specified by:
encodeURL in interface PortletResponse

addProperty

public void addProperty(java.lang.String name,
                        java.lang.String value)
Specified by:
addProperty in interface PortletResponse

setProperty

public void setProperty(java.lang.String name,
                        java.lang.String value)
Specified by:
setProperty in interface PortletResponse