public abstract class PortletResponseImpl
extends Object
implements com.liferay.portal.kernel.portlet.LiferayPortletResponse
Modifier and Type | Field and Description |
---|---|
protected javax.servlet.http.HttpServletResponse |
httpServletResponse |
protected String |
portletName |
protected PortletRequestImpl |
portletRequestImpl |
Constructor and Description |
---|
PortletResponseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addDateHeader(String name,
long date) |
void |
addHeader(String name,
String value) |
void |
addIntHeader(String name,
int value) |
void |
addProperty(javax.servlet.http.Cookie cookie) |
void |
addProperty(String key,
org.w3c.dom.Element element) |
void |
addProperty(String key,
String value) |
protected void |
clearHeaders() |
<T extends javax.portlet.PortletURL & javax.portlet.ActionURL> |
createActionURL() |
javax.portlet.ActionURL |
createActionURL(javax.portlet.MimeResponse.Copy copy) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createActionURL(String portletName) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createActionURL(String portletName,
javax.portlet.MimeResponse.Copy copy) |
org.w3c.dom.Element |
createElement(String tagName) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(long plid,
String portletName,
String lifecycle) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(long plid,
String portletName,
String lifecycle,
boolean includeLinkToLayoutUuid) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(long plid,
String portletName,
String lifecycle,
javax.portlet.MimeResponse.Copy copy) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(long plid,
String portletName,
String lifecycle,
javax.portlet.MimeResponse.Copy copy,
boolean includeLinkToLayoutUuid) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(String lifecycle) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(String portletName,
String lifecycle) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createLiferayPortletURL(String portletName,
String lifecycle,
javax.portlet.MimeResponse.Copy copy) |
<T extends javax.portlet.PortletURL & javax.portlet.RenderURL> |
createRenderURL() |
javax.portlet.RenderURL |
createRenderURL(javax.portlet.MimeResponse.Copy copy) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createRenderURL(String portletName) |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createRenderURL(String portletName,
javax.portlet.MimeResponse.Copy copy) |
javax.portlet.ResourceURL |
createResourceURL() |
com.liferay.portal.kernel.portlet.LiferayPortletURL |
createResourceURL(String portletName) |
String |
encodeURL(String path) |
long |
getCompanyId() |
javax.servlet.http.HttpServletRequest |
getHttpServletRequest() |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse() |
protected com.liferay.portal.kernel.model.Layout |
getLayout(javax.portlet.PortletRequest portletRequest,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
abstract String |
getLifecycle() |
String |
getNamespace() |
long |
getPlid() |
com.liferay.portal.kernel.model.Portlet |
getPortlet() |
String |
getPortletName() |
PortletRequestImpl |
getPortletRequest() |
protected javax.portlet.PortletPreferences |
getPortletSetup(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Layout layout,
String portletName) |
Map<String,String[]> |
getProperties() |
String |
getProperty(String key) |
Collection<String> |
getPropertyNames() |
Collection<String> |
getPropertyValues(String key) |
com.liferay.portal.kernel.servlet.URLEncoder |
getUrlEncoder() |
void |
init(PortletRequestImpl portletRequestImpl,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
setDateHeader(String name,
long date) |
void |
setHeader(String name,
String value) |
void |
setIntHeader(String name,
int value) |
void |
setPlid(long plid) |
void |
setProperty(String key,
String value) |
void |
setURLEncoder(com.liferay.portal.kernel.servlet.URLEncoder urlEncoder) |
void |
transferHeaders(javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
transferMarkupHeadElements() |
protected javax.servlet.http.HttpServletResponse httpServletResponse
protected String portletName
protected PortletRequestImpl portletRequestImpl
public void addDateHeader(String name, long date)
addDateHeader
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public void addHeader(String name, String value)
addHeader
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public void addIntHeader(String name, int value)
addIntHeader
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public void addProperty(javax.servlet.http.Cookie cookie)
addProperty
in interface javax.portlet.PortletResponse
public void addProperty(String key, org.w3c.dom.Element element)
addProperty
in interface javax.portlet.PortletResponse
public void addProperty(String key, String value)
addProperty
in interface javax.portlet.PortletResponse
public <T extends javax.portlet.PortletURL & javax.portlet.ActionURL> T createActionURL()
createActionURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public javax.portlet.ActionURL createActionURL(javax.portlet.MimeResponse.Copy copy)
createActionURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public com.liferay.portal.kernel.portlet.LiferayPortletURL createActionURL(String portletName)
createActionURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public com.liferay.portal.kernel.portlet.LiferayPortletURL createActionURL(String portletName, javax.portlet.MimeResponse.Copy copy)
createActionURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public org.w3c.dom.Element createElement(String tagName) throws org.w3c.dom.DOMException
createElement
in interface javax.portlet.PortletResponse
org.w3c.dom.DOMException
public com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(long plid, String portletName, String lifecycle)
createLiferayPortletURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(long plid, String portletName, String lifecycle, boolean includeLinkToLayoutUuid)
createLiferayPortletURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(long plid, String portletName, String lifecycle, javax.portlet.MimeResponse.Copy copy)
createLiferayPortletURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(long plid, String portletName, String lifecycle, javax.portlet.MimeResponse.Copy copy, boolean includeLinkToLayoutUuid)
createLiferayPortletURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(String lifecycle)
createLiferayPortletURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(String portletName, String lifecycle)
createLiferayPortletURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public com.liferay.portal.kernel.portlet.LiferayPortletURL createLiferayPortletURL(String portletName, String lifecycle, javax.portlet.MimeResponse.Copy copy)
createLiferayPortletURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public <T extends javax.portlet.PortletURL & javax.portlet.RenderURL> T createRenderURL()
createRenderURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public javax.portlet.RenderURL createRenderURL(javax.portlet.MimeResponse.Copy copy)
createRenderURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public com.liferay.portal.kernel.portlet.LiferayPortletURL createRenderURL(String portletName)
createRenderURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public com.liferay.portal.kernel.portlet.LiferayPortletURL createRenderURL(String portletName, javax.portlet.MimeResponse.Copy copy)
createRenderURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public javax.portlet.ResourceURL createResourceURL()
createResourceURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public com.liferay.portal.kernel.portlet.LiferayPortletURL createResourceURL(String portletName)
createResourceURL
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public String encodeURL(String path)
encodeURL
in interface javax.portlet.PortletResponse
public long getCompanyId()
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
public javax.servlet.http.HttpServletResponse getHttpServletResponse()
getHttpServletResponse
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public abstract String getLifecycle()
getLifecycle
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public String getNamespace()
getNamespace
in interface javax.portlet.PortletResponse
public long getPlid()
public com.liferay.portal.kernel.model.Portlet getPortlet()
getPortlet
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public String getPortletName()
public PortletRequestImpl getPortletRequest()
public Map<String,String[]> getProperties()
getProperties
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public String getProperty(String key)
getProperty
in interface javax.portlet.PortletResponse
public Collection<String> getPropertyNames()
getPropertyNames
in interface javax.portlet.PortletResponse
public Collection<String> getPropertyValues(String key)
getPropertyValues
in interface javax.portlet.PortletResponse
public com.liferay.portal.kernel.servlet.URLEncoder getUrlEncoder()
public void init(PortletRequestImpl portletRequestImpl, javax.servlet.http.HttpServletResponse httpServletResponse)
public void setDateHeader(String name, long date)
setDateHeader
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public void setHeader(String name, String value)
setHeader
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public void setIntHeader(String name, int value)
setIntHeader
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public void setPlid(long plid)
public void setProperty(String key, String value)
setProperty
in interface javax.portlet.PortletResponse
public void setURLEncoder(com.liferay.portal.kernel.servlet.URLEncoder urlEncoder)
setURLEncoder
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public void transferHeaders(javax.servlet.http.HttpServletResponse httpServletResponse)
transferHeaders
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
public void transferMarkupHeadElements()
transferMarkupHeadElements
in interface com.liferay.portal.kernel.portlet.LiferayPortletResponse
protected void clearHeaders()
protected com.liferay.portal.kernel.model.Layout getLayout(javax.portlet.PortletRequest portletRequest, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
protected javax.portlet.PortletPreferences getPortletSetup(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay, com.liferay.portal.kernel.model.Layout layout, String portletName)