Class RenderStylesTag

java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.web.resources.taglib.RenderStylesTag
All Implemented Interfaces:
JspTag, SimpleTag

public class RenderStylesTag extends SimpleTagSupport
Renders the <link> tags for the currently active styles.
  • Constructor Details

    • RenderStylesTag

      public RenderStylesTag()
  • Method Details

    • doTag

      protected void doTag(boolean registered, Map<Group.Name,Boolean> activations, Registry... registries) throws JspException, IOException
      Throws:
      JspException
      IOException
    • setApplication

      public void setApplication(boolean application)
    • setSession

      public void setSession(boolean session)
    • setRequest

      public void setRequest(boolean request)
    • setPage

      public void setPage(boolean page)
    • setRegistered

      public void setRegistered(boolean registered)
    • setActivate

      public void setActivate(String activate)
      Sets the comma and/or space-separated set of groups to activate.
    • setDeactivate

      public void setDeactivate(String daeactivate)
      Sets the comma and/or space-separated set of groups to deactivate.
    • doTag

      public void doTag() throws JspException, IOException
      Specified by:
      doTag in interface SimpleTag
      Overrides:
      doTag in class SimpleTagSupport
      Throws:
      JspException
      IOException