|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueMap | |
|---|---|
| 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. |
| com.programix.da | Framework for using the "DataAccess Interface Design Pattern". |
| com.programix.da2 | Framework for using the "DataAccess Interface Design Pattern". |
| com.programix.da2.bridge | |
| com.programix.da2.bridge.http | |
| com.programix.saxplus | SAXPlus tools to simplify SAX-based XML parsing. |
| com.programix.sql | SQL related utilities. |
| com.programix.value | The Value framework for encapsulating "values" generically in a way that they can be coerced into other types. |
| Uses of ValueMap in com.programix.command |
|---|
| Methods in com.programix.command with parameters of type ValueMap | ||
|---|---|---|
static
|
CommandProcessorFactory.create(ValueMap config,
Class<T> targetType)
Constructs an instance of the CommandProcessor implementation
specified in the configuration. |
|
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)
|
|
| Uses of ValueMap in com.programix.command.bridge.http |
|---|
| Methods in com.programix.command.bridge.http with parameters of type ValueMap | |
|---|---|
void |
HttpCommandProcessor.init(ValueMap config)
|
| Uses of ValueMap in com.programix.da |
|---|
| Methods in com.programix.da with parameters of type ValueMap | ||
|---|---|---|
static
|
DataAccessFactory.create(ValueMap config,
Class<T> targetType)
Constructs an instance of the DataAccess implementation
specified in the configuration. |
|
void |
DataAccess.init(ValueMap config)
Called once just after construction to allow the implementation to setup everything required to run. |
|
| Uses of ValueMap in com.programix.da2 |
|---|
| Methods in com.programix.da2 with parameters of type ValueMap | ||
|---|---|---|
void |
ConfigDASource.addConfig(Class<? extends GenericDA> daInterfaceType,
ValueMap config)
|
|
void |
ConfigDASource.addConfig(String daInterfaceTypeName,
ValueMap config)
|
|
static
|
DAFactory.create(ValueMap config,
Class<T> daInterfaceType)
Constructs an instance of the data access implementation specified in the configuration. |
|
void |
GenericDA.init(ValueMap config)
Called once just after construction to allow the implementation to setup everything required to run. |
|
| Uses of ValueMap in com.programix.da2.bridge |
|---|
| Methods in com.programix.da2.bridge that return ValueMap | |
|---|---|
ValueMap |
DABridgeSession.getSessionStore()
Returns the ValueMap that can be used to store session-specific
information. |
| Methods in com.programix.da2.bridge with parameters of type ValueMap | |
|---|---|
void |
DABridgeNoSecurityNoSessionProcessor.init(ValueMap config)
|
void |
DABridgeProcessor.init(ValueMap config)
|
void |
DABridgeSessionProcessor.init(ValueMap config)
|
| Uses of ValueMap in com.programix.da2.bridge.http |
|---|
| Methods in com.programix.da2.bridge.http with parameters of type ValueMap | |
|---|---|
void |
HttpDABridgeProcessor.init(ValueMap config)
The required key needed in the config is HttpDABridgeProcessor.SERVLET_URL_KEY. |
| Uses of ValueMap in com.programix.saxplus |
|---|
| Methods in com.programix.saxplus that return ValueMap | |
|---|---|
ValueMap |
AttributeGroup.getValueMap()
Returns all of the attributes conveniently accessible from a ValueMap. |
| Uses of ValueMap in com.programix.sql |
|---|
| Methods in com.programix.sql with parameters of type ValueMap | |
|---|---|
static ConnectionSource |
ConnectionPool.createConnectionSource(ValueMap config)
This method is used to create a ConnectionSource by
analyzing the config ValueMap to determine
which kind of ConnectionSource should be created. |
| Constructors in com.programix.sql with parameters of type ValueMap | |
|---|---|
BottomlessConnectionPool(ValueMap config)
|
|
ConnectionPool(ConnectionSource underlyingSource,
ValueMap config)
|
|
ConnectionPool(ConnectionSource underlyingSource,
ValueMap config,
ExceptionHandler exceptionHandler)
|
|
ConnectionPool(ValueMap config)
|
|
ConnectionPool(ValueMap config,
ExceptionHandler exceptionHandler)
|
|
DriverManagerConnectionSource(ValueMap config)
|
|
UniqueIDGenerator(ConnectionSource connectionSource,
ValueMap config)
|
|
| Uses of ValueMap in com.programix.value |
|---|
| Methods in com.programix.value that return ValueMap | |
|---|---|
static ValueMap |
ValueMap.createFrom(BufferedReader in)
Creates a mapping from the specified data source. |
static ValueMap |
ValueMap.createFrom(File source)
|
static ValueMap |
ValueMap.createFrom(InputStream rawIn)
|
static ValueMap |
ValueMap.createFrom(Map<?,?> map)
Copies the entries from the specified Map into a new
ValueMap. |
static ValueMap |
ValueMap.createFrom(Reader rawIn)
Creates a mapping from the specified data source. |
static ValueMap |
ValueMap.createFrom(URL source)
|
static ValueMap |
ValueMap.createFromFile(String sourceFilename)
|
static ValueMap |
ValueMap.createFromResource(String resourceLocation)
|
static ValueMap |
ValueMap.createFromResource(String resourceLocation,
Class<?> searchStartPoint)
|
ValueMap |
ValueMap.getNestedValueMap(String keyPrefix)
Returns a new ValueMap for all the key/value pairs with the specified key prefix (with the key prefix trimmed off). |
| Methods in com.programix.value with parameters of type ValueMap | |
|---|---|
void |
ValueMap.putAll(ValueMap source)
Copies all of the key-value pairs from the specified source ValueMap into this ValueMap. |
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||