com.fatwire.gst.foundation.taglib
Class IncludeTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.fatwire.gst.foundation.taglib.GsfSimpleTag
com.fatwire.gst.foundation.taglib.IncludeTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
public final class IncludeTag
- extends GsfSimpleTag
Includes a template,element or page in a jsp page.
- Since:
- Apr 13, 2011
- Author:
- Dolf Dijkstra
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncludeTag
public IncludeTag()
doTag
public void doTag()
throws javax.servlet.jsp.JspException,
IOException
- Specified by:
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
- Overrides:
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
- Throws:
javax.servlet.jsp.JspException
IOException
discover
protected Include discover(String name)
findService
protected DefaultIncludeService findService()
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
isSilent
public boolean isSilent()
- Returns:
- the silent
setSilent
public void setSilent(boolean silent)
- Parameters:
silent
- the silent to set
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.