org.jboss.portal.portlet.impl
Class RenderResponseImpl
java.lang.Object
org.jboss.portal.portlet.impl.PortletResponseImpl
org.jboss.portal.portlet.impl.RenderResponseImpl
- All Implemented Interfaces:
- PortletResponse, RenderResponse
- Direct Known Subclasses:
- JBossRenderResponse
public class RenderResponseImpl
- extends PortletResponseImpl
- implements RenderResponse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenderResponseImpl
public RenderResponseImpl(Window window,
WindowContext windowCtx,
PortalRequest req,
PortalResponse resp,
FragmentResult result,
Properties properties)
setTitle
public void setTitle(java.lang.String s)
- Specified by:
setTitle
in interface RenderResponse
getContentType
public java.lang.String getContentType()
- Specified by:
getContentType
in interface RenderResponse
setContentType
public void setContentType(java.lang.String contentType)
- Specified by:
setContentType
in interface RenderResponse
getWriter
public java.io.PrintWriter getWriter()
throws java.io.IOException
- Specified by:
getWriter
in interface RenderResponse
- Throws:
java.io.IOException
getPortletOutputStream
public java.io.OutputStream getPortletOutputStream()
throws java.io.IOException
- Specified by:
getPortletOutputStream
in interface RenderResponse
- Throws:
java.io.IOException
createRenderURL
public PortletURL createRenderURL()
- Specified by:
createRenderURL
in interface RenderResponse
createActionURL
public PortletURL createActionURL()
- Specified by:
createActionURL
in interface RenderResponse
getNamespace
public java.lang.String getNamespace()
- Specified by:
getNamespace
in interface RenderResponse
getCharacterEncoding
public java.lang.String getCharacterEncoding()
- Specified by:
getCharacterEncoding
in interface RenderResponse
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocale
in interface RenderResponse
setBufferSize
public void setBufferSize(int i)
- Specified by:
setBufferSize
in interface RenderResponse
getBufferSize
public int getBufferSize()
- Specified by:
getBufferSize
in interface RenderResponse
flushBuffer
public void flushBuffer()
throws java.io.IOException
- Specified by:
flushBuffer
in interface RenderResponse
- Throws:
java.io.IOException
resetBuffer
public void resetBuffer()
- Specified by:
resetBuffer
in interface RenderResponse
reset
public void reset()
- Specified by:
reset
in interface RenderResponse
isCommitted
public boolean isCommitted()
- Specified by:
isCommitted
in interface RenderResponse