org.apache.jetspeed.om.registry
Interface ToolDescriptor

All Known Implementing Classes:
BaseToolDescriptor

public interface ToolDescriptor

Interface for storing tool information for a portlet, control or controller

Version:
$Id: ToolDescriptor.java,v 1.3 2005/03/21 18:21:37 sgala Exp $
Author:
Raphaël Luta

Method Summary
 java.lang.String getClassname()
           
 java.lang.String getName()
           
 java.lang.String getScope()
           
 void setClassname(java.lang.String classname)
          Sets the classname of this tool
 void setName(java.lang.String name)
          Sets the name for this tool
 void setScope(java.lang.String scope)
          Sets the scope of this tool.
 

Method Detail

getName

public java.lang.String getName()
Returns:
the name of the tool

setName

public void setName(java.lang.String name)
Sets the name for this tool


getScope

public java.lang.String getScope()
Returns:
the scope of this tool

setScope

public void setScope(java.lang.String scope)
Sets the scope of this tool. The currently recognized scope are "request", "session", "persistent", "global"

Parameters:
scope - the new scope of this tool

getClassname

public java.lang.String getClassname()
Returns:
the clasname of this tool

setClassname

public void setClassname(java.lang.String classname)
Sets the classname of this tool

Parameters:
classname - the new classname of this tool


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