Package com.aoapps.web.resources.taglib
Class RenderScriptsTag
java.lang.Object
jakarta.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.web.resources.taglib.RenderScriptsTag
Renders the
<script> tags for the currently active scripts.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoTag()protected voiddoTag(boolean registered, Map<Group.Name, Boolean> activations, Registry... registries) voidsetActivate(String activate) Sets the comma and/or space-separated set of groups to activate.voidsetApplication(boolean application) voidsetDeactivate(String daeactivate) Sets the comma and/or space-separated set of groups to deactivate.voidsetPage(boolean page) voidsetPosition(String position) voidsetRegistered(boolean registered) voidsetRequest(boolean request) voidsetSession(boolean session) Methods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
RenderScriptsTag
public RenderScriptsTag()
-
-
Method Details
-
setPosition
-
doTag
protected void doTag(boolean registered, Map<Group.Name, Boolean> activations, Registry... registries) throws JspException, IOException- Throws:
JspExceptionIOException
-
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:
doTagin interfaceSimpleTag- Overrides:
doTagin classSimpleTagSupport- Throws:
JspExceptionIOException
-
