Uses of Interface
com.sas.servlet.util.CommandProcessorCommandInterface

Packages that use CommandProcessorCommandInterface
com.sas.servlet.util Provides support and utility classes for com.sas.servlet
 

Uses of CommandProcessorCommandInterface in com.sas.servlet.util
 

Classes in com.sas.servlet.util that implement CommandProcessorCommandInterface
 class StreamContentCommand
          Deprecated. As of Version 3.0 this class has been replaced by com.sas.servlet.util.commandprocessor.StreamContentCommand.
 

Fields in com.sas.servlet.util declared as CommandProcessorCommandInterface
protected  CommandProcessorCommandInterface CommandProcessor.lastCommand
          Deprecated. Last executed command
 

Methods in com.sas.servlet.util that return CommandProcessorCommandInterface
 CommandProcessorCommandInterface CommandProcessorInterface.findStoredCommand(java.lang.String commandName)
          Deprecated.  
 CommandProcessorCommandInterface CommandProcessor.findStoredCommand(java.lang.String commandName)
          Deprecated.  
protected  CommandProcessorCommandInterface CommandProcessor.getCommand()
          Deprecated. Internal use only
 CommandProcessorCommandInterface[] CommandProcessorInterface.getExecutedCommands()
          Deprecated. Returns all previously executedCommands
 CommandProcessorCommandInterface[] CommandProcessor.getExecutedCommands()
          Deprecated. Returns all previously executedCommands
 CommandProcessorCommandInterface CommandProcessorInterface.getLastExecutedCommand()
          Deprecated. Returns the most recently executed command.
 CommandProcessorCommandInterface CommandProcessor.getLastExecutedCommand()
          Deprecated. Returns the most recently executed command.
 CommandProcessorCommandInterface CommandProcessorInterface.getStoredCommand(java.lang.String cmdName)
          Deprecated. Returns a stored command with a given name.
 CommandProcessorCommandInterface CommandProcessor.getStoredCommand(java.lang.String cmdName)
          Deprecated. Returns a stored command with a given name.
protected  CommandProcessorCommandInterface CommandProcessor.getStreamContentCommand(GetStreamInterface gsi, java.lang.String contentType, java.lang.String servletURL)
          Deprecated. Internal use only
 CommandProcessorCommandInterface CommandProcessorInterface.processCommand(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated.  
 CommandProcessorCommandInterface CommandProcessor.processCommand(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated.  
 

Methods in com.sas.servlet.util with parameters of type CommandProcessorCommandInterface
 boolean CommandProcessorInterface.addStoredCommand(CommandProcessorViewInterface viewer, CommandProcessorCommandInterface cmd)
          Deprecated. Adds a stored command to the list.
 boolean CommandProcessor.addStoredCommand(CommandProcessorViewInterface viewer, CommandProcessorCommandInterface cmd)
          Deprecated. Adds a stored command to the list.
 void CommandProcessorInterface.executeCommand(CommandProcessorCommandInterface cmd, java.lang.Object obj)
          Deprecated. Executes the command passed and writes the appropriate component to the output stream.
 void CommandProcessor.executeCommand(CommandProcessorCommandInterface cmd, java.lang.Object obj)
          Deprecated. Executes the command passed and writes the appropriate component to the output stream.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.