public class PathContextFactory
extends java.lang.Object
implements java.io.Serializable
修飾子とタイプ | メソッドと説明 |
---|---|
static PathContextFactory |
getInstance(java.lang.String pathFormatName) |
static PathContextFactory |
getInstance(java.lang.String pathFormatName,
Resource resource) |
ParseResultItem |
getParseResult() |
ParseResult |
getParseResults(java.lang.String path) |
static ParseResult |
getParseResults(java.lang.String path,
FilterFactory filterFactory) |
PathContext |
getPathContext(java.lang.Object value) |
static PathContextFactorySource[] |
getPathFactorySrources() |
static void |
setPathFactorySources(PathContextFactorySource[] sources) |
public static PathContextFactorySource[] getPathFactorySrources()
public static void setPathFactorySources(PathContextFactorySource[] sources)
public static PathContextFactory getInstance(java.lang.String pathFormatName) throws FatalException
FatalException
public static PathContextFactory getInstance(java.lang.String pathFormatName, Resource resource) throws FatalException
FatalException
public ParseResultItem getParseResult() throws FatalException
FatalException
public static ParseResult getParseResults(java.lang.String path, FilterFactory filterFactory)
public ParseResult getParseResults(java.lang.String path)
public PathContext getPathContext(java.lang.Object value) throws FatalException
FatalException