okapi.tools
Class OkapiClassListTC

java.lang.Object
  extended by okapi.coreobjects.OkapiObject
      extended by okapi.coreobjects.OkapiToolController
          extended by okapi.tools.OkapiClassListTC
All Implemented Interfaces:
java.io.Serializable

public class OkapiClassListTC
extends OkapiToolController

ToolController for showing ClassLists.

Version:
$Revision: 31044 $, $Date: 2008-09-02 17:08:01 -0400 (Tue, 02 Sep 2008) $
Author:
MIT Stellar team
See Also:
Serialized Form

Field Summary
 
Fields inherited from class okapi.coreobjects.OkapiObject
createdBy, createdDate, description, lastModifiedBy, lastModifiedDate, longName, name, objectID, status
 
Constructor Summary
OkapiClassListTC()
          Constructor OkapiClassListTC
 
Method Summary
 void render(java.util.List pathVector, java.lang.String pathSegment, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext context, java.util.List nexusHistory, java.util.List views)
          Render this tool.
 
Methods inherited from class okapi.coreobjects.OkapiToolController
addToolToCache, edit, equals, getAsXml, getTC, getToolControllerCode, hashCode, setToolControllerCode
 
Methods inherited from class okapi.coreobjects.OkapiObject
checkAuthorization, currentDateTimeOracle, getAsXml, getAsXml, getAsXml, getCreatedBy, getCreatedDate, getDescription, getLastModifiedBy, getLastModifiedDate, getLongName, getName, getObjectID, getStatus, isEncryptionRequired, refreshFromDB, setAuthorization, setCreatedBy, setCreatedDate, setDescription, setLastModifiedBy, setLastModifiedBy, setLastModifiedDate, setLongName, setName, setStatus, updateDB
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OkapiClassListTC

public OkapiClassListTC()
Constructor OkapiClassListTC

Method Detail

render

public void render(java.util.List pathVector,
                   java.lang.String pathSegment,
                   javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response,
                   javax.servlet.ServletContext context,
                   java.util.List nexusHistory,
                   java.util.List views)
            throws javax.servlet.ServletException,
                   java.io.IOException
Render this tool. This method is called by the Nexus when it has identified this as the tool to handle the request.

Overrides:
render in class OkapiToolController
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright ? 2001-2009 MIT. All Rights Reserved.