Package | Description |
---|---|
org.apache.commons.scxml2 |
The Commons SCXML executor and core concepts.
|
org.apache.commons.scxml2.env |
A collection of classes that may be commonly used to bridge the
SCXML executor to the runtime environment.
|
org.apache.commons.scxml2.io |
A collection of classes for reading in and writing out SCXML
documents, to and from the Commons SCXML Java object model.
|
org.apache.commons.scxml2.model |
A collection of classes needed to model SCXML documents.
|
Modifier and Type | Method and Description |
---|---|
PathResolver |
PathResolver.getResolver(String ctxPath)
Get a PathResolver rooted at this context sensitive path.
|
Modifier and Type | Class and Description |
---|---|
class |
URLResolver
A PathResolver implementation that resolves against a base URL.
|
Modifier and Type | Method and Description |
---|---|
PathResolver |
URLResolver.getResolver(String ctxPath) |
Constructor and Description |
---|
SCXMLReader.Configuration(String factoryId,
ClassLoader classLoader,
XMLEventAllocator allocator,
Map<String,Object> properties,
XMLResolver resolver,
XMLReporter reporter,
String encoding,
String systemId,
boolean validate,
PathResolver pathResolver,
List<CustomAction> customActions,
ClassLoader customActionClassLoader,
boolean useContextClassLoaderForCustomActions)
All purpose constructor.
|
SCXMLReader.Configuration(XMLReporter reporter,
PathResolver pathResolver)
Minimal convenience constructor.
|
SCXMLReader.Configuration(XMLReporter reporter,
PathResolver pathResolver,
List<CustomAction> customActions)
Convenience constructor.
|
Modifier and Type | Method and Description |
---|---|
PathResolver |
PathResolverHolder.getPathResolver()
Get the
PathResolver . |
PathResolver |
Invoke.getPathResolver()
Get the
PathResolver . |
PathResolver |
Assign.getPathResolver()
Get the
PathResolver . |
Modifier and Type | Method and Description |
---|---|
void |
PathResolverHolder.setPathResolver(PathResolver pathResolver)
Set the
PathResolver to use. |
void |
Invoke.setPathResolver(PathResolver pathResolver)
Set the
PathResolver . |
void |
Assign.setPathResolver(PathResolver pathResolver)
Set the
PathResolver . |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.