org.apache.jetspeed.portlet
Interface SupportsHeaderPhase


Deprecated.

public interface SupportsHeaderPhase

Indicates that a portlet supports the pre-286 header phase.

This interface is deprecated because head contribution from portlet is possible by the native portlet API in a JSR-286 compliant portal.

Version:
$Id$
Author:
David Sean Taylor

Method Summary
 void doHeader(PortletHeaderRequest request, PortletHeaderResponse response)
          Deprecated.  
 

Method Detail

doHeader

void doHeader(PortletHeaderRequest request,
              PortletHeaderResponse response)
              throws javax.portlet.PortletException
Deprecated. 
Throws:
javax.portlet.PortletException


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.