Class IncludeJSPluginTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- org.silverpeas.core.web.util.viewgenerator.html.IncludeJSPluginTag
-
- All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.SimpleTag
public class IncludeJSPluginTag extends javax.servlet.jsp.tagext.SimpleTagSupport
This tag is for including javascript plugins with their stylesheets.
-
-
Constructor Summary
Constructors Constructor Description IncludeJSPluginTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doTag()
protected String
getLanguage()
protected LookHelper
getLookHelper()
String
getName()
protected <T> T
getSessionAttribute(String name)
void
setName(String plugin)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String plugin)
-
doTag
public void doTag() throws javax.servlet.jsp.JspException, IOException
- Specified by:
doTag
in interfacejavax.servlet.jsp.tagext.SimpleTag
- Overrides:
doTag
in classjavax.servlet.jsp.tagext.SimpleTagSupport
- Throws:
javax.servlet.jsp.JspException
IOException
-
getLookHelper
protected LookHelper getLookHelper()
-
getLanguage
protected String getLanguage()
-
getSessionAttribute
protected <T> T getSessionAttribute(String name)
-
-