hep.aida.web.taglib.jsp20
Class StyleAttributeTagImpl
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
hep.aida.web.taglib.jsp20.StyleAttributeTagImpl
- All Implemented Interfaces:
- StyleAttributeTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
public class StyleAttributeTagImpl
- extends javax.servlet.jsp.tagext.SimpleTagSupport
- implements StyleAttributeTag
- Author:
- The AIDA Team @ SLAC
Method Summary |
void |
doTag()
|
void |
setName(String name)
Set the name of the AIDA parameter to set. |
void |
setValue(String value)
Set the value to associate with the given AIDA name. |
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 |
StyleAttributeTagImpl
public StyleAttributeTagImpl()
doTag
public void doTag()
throws javax.servlet.jsp.JspException
- Specified by:
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
- Overrides:
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
- Throws:
javax.servlet.jsp.JspException
setName
public void setName(String name)
- Description copied from interface:
StyleAttributeTag
- Set the name of the AIDA parameter to set. Legal values depend on the
context in which the tag is being used. Consult the AIDA documentation
and examples for more details.
- Specified by:
setName
in interface StyleAttributeTag
setValue
public void setValue(String value)
- Description copied from interface:
StyleAttributeTag
- Set the value to associate with the given AIDA name.
- Specified by:
setValue
in interface StyleAttributeTag
Copyright © 2000-2011 FreeHEP. All Rights Reserved.