public class ConfigTag extends VarSetterBaseTag
| Constructor and Description |
|---|
ConfigTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Process the tag, looking up the config property and setting the scoped variable.
|
void |
release()
Release tag state.
|
void |
setProp(String prop)
Set the name of the property to look up
|
void |
setValue(String value)
Set the value to look up
|
getVar, setScope, setScopedVariable, setVarpublic void setProp(String prop)
prop - the property namepublic void setValue(String value)
value - the valuepublic final int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException - if the scripting variable can not be found or if there is an error processing the tagpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class VarSetterBaseTagCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.