Class ScopeAttributeMacro

  • All Implemented Interfaces:
    Macro, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware

    public class ScopeAttributeMacro
    extends AbstractMacro
    implements org.springframework.web.context.ServletContextAware
    Represents a macro that can be an attribute from the servlet context, session or request scope.
    Author:
    Alfonso Vásquez
    • Constructor Detail

      • ScopeAttributeMacro

        public ScopeAttributeMacro()
    • Method Detail

      • setAttributeName

        public void setAttributeName​(String attributeName)
      • setServletContext

        public void setServletContext​(javax.servlet.ServletContext servletContext)
        Specified by:
        setServletContext in interface org.springframework.web.context.ServletContextAware