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 |
---|
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–2017 Alfresco Software. All rights reserved.