org.apache.openejb.jee
Class Function
java.lang.Object
org.apache.openejb.jee.Function
public class Function
- extends java.lang.Object
The function element is used to provide information on each
function in the tag library that is to be exposed to the EL.
The function element may have several subelements defining:
description Optional tag-specific information
display-name A short name that is intended to be displayed
by tools
icon Optional icon element that can be used by tools
name A unique name for this function
function-class Provides the name of the Java class that
implements the function
function-signature Provides the signature, as in the Java Language
Specification, of the Java method that is to be
used to implement the function.
example Optional informal description of an
example of a use of this function
function-extension Zero or more extensions that provide extra
information about this function, for tool
consumption
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected TextMap description
displayName
protected TextMap displayName
icon
protected LocalCollection<Icon> icon
name
protected java.lang.String name
functionClass
protected java.lang.String functionClass
functionSignature
protected java.lang.String functionSignature
example
protected java.lang.String example
functionExtension
protected java.util.List<TldExtension> functionExtension
id
protected java.lang.String id
Function
public Function()
getDescriptions
public Text[] getDescriptions()
setDescriptions
public void setDescriptions(Text[] text)
getDescription
public java.lang.String getDescription()
getDisplayNames
public Text[] getDisplayNames()
setDisplayNames
public void setDisplayNames(Text[] text)
getDisplayName
public java.lang.String getDisplayName()
getIcons
public java.util.Collection<Icon> getIcons()
getIconMap
public java.util.Map<java.lang.String,Icon> getIconMap()
getIcon
public Icon getIcon()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String value)
getFunctionClass
public java.lang.String getFunctionClass()
setFunctionClass
public void setFunctionClass(java.lang.String value)
getFunctionSignature
public java.lang.String getFunctionSignature()
setFunctionSignature
public void setFunctionSignature(java.lang.String value)
getExample
public java.lang.String getExample()
setExample
public void setExample(java.lang.String value)
getFunctionExtension
public java.util.List<TldExtension> getFunctionExtension()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.