Package | Description |
---|---|
org.apache.commons.scxml |
The Commons SCXML executor and core concepts.
|
org.apache.commons.scxml.env |
A collection of classes that may be commonly used to bridge the
SCXML executor to the runtime environment.
|
org.apache.commons.scxml.env.servlet |
A collection of classes useful in the servlet container
environment.
|
org.apache.commons.scxml.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.scxml.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) |
Modifier and Type | Class and Description |
---|---|
class |
ServletContextResolver
A wrapper around ServletContext that implements PathResolver.
|
Modifier and Type | Method and Description |
---|---|
PathResolver |
ServletContextResolver.getResolver(String ctxPath)
Retrieve the PathResolver rooted at the given path.
|
Modifier and Type | Method and Description |
---|---|
static SCXML |
SCXMLDigester.digest(String documentRealPath,
ErrorHandler errHandler,
PathResolver pathResolver)
Deprecated.
API for standalone usage where the SCXML document is a URI.
|
static SCXML |
SCXMLDigester.digest(String documentRealPath,
ErrorHandler errHandler,
PathResolver pathResolver,
List customActions)
Deprecated.
API for standalone usage where the SCXML document is a URI.
|
static org.apache.commons.digester.Digester |
SCXMLParser.newInstance(PathResolver pr)
Obtain a SCXML digester instance for further customization.
|
static org.apache.commons.digester.Digester |
SCXMLDigester.newInstance(PathResolver pr)
Deprecated.
Obtain a SCXML digester instance for further customization.
|
static org.apache.commons.digester.Digester |
SCXMLParser.newInstance(SCXML scxml,
PathResolver pr)
Obtain a SCXML digester instance for further customization.
|
static org.apache.commons.digester.Digester |
SCXMLDigester.newInstance(SCXML scxml,
PathResolver pr)
Deprecated.
Obtain a SCXML digester instance for further customization.
|
static org.apache.commons.digester.Digester |
SCXMLParser.newInstance(SCXML scxml,
PathResolver pr,
List customActions)
Obtain a SCXML digester instance for further customization.
|
static org.apache.commons.digester.Digester |
SCXMLDigester.newInstance(SCXML scxml,
PathResolver pr,
List customActions)
Deprecated.
Obtain a SCXML digester instance for further customization.
|
static SCXML |
SCXMLParser.parse(String documentRealPath,
ErrorHandler errHandler,
PathResolver pathResolver)
API for standalone usage where the SCXML document is a URI.
|
static SCXML |
SCXMLParser.parse(String documentRealPath,
ErrorHandler errHandler,
PathResolver pathResolver,
List customActions)
API for standalone usage where the SCXML document is a URI.
|
Constructor and Description |
---|
SCXMLDigester.DigestSrcAttributeRule(List customActions,
PathResolver pr)
Deprecated.
Constructor.
|
SCXMLDigester.DigestSrcAttributeRule(SCXML root,
List customActions,
PathResolver pr)
Deprecated.
Constructor.
|
SCXMLDigester.ParseDataRule(PathResolver pr)
Deprecated.
Constructor.
|
SCXMLDigester.SetPathResolverRule(PathResolver pr)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PathResolver |
Invoke.getPathResolver()
Get the
PathResolver . |
PathResolver |
PathResolverHolder.getPathResolver()
Get the
PathResolver . |
PathResolver |
Assign.getPathResolver()
Get the
PathResolver . |
Modifier and Type | Method and Description |
---|---|
void |
Invoke.setPathResolver(PathResolver pathResolver)
Set the
PathResolver . |
void |
PathResolverHolder.setPathResolver(PathResolver pathResolver)
Set the
PathResolver to use. |
void |
Assign.setPathResolver(PathResolver pathResolver)
Set the
PathResolver . |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.