public class ActionPathMacroManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected MadvocConfig |
madvocConfig |
| Constructor and Description |
|---|
ActionPathMacroManager() |
| Modifier and Type | Method and Description |
|---|---|
PathMacros |
buildActionPathMacros(java.lang.String actionPath)
Builds
action path macros from given action
path chunks. |
protected PathMacros |
createPathMacro()
Creates new
PathMacro instance. |
@PetiteInject protected MadvocConfig madvocConfig
public PathMacros buildActionPathMacros(java.lang.String actionPath)
action path macros from given action
path chunks. Returns either null, if
no action path contains no macros, or instance of the PathMacro
implementations.protected PathMacros createPathMacro()
PathMacro instance.Copyright © 2003-2013 Jodd Team