|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| 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 | |
|---|---|
abstract CommandProcessorCommandInterface |
CommandProcessorInterface.findStoredCommand(java.lang.String commandName)
Deprecated. |
CommandProcessorCommandInterface |
CommandProcessor.findStoredCommand(java.lang.String commandName)
Deprecated. |
protected CommandProcessorCommandInterface |
CommandProcessor.getCommand()
Deprecated. Internal use only |
abstract CommandProcessorCommandInterface[] |
CommandProcessorInterface.getExecutedCommands()
Deprecated. Returns all previously executedCommands |
CommandProcessorCommandInterface[] |
CommandProcessor.getExecutedCommands()
Deprecated. Returns all previously executedCommands |
abstract CommandProcessorCommandInterface |
CommandProcessorInterface.getLastExecutedCommand()
Deprecated. Returns the most recently executed command. |
CommandProcessorCommandInterface |
CommandProcessor.getLastExecutedCommand()
Deprecated. Returns the most recently executed command. |
abstract 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 |
abstract 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 | |
|---|---|
abstract 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. |
abstract 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. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||