com.filenet.wcm.apps.server.util.integration
Class CommandHandler

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.integration.CommandHandler

public class CommandHandler
extends java.lang.Object


Constructor Summary
CommandHandler()
           
 
Method Summary
static java.util.Map getCommandParameters(int commandId, org.w3c.dom.Element parametersElement)
           
static java.lang.String getCommandURL(CommandCall command)
           
static CommandService getUrlDispatcher(CommandCall command)
           
static boolean handleCommandService(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, WcmWorkplaceController wwc, javax.servlet.http.HttpServletResponse response, CommandCall command, java.lang.String windowId)
           
static void load(java.io.InputStream in)
           
static java.util.Map putAdditionalCommandParameters(int commandId, java.util.Map parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandHandler

public CommandHandler()
Method Detail

load

public static void load(java.io.InputStream in)
                 throws java.lang.Exception
Throws:
java.lang.Exception

getCommandURL

public static java.lang.String getCommandURL(CommandCall command)

getUrlDispatcher

public static CommandService getUrlDispatcher(CommandCall command)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

handleCommandService

public static boolean handleCommandService(javax.servlet.ServletContext servletContext,
                                           javax.servlet.http.HttpServletRequest request,
                                           WcmWorkplaceController wwc,
                                           javax.servlet.http.HttpServletResponse response,
                                           CommandCall command,
                                           java.lang.String windowId)
                                    throws java.lang.ClassNotFoundException,
                                           java.lang.InstantiationException,
                                           java.lang.IllegalAccessException,
                                           com.filenet.wcm.toolkit.util.WcmException,
                                           java.lang.Exception
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
com.filenet.wcm.toolkit.util.WcmException
java.lang.Exception

getCommandParameters

public static java.util.Map getCommandParameters(int commandId,
                                                 org.w3c.dom.Element parametersElement)

putAdditionalCommandParameters

public static java.util.Map putAdditionalCommandParameters(int commandId,
                                                           java.util.Map parameters)


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.