| Package | Description |
|---|---|
| com.ocpsoft.pretty.faces.config | |
| com.ocpsoft.pretty.faces.rewrite | |
| com.ocpsoft.pretty.faces.rewrite.processor | |
| org.ocpsoft.rewrite.prettyfaces |
| Modifier and Type | Method and Description |
|---|---|
List<RewriteRule> |
PrettyConfig.getGlobalRewriteRules()
Return the currently configured List of
RewriteRule as an unmodifiable collection. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyConfigBuilder.addRewriteRule(RewriteRule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyConfig.setGlobalRewriteRules(List<RewriteRule> rules)
Set the current list of
RewriteRule objects. |
| Modifier and Type | Method and Description |
|---|---|
String |
RewriteEngine.processInbound(HttpServletRequest request,
HttpServletResponse response,
RewriteRule rule,
String url)
Rewrite the given URL using the provided
RewriteRule object as a set of rules. |
String |
Processor.processInbound(HttpServletRequest request,
HttpServletResponse response,
RewriteRule rule,
String url)
Process an inbound URL Rewrite request.
|
String |
RewriteEngine.processOutbound(HttpServletRequest request,
HttpServletResponse response,
RewriteRule rule,
String url)
Rewrite the given URL using the provided
RewriteRule object. |
String |
Processor.processOutbound(HttpServletRequest request,
HttpServletResponse response,
RewriteRule rule,
String url)
Process an outbound URL Rewrite request.
|
| Constructor and Description |
|---|
InboundRewriteRuleAdaptor(RewriteRule rule) |
OutboundRewriteRuleAdaptor(RewriteRule rule) |
Copyright © 2014 OCPsoft. All Rights Reserved.