Uses of Interface
org.apache.jetspeed.om.registry.ToolDescriptor

Packages that use ToolDescriptor
org.apache.jetspeed.om.registry Represents a repository of configuration data. 
org.apache.jetspeed.om.registry.base   
 

Uses of ToolDescriptor in org.apache.jetspeed.om.registry
 

Methods in org.apache.jetspeed.om.registry that return ToolDescriptor
 ToolDescriptor PortletInfoEntry.getTool(java.lang.String name)
          Search for a named tool and return the associated ToolDescriptor.
 

Methods in org.apache.jetspeed.om.registry with parameters of type ToolDescriptor
 void PortletInfoEntry.addTool(ToolDescriptor tool)
          Adds a new tool to this entry
 

Uses of ToolDescriptor in org.apache.jetspeed.om.registry.base
 

Classes in org.apache.jetspeed.om.registry.base that implement ToolDescriptor
 class BaseToolDescriptor
          Bean-like implementation of the ToolDescriptor interface
 

Methods in org.apache.jetspeed.om.registry.base that return ToolDescriptor
 ToolDescriptor BasePortletInfoEntry.getTool(java.lang.String name)
          Search for a named parameter and return the associated parameter object.
 

Methods in org.apache.jetspeed.om.registry.base with parameters of type ToolDescriptor
 void BasePortletInfoEntry.addTool(ToolDescriptor tool)
          Adds a new parameter for this entry
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.