org.jboss.portal.theme.tag
Class HeaderContentTagHandler

java.lang.Object
  extended by SimpleTagSupport
      extended by org.jboss.portal.theme.tag.HeaderContentTagHandler

public class HeaderContentTagHandler
extends SimpleTagSupport

JSP tag to write the header content set as portlet response property.

Portlets can set a response property to signal to the portal that the provided value should be injected into the head of the response document. This tag is the means to inject that content.

Version:
$LastChangedRevision: 6948 $, $LastChangedDate: 2007-04-08 00:52:49 +0200 (Sun, 08 Apr 2007) $
Author:
Constructor Summary
HeaderContentTagHandler()
           
 
Method Summary
 void doTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderContentTagHandler

public HeaderContentTagHandler()
Method Detail

doTag

public void doTag()
           throws JspException,
                  java.io.IOException
Throws:
JspException
java.io.IOException