Uses of Interface
org.craftercms.engine.macro.Macro
Packages that use Macro
-
Uses of Macro in org.craftercms.engine.macro.impl
Classes in org.craftercms.engine.macro.impl that implement MacroModifier and TypeClassDescriptionclassAbstractMacrothat 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.classRepresents a macro that can be a cookie value.classCreated by alfonsovasquez on 14/10/16.classRepresents a macro that can be a request parameter.classRepresents a {request.uri} macro, which resolves to the current request uri.classRepresents a macro that can be an attribute from the servlet context, session or request scope.classRepresents a {webapp.context.path} macro, which resolves to the web application context path.classRepresents a {webapp.path} macro, which resolves to the web app exploded dir path of the current web app.Constructor parameters in org.craftercms.engine.macro.impl with type arguments of type Macro