Uses of Class
com.sas.servlet.util.CommandDefinition

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
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.