|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletHeaderResponse
This interface is deprecated because head contribution from portlet is possible by the native portlet API in a JSR-286 compliant portal.
| Method Summary | |
|---|---|
java.lang.String |
getContent()
Deprecated. Temporary solution: get the content after calling include this will be deprecated |
java.util.Map |
getHeaderConfiguration()
Deprecated. Configuration data for use by HeaderResource |
HeaderResource |
getHeaderResource()
Deprecated. Retrieves the header resource for this request |
java.util.Map |
getHeaderResourceRegistry()
Deprecated. Map containing overrides of content for header statements |
void |
include(PortletHeaderRequest request,
PortletHeaderResponse response,
java.lang.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 |
| Method Detail |
|---|
HeaderResource getHeaderResource()
boolean isDesktop()
java.util.Map getHeaderConfiguration()
java.util.Map getHeaderResourceRegistry()
java.lang.String getContent()
void include(PortletHeaderRequest request,
PortletHeaderResponse response,
java.lang.String headerResource)
throws javax.portlet.PortletException
request - response - headerResource -
javax.portlet.PortletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||