|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandDefinition | |
---|---|
com.sas.servlet.util | Provides support and utility classes for com.sas.servlet . |
Uses of CommandDefinition in com.sas.servlet.util |
---|
Methods in com.sas.servlet.util that return CommandDefinition | |
---|---|
CommandDefinition[] |
CommandProcessorInterface.getCommandDefinitions()
Deprecated. Returns all registered command definitions. |
CommandDefinition[] |
CommandProcessor.getCommandDefinitions()
Deprecated. Returns all registered command definitions. |
Methods in com.sas.servlet.util with parameters of type CommandDefinition | |
---|---|
void |
CommandProcessorInterface.registerCommand(CommandDefinition def)
Deprecated. Registers a command. |
void |
CommandProcessor.registerCommand(CommandDefinition def)
Deprecated. Registers a command. |
void |
CommandProcessorInterface.unregisterCommand(CommandDefinition def)
Deprecated. Unregisters a command |
void |
CommandProcessor.unregisterCommand(CommandDefinition def)
Deprecated. Unregisters a command |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |