|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
nl.gx.webmanager.taglib.edit.GetConfigurationEntryTag
public class GetConfigurationEntryTag
This tag returns a configuration entry from the configuration management. If the 'var' parameter is present, the result will be stored in the page context under that identifier, otherwise, the result will be written to the output. This tag takes 2 parameters:
<wmedit:render var="showobject_alias" path="system_constants.showobject_servlet_uri" />
| Constructor Summary | |
|---|---|
GetConfigurationEntryTag()
|
|
| Method Summary | |
|---|---|
void |
doTag()
|
java.lang.Boolean |
getMultiple()
Returns whether multiple values should be returned by this tag. |
java.lang.String |
getPath()
Returns the path pointing to the configuration entry to be returned by this tag. |
java.lang.String |
getVar()
Returns the identifier under which the configuration entry should be stored in the pageContext . |
void |
setMultiple(java.lang.Boolean multiple)
Sets whether multiple values should be returned by this tag. |
void |
setPath(java.lang.String path)
Sets the path to the configuration entry that should be returned by this tag. |
void |
setVar(java.lang.String var)
Sets the identifier of the optional entry in the pageContext under which the configuration entry should be stored. |
| 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 GetConfigurationEntryTag()
| Method Detail |
|---|
public java.lang.String getPath()
public void setPath(java.lang.String path)
path - public java.lang.Boolean getMultiple()
public void setMultiple(java.lang.Boolean multiple)
multiple - multiplepublic java.lang.String getVar()
public void setVar(java.lang.String var)
var -
public void doTag()
throws javax.servlet.jsp.JspException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||