com.fatwire.gst.foundation.taglib.install
Class Install

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by com.fatwire.gst.foundation.taglib.GsfSimpleTag
          extended by com.fatwire.gst.foundation.taglib.install.InstallStatus
              extended by 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

Constructor Summary
Install()
           
 
Method Summary
 void doTag()
           
 String[] getComponents()
           
 void setComponents(String[] components)
           
 
Methods inherited from class com.fatwire.gst.foundation.taglib.install.InstallStatus
getTargetFlexFamilies, setFamilies, setOutput
 
Methods inherited from class com.fatwire.gst.foundation.taglib.GsfSimpleTag
getICS, getPageContext, getService
 
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
 

Constructor Detail

Install

public Install()
Method Detail

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.