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

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
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
Direct Known Subclasses:
Install

public class InstallStatus
extends GsfSimpleTag

Since:
Mar 23, 2012
Author:
Tony Field, Dolf Dijkstra

Constructor Summary
InstallStatus()
           
 
Method Summary
 void doTag()
           
protected  List<String> getTargetFlexFamilies()
           
 void setFamilies(String families)
           
 void setOutput(String output)
           
 
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

InstallStatus

public InstallStatus()
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 javax.servlet.jsp.tagext.SimpleTagSupport
Throws:
javax.servlet.jsp.JspException
IOException

setOutput

public final void setOutput(String output)

setFamilies

public void setFamilies(String families)

getTargetFlexFamilies

protected final List<String> getTargetFlexFamilies()


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.