public interface PortletHeaderResponse
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Deprecated.
Temporary solution: get the content after calling include
this will be deprecated
|
Map |
getHeaderConfiguration()
Deprecated.
Configuration data for use by HeaderResource
|
HeaderResource |
getHeaderResource()
Deprecated.
Retrieves the header resource for this request
|
Map |
getHeaderResourceRegistry()
Deprecated.
Map containing overrides of content for header statements
|
void |
include(PortletHeaderRequest request,
PortletHeaderResponse response,
String headerResource)
Deprecated.
Dispatch to a servlet or resource to generate and include the header content
|
boolean |
isDesktop()
Deprecated.
Is request for /desktop rather than /portal
|
HeaderResource getHeaderResource()
boolean isDesktop()
Map getHeaderConfiguration()
Map getHeaderResourceRegistry()
String getContent()
void include(PortletHeaderRequest request, PortletHeaderResponse response, String headerResource) throws javax.portlet.PortletException
request
- response
- headerResource
- javax.portlet.PortletException
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.