com.fatwire.gst.foundation.taglib.install
Class Install
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.fatwire.gst.foundation.taglib.GsfSimpleTag
com.fatwire.gst.foundation.taglib.install.InstallStatus
com.fatwire.gst.foundation.taglib.install.Install
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
public class Install
- extends InstallStatus
Perform all installation tasks that remain un-done so far. Once completed,
return the installation status.
- Since:
- Mar, 2012
- Author:
- Tony Field, Dolf Dijkstra
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Install
public Install()
doTag
public void doTag()
throws javax.servlet.jsp.JspException,
IOException
- Specified by:
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
- Overrides:
doTag
in class InstallStatus
- Throws:
javax.servlet.jsp.JspException
IOException
getComponents
public String[] getComponents()
- Returns:
- the components
setComponents
public void setComponents(String[] components)
- Parameters:
components
- the components to set
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.