ProgramixGenericLib v4.0.0

Uses of Interface
com.programix.command.CommandProcessor

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 that return CommandProcessor
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).
 

Methods in com.programix.command with parameters of type CommandProcessor
 void DelegatingCommandProcessor.delegate(Class 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 v4.0.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. ProgramixGenericLib is free and is OSI Certified Open Source Software under the BSD license.