|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jsp.cfg.TldFunction
public class TldFunction
Configuration for the taglib tag in the .tld
Constructor Summary | |
---|---|
TldFunction()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the description |
java.lang.String |
getDisplayName()
Gets the display-name |
java.lang.String |
getExample()
Gets the example |
java.lang.Class |
getFunctionClass()
Gets the function class. |
Signature |
getFunctionSignature()
Gets the function signature. |
java.lang.reflect.Method |
getMethod()
Returns the underlying method. |
java.lang.String |
getName()
Gets the function name. |
void |
init()
Initialize |
void |
setDescription(java.lang.String description)
Sets the description |
void |
setDisplayName(java.lang.String displayName)
Sets the display-name |
void |
setExample(java.lang.String example)
Sets the example |
void |
setFunctionClass(java.lang.Class functionClass)
Sets the function class. |
void |
setFunctionSignature(Signature signature)
Sets the function signature. |
void |
setName(java.lang.String name)
Sets the function name. |
FunctionInfo |
toFunctionInfo()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TldFunction()
Method Detail |
---|
public void setName(java.lang.String name)
public java.lang.String getName()
public void setFunctionClass(java.lang.Class functionClass)
public java.lang.Class getFunctionClass()
public void setFunctionSignature(Signature signature)
public Signature getFunctionSignature()
public void setDisplayName(java.lang.String displayName)
public java.lang.String getDisplayName()
public void setDescription(java.lang.String description)
public java.lang.String getDescription()
public void setExample(java.lang.String example)
public java.lang.String getExample()
public java.lang.reflect.Method getMethod()
@PostConstruct public void init() throws ConfigException
ConfigException
public FunctionInfo toFunctionInfo()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |