|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandException | |
|---|---|
| com.programix.command | Toolset for building a version of the "Command Pattern". |
| com.programix.command.bridge.http | Bridges the world of "Command Pattern" over an HTTP layer. |
| Uses of CommandException in com.programix.command |
|---|
| Methods in com.programix.command that throw CommandException | ||
|---|---|---|
static
|
CommandProcessorFactory.create(File file,
Class<T> targetType)
Create a CommandProcessor instance using an File whose data is in the format described by ValueMap
(nearly identical to the format for a Properties file). |
|
static
|
CommandProcessorFactory.create(InputStream rawIn,
Class<T> targetType)
Create a CommandProcessor instance using an InputStream whose data is in the format described by ValueMap
(nearly identical to the format for a Properties file). |
|
static
|
CommandProcessorFactory.create(Reader rawIn,
Class<T> targetType)
Create a CommandProcessor instance using a Reader whose data is in the format described by ValueMap
(nearly identical to the format for a Properties file). |
|
static
|
CommandProcessorFactory.create(URL propertiesURL,
Class<T> targetType)
Create a CommandProcessor instance using the specified URL whose data is in the format described by ValueMap(nearly identical to the format for a
Properties file). |
|
static
|
CommandProcessorFactory.create(ValueMap config,
Class<T> targetType)
Constructs an instance of the CommandProcessor implementation
specified in the configuration. |
|
static
|
CommandProcessorFactory.createFromFile(String filename,
Class<T> targetType)
Create a CommandProcessor instance using the specified filename whose data is in the format described by ValueMap(nearly identical to the format for a
Properties file). |
|
static
|
CommandProcessorFactory.createFromResource(String resourceLocation,
Class<T> targetType)
Create a CommandProcessor instance using the specified resourceLocation whose data is in the format described by ValueMap(nearly identical to the format for a
Properties file). |
|
protected void |
DelegatingCommandProcessor.customInit(ValueMap config)
Overridden in subclasses that need to perform any custom initialization. |
|
void |
CommandProcessor.init(ValueMap config)
|
|
void |
DelegatingCommandProcessor.init(ValueMap config)
|
|
CommandResponse |
CommandProcessor.process(CommandRequest req)
|
|
CommandResponse |
DelegatingCommandProcessor.process(CommandRequest req)
|
|
| Uses of CommandException in com.programix.command.bridge.http |
|---|
| Methods in com.programix.command.bridge.http that throw CommandException | |
|---|---|
void |
HttpCommandProcessor.init(ValueMap config)
|
CommandResponse |
HttpCommandProcessor.process(CommandRequest req)
|
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||