public class DynamicViewMapping extends Object implements ViewMapping
ViewMapping| Modifier and Type | Field and Description |
|---|---|
protected String |
actionSuffix |
protected String |
actionSuffixParam |
protected Map |
cache |
protected ViewMapping |
delegate |
protected static org.apache.commons.logging.Log |
log |
protected Object |
NULL_VIEW |
| Constructor and Description |
|---|
DynamicViewMapping(ViewMapping aDelegate) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
checkDynamicView(String view)
Check if the supplied string specifies a dynamic view.
|
protected int |
getMatchingBrace(String view,
int dynStart) |
Object |
getView(String anActionName,
String aViewName)
Get view corresponding to given action and view name
|
protected static org.apache.commons.logging.Log log
protected ViewMapping delegate
protected Map cache
protected String actionSuffix
protected String actionSuffixParam
protected final Object NULL_VIEW
public DynamicViewMapping(ViewMapping aDelegate)
public Object getView(String anActionName, String aViewName)
getView in interface ViewMappingprotected String checkDynamicView(String view)
protected int getMatchingBrace(String view, int dynStart)
Copyright © 2013 Atlassian. All Rights Reserved.