com.fatwire.gst.foundation.taglib
Class SetPropertyTag

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

public final class SetPropertyTag
extends GsfSimpleTag

Set the property name, optionally including the site names to add to this particular property.

Since:
2012-03-27
Author:
Tony Field

Constructor Summary
SetPropertyTag()
           
 
Method Summary
 void doTag()
           
 void setDescription(String description)
           
 void setProperty(String property)
           
 void setPublist(String s)
           
 void setValue(String value)
           
 
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

SetPropertyTag

public SetPropertyTag()
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

setDescription

public void setDescription(String description)

setValue

public void setValue(String value)

setProperty

public void setProperty(String property)

setPublist

public void setPublist(String s)


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