|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
org.bibeault.jrjournal.jsp.ScopedVarTagSupport
org.bibeault.jrjournal.ccc.ConstantsMapTag
Custom action handler for <ccc:constantsMap>
which
establishes a scoped variable containing a Map of all class constants found
in a named target class.
Nested Class Summary | |
static class |
ConstantsMapTag.ExtraInfo
Extra info class for the <ccc:constantsMap> custom
action that checks to ensure that the scope name, if specified, is a
valid one. |
Constructor Summary | |
ConstantsMapTag()
|
Method Summary | |
void |
doTag()
|
void |
setClassName(java.lang.String value)
|
Methods inherited from class org.bibeault.jrjournal.jsp.ScopedVarTagSupport |
getScopedContext, getScopeName, getVar, setScope, setScopedVariable, setVar, validateScope |
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 |
Constructor Detail |
public ConstantsMapTag()
Method Detail |
public void setClassName(java.lang.String value)
public void doTag() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |