| Class | Description |
|---|---|
| AbstractMacro |
Abstract
Macro that provides a macro name attribute to hold the macro name (when the macro's name
is variable) and the ability to skip the macro if the name is not contained in the specified string. |
| CookieMacro |
Represents a macro that can be a cookie value.
|
| MacroResolverImpl |
Default implementation of
MacroResolver. |
| RequestParamMacro |
Represents a macro that can be a request parameter.
|
| RequestUriMacro |
Represents a {request.uri} macro, which resolves to the current request uri.
|
| ScopeAttributeMacro |
Represents a macro that can be an attribute from the request or session scope.
|
| WebAppContextPathMacro |
Represents a {webapp.context.path} macro, which resolves to the web application context path.
|
| WebAppPathMacro |
Represents a {webapp.path} macro, which resolves to the web app exploded dir path of the current web app.
|
Copyright © 2014 CrafterCMS. All Rights Reserved.