Package com.aoapps.web.resources.taglib
Class RenderStylesTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.web.resources.taglib.RenderStylesTag
Renders the
<link>
tags for the currently active styles.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doTag()
protected void
doTag
(boolean registered, Map<Group.Name, Boolean> activations, Registry... registries) void
setActivate
(String activate) Sets the comma and/or space-separated set of groups to activate.void
setApplication
(boolean application) void
setDeactivate
(String daeactivate) Sets the comma and/or space-separated set of groups to deactivate.void
setPage
(boolean page) void
setRegistered
(boolean registered) void
setRequest
(boolean request) void
setSession
(boolean session) Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
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
Sets the comma and/or space-separated set of groups to activate. -
setDeactivate
Sets the comma and/or space-separated set of groups to deactivate. -
doTag
- Specified by:
doTag
in interfaceSimpleTag
- Overrides:
doTag
in classSimpleTagSupport
- Throws:
JspException
IOException
-