org.jboss.portal.core.servlet.jsp.taglib
Class IncludeTag

java.lang.Object
  extended by TagSupport
      extended by org.jboss.portal.core.servlet.jsp.taglib.IncludeTag

public class IncludeTag
extends TagSupport

Inclusion tag. Used to include a JSP page to another page.

Author:
Thomas Heute $Revision: 6639 $

Constructor Summary
IncludeTag()
           
 
Method Summary
 int doStartTag()
           
 void setPage(java.lang.String filename)
          Set the page attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncludeTag

public IncludeTag()
Method Detail

setPage

public void setPage(java.lang.String filename)
Set the page attribute. THe filename can be relative or absolute (if starts with a /)

Parameters:
filename -

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException