| Package | Description |
|---|---|
| org.craftercms.engine.macro.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
CookieMacro
Represents a macro that can be a cookie value.
|
class |
RequestParamMacro
Represents a macro that can be a request parameter.
|
class |
RequestUriMacro
Represents a {request.uri} macro, which resolves to the current request uri.
|
class |
ScopeAttributeMacro
Represents a macro that can be an attribute from the request or session scope.
|
class |
WebAppContextPathMacro
Represents a {webapp.context.path} macro, which resolves to the web application context path.
|
class |
WebAppPathMacro
Represents a {webapp.path} macro, which resolves to the web app exploded dir path of the current web app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MacroResolverImpl.setMacros(List<Macro> macros) |
Copyright © 2014 CrafterCMS. All Rights Reserved.