|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.maventaglib.checker.TldItem
net.sf.maventaglib.checker.ELFunction
public class ELFunction
Contains information about an EL function.
| Constructor Summary | |
|---|---|
ELFunction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFunctionClass()
Returns the functionClass. |
java.lang.String |
getFunctionSignature()
Returns the functionSignature. |
java.lang.String |
getParameters()
Returns the parameters. |
void |
setFunctionClass(java.lang.String functionClass)
Sets the functionClass. |
void |
setFunctionSignature(java.lang.String functionSignature)
Sets the functionSignature. |
void |
setParameters(java.lang.String parameters)
Sets the parameters. |
| Methods inherited from class net.sf.maventaglib.checker.TldItem |
|---|
compareTo, getDescription, getExample, getName, isDeprecated, setDeprecated, setDescription, setExample, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ELFunction()
| Method Detail |
|---|
public java.lang.String getFunctionClass()
public void setFunctionClass(java.lang.String functionClass)
functionClass - the functionClass to setpublic java.lang.String getFunctionSignature()
public void setFunctionSignature(java.lang.String functionSignature)
functionSignature - the functionSignature to setpublic java.lang.String getParameters()
public void setParameters(java.lang.String parameters)
parameters - the parameters to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||