|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandProcessor | |
|---|---|
| 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 CommandProcessor in com.programix.command |
|---|
| Classes in com.programix.command that implement CommandProcessor | |
|---|---|
class |
DelegatingCommandProcessor
|
| Methods in com.programix.command with type parameters of type CommandProcessor | ||
|---|---|---|
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). |
|
| Methods in com.programix.command with parameters of type CommandProcessor | |
|---|---|
void |
DelegatingCommandProcessor.delegate(Class<? extends CommandRequest> requestClass,
CommandProcessor handler)
|
| Uses of CommandProcessor in com.programix.command.bridge.http |
|---|
| Classes in com.programix.command.bridge.http that implement CommandProcessor | |
|---|---|
class |
HttpCommandProcessor
|
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||