public static class VtiRequestDispatcher.ActionMapping extends Object
ActionMapping provides configuration class that define mapping of url-pattern and
specific rules to VtiAction.
| Constructor and Description |
|---|
VtiRequestDispatcher.ActionMapping() |
| Modifier and Type | Method and Description |
|---|---|
VtiAction |
getAction() |
Map<String,Pattern> |
getCustomRules() |
String |
getUriPattern() |
void |
setAction(VtiAction action) |
void |
setCustomRules(Map<String,String> accessRules) |
void |
setUriPattern(String uriPattern) |
String |
toString() |
Copyright © 2005–2014 Alfresco Software. All rights reserved.