Class WebAppPathMacro

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

    public class WebAppPathMacro
    extends AbstractMacro
    implements org.springframework.web.context.ServletContextAware
    Represents a {webapp.path} macro, which resolves to the web app exploded dir path of the current web app.
    Author:
    Alfonso Vásquez
    • Constructor Detail

      • WebAppPathMacro

        public WebAppPathMacro()
    • Method Detail

      • setServletContext

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