no.sesat.search.view.taglib
Class VelocityTemplateTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
no.sesat.search.view.taglib.AbstractVelocityTemplateTag
no.sesat.search.view.taglib.VelocityTemplateTag
- All Implemented Interfaces:
- JspTag, SimpleTag
public final class VelocityTemplateTag
- extends AbstractVelocityTemplateTag
Imports (and merges) a velocity template from a site-config into the jsp.
- Version:
- $Id: VelocityTemplateTag.java 7225 2009-04-09 00:32:20Z ssmiweve $
|
Method Summary |
void |
doTag()
Called by the container to invoke this tag. |
void |
setCommand(String value)
Setter for the command attribute. |
void |
setTemplate(String value)
Setter for the template attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityTemplateTag
public VelocityTemplateTag()
doTag
public void doTag()
throws JspException
- Called by the container to invoke this tag.
The implementation of this method is provided by the tag library developer,
and handles all tag processing, body iteration, etc.
- Specified by:
doTag in interface SimpleTag- Overrides:
doTag in class SimpleTagSupport
- Throws:
JspException
setTemplate
public void setTemplate(String value)
- Setter for the template attribute.
- Parameters:
value -
setCommand
public void setCommand(String value)
- Setter for the command attribute.
- Parameters:
value -
Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.