| Package | Description |
|---|---|
| com.ocpsoft.pretty.faces.config.mapping | |
| com.ocpsoft.pretty.faces.el |
| Modifier and Type | Method and Description |
|---|---|
PrettyExpression |
UrlAction.getAction() |
PrettyExpression |
RequestParameter.getExpression() |
PrettyExpression |
QueryParameter.getValidatorExpression() |
PrettyExpression |
PathValidator.getValidatorExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
UrlAction.setAction(PrettyExpression action) |
void |
RequestParameter.setExpression(PrettyExpression expression) |
void |
QueryParameter.setValidatorExpression(PrettyExpression validatorExpression) |
void |
PathValidator.setValidatorExpression(PrettyExpression validatorExpression) |
| Constructor and Description |
|---|
PathParameter(String name,
String value,
PrettyExpression expression) |
QueryParameter(String name,
String value,
PrettyExpression expression) |
RequestParameter(String name,
String value,
PrettyExpression expression) |
UrlAction(PrettyExpression action)
Creates a new
UrlAction and initialize it with the supplied
PrettyExpression |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantExpression
Implementation of
PrettyExpression used when the EL expression is
known in advance. |
class |
LazyExpression
An implementation of
PrettyExpression used when the name of the bean
should be resolved lazily. |
Copyright © 2014 OCPsoft. All Rights Reserved.