|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.jsp.cfg.TldFragmentAttribute
public class TldFragmentAttribute
Configuration for the taglib attribute in the .tld
| Constructor Summary | |
|---|---|
TldFragmentAttribute()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description |
java.util.ArrayList |
getFragmentInputList()
Returns the description |
java.lang.String |
getName()
Gets the attribute name. |
boolean |
getRequired()
Returns true if the attribute is required. |
void |
setDescription(java.lang.String description)
Sets the description |
void |
setFragmentInput(TldFragmentInput fragmentInput)
Adds a fragment-input |
void |
setName(java.lang.String name)
Sets the attribute name. |
void |
setRequired(boolean required)
Sets true if the attribute is required. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TldFragmentAttribute()
| Method Detail |
|---|
public void setName(java.lang.String name)
public java.lang.String getName()
public void setRequired(boolean required)
public boolean getRequired()
public void setDescription(java.lang.String description)
public java.lang.String getDescription()
public void setFragmentInput(TldFragmentInput fragmentInput)
public java.util.ArrayList getFragmentInputList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||