KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > jsp > tagext > FunctionInfo

javax.servlet.jsp.tagext
Class FunctionInfo

java.lang.Object
  extended byjavax.servlet.jsp.tagext.FunctionInfo
See Also:
Top Examples, Source Code

public FunctionInfo(String name,
                    String klass,
                    String signature)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getFunctionClass()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getFunctionSignature()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags