javax.portlet
Interface PortletResponse

All Known Subinterfaces:
ActionResponse, RenderResponse
All Known Implementing Classes:
ActionResponseImpl, JBossActionResponse, JBossRenderResponse, PortletResponseImpl, RenderResponseImpl

public interface PortletResponse


Method Summary
 void addProperty(java.lang.String key, java.lang.String value)
           
 java.lang.String encodeURL(java.lang.String path)
           
 void setProperty(java.lang.String key, java.lang.String value)
           
 

Method Detail

addProperty

void addProperty(java.lang.String key,
                 java.lang.String value)
                 throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

setProperty

void setProperty(java.lang.String key,
                 java.lang.String value)
                 throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

encodeURL

java.lang.String encodeURL(java.lang.String path)
                           throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException