|
ProgramixGenericLib v4.0.0 | |||||||||
| 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 CommandProcessor |
CommandProcessorFactory.create(File file,
Class 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 CommandProcessor |
CommandProcessorFactory.create(InputStream rawIn,
Class 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 CommandProcessor |
CommandProcessorFactory.create(Reader rawIn,
Class 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 CommandProcessor |
CommandProcessorFactory.create(URL propertiesURL,
Class 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 CommandProcessor |
CommandProcessorFactory.create(ValueMap config,
Class targetType)
Constructs an instance of the CommandProcessor implementation
specified in the configuration. |
static CommandProcessor |
CommandProcessorFactory.createFromFile(String filename,
Class 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 CommandProcessor |
CommandProcessorFactory.createFromResource(String resourceLocation,
Class 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 v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||