| Package | Description |
|---|---|
| com.ocpsoft.pretty.faces.config.mapping | |
| com.ocpsoft.pretty.faces.el | |
| com.ocpsoft.pretty.faces.el.processor | |
| com.ocpsoft.pretty.faces.url |
| Modifier and Type | Method and Description |
|---|---|
PathParameter |
PathParameter.copy() |
| Modifier and Type | Method and Description |
|---|---|
List<PathValidator> |
UrlMapping.getValidatorsForPathParam(PathParameter param)
Return a list of validators that belong to the given parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static PathParameter |
ExpressionProcessorRunner.process(String expression) |
| Modifier and Type | Method and Description |
|---|---|
PathParameter |
RegexOverride.process(PathParameter param) |
PathParameter |
PlainText.process(PathParameter param) |
PathParameter |
PathParameterProcessor.process(PathParameter param)
This method must call
PathParameter#setExpressionIsEL(boolean) if
the parameter's expression is EL discovered by this processor. |
PathParameter |
NamedInjected.process(PathParameter param) |
PathParameter |
Named.process(PathParameter param) |
PathParameter |
Injected.process(PathParameter param) |
| Modifier and Type | Method and Description |
|---|---|
PathParameter |
RegexOverride.process(PathParameter param) |
PathParameter |
PlainText.process(PathParameter param) |
PathParameter |
PathParameterProcessor.process(PathParameter param)
This method must call
PathParameter#setExpressionIsEL(boolean) if
the parameter's expression is EL discovered by this processor. |
PathParameter |
NamedInjected.process(PathParameter param) |
PathParameter |
Named.process(PathParameter param) |
PathParameter |
Injected.process(PathParameter param) |
| Modifier and Type | Method and Description |
|---|---|
PathParameter |
Segment.getParameter(int index)
Get the
PathParameter at the given index. |
| Modifier and Type | Method and Description |
|---|---|
List<PathParameter> |
Segment.getParameters()
Get an ordered list of the current
PathParameters contained within this Segment. |
List<PathParameter> |
URLPatternParser.getPathParameters()
Return the list of parameters specified by this pattern.
|
List<PathParameter> |
URLPatternParser.parse(URL url)
Builds a list of PathParameters for this UrlPattern, extracted from the provided URL (assuming a match is found).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Segment.addParameter(PathParameter parameter)
Add a new parameter to this
Segment's internal list. |
Copyright © 2014 OCPsoft. All Rights Reserved.