Name

FunctionInfo

Synopsis

The container uses the FunctionInfo class to hold information about an EL function declaration from the TLD. It’s primarily intended to be used by the JSP container itself during the translation phase.

Synopsis

Class name:

javax.servlet.jsp.tagext.FunctionInfo

Extends:

None

Implements:

None

Implemented by:

Internal container-dependent class; most containers use the reference implementation of the class (developed in the Apache Jakarta project)

Constructor

public FunctionInfo(String name, String klass, String signature)

Creates a new instance.

Methods

public String getFunctionClass( )

Returns the function class name.

public String getFunctionSignature( )

Returns the function signature.

public String getName( )

Returns the function name.

Get JavaServer Pages, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.