|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.portal.tools.PortalTool
Represents a PortalTool.
Field Summary | |
protected HashMap |
functions
|
protected ArrayList |
i18n
|
protected String |
toolId
|
protected String |
toolName
|
Constructor Summary | |
PortalTool(String toolName,
String toolId,
HashMap functions,
ArrayList i18n)
Creates a new Portal Tool |
Method Summary | |
PortalToolFunction |
getFunction(String id)
Returns the function with the id id. |
Collection |
getFunctions()
Returns a collection of available function. |
List |
getI18n()
|
String |
getId()
Returns the id of the tools. |
Collection |
getInternalFunctions()
not in use! |
String |
getName()
Returns the name of the tool. |
Collection |
getPublicFunctions()
return all public functions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final HashMap functions
protected final String toolName
protected final String toolId
protected final ArrayList i18n
Constructor Detail |
public PortalTool(String toolName, String toolId, HashMap functions, ArrayList i18n)
toolName
- toolId
- functions
- i18n
- Method Detail |
public Collection getFunctions()
public PortalToolFunction getFunction(String id)
id
- public Collection getInternalFunctions()
public Collection getPublicFunctions()
public String getId()
public String getName()
public List getI18n()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |