Package | Description |
---|---|
org.craftercms.engine.macro.impl |
Modifier and Type | Class and Description |
---|---|
class |
CookieMacro
Represents a macro that can be a cookie value.
|
class |
FixedValueMacro
Created by alfonsovasquez on 14/10/16.
|
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 servlet context, session or request 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.
|
Copyright © 2022 CrafterCMS. All rights reserved.