|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
org.apache.taglibs.rdc.GetDefaultConfigTag
public class GetDefaultConfigTag
This tag is used to retrieve the default config for a component from a jar file, parse it with validation, and set the component's BaseModel's configuration.
| Constructor Summary | |
|---|---|
GetDefaultConfigTag()
|
|
| Method Summary | |
|---|---|
void |
doTag()
|
BaseModel |
getModel()
Get the BaseModel value. |
java.lang.String |
getName()
Get the Name value. |
void |
setModel(BaseModel model)
Set the BaseModel value. |
void |
setName(java.lang.String newName)
Set the Name value. |
| 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 GetDefaultConfigTag()
| Method Detail |
|---|
public final java.lang.String getName()
Name value.
String valuepublic final void setName(java.lang.String newName)
Name value.
newName - The new Name value.public final BaseModel getModel()
BaseModel value.
BaseModel valuepublic final void setModel(BaseModel model)
BaseModel value.
model - The new model value.
public void doTag()
throws java.io.IOException,
javax.servlet.jsp.JspException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjava.io.IOException
javax.servlet.jsp.JspException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||