com.fatwire.gst.foundation.taglib
Class TranslateListTag

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.MultilingualGsfSimpleTag
              extended by com.fatwire.gst.foundation.taglib.TranslateListTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public final class TranslateListTag
extends MultilingualGsfSimpleTag

simple tag for translating an asset that's in the form of an ASSETID,ASSETTYPE IList.

Since:
11-09-20
Author:
Tony Field

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.taglib.MultilingualGsfSimpleTag
LOG
 
Constructor Summary
TranslateListTag()
           
 
Method Summary
 void doTag()
           
 void setInlist(String s)
           
 void setOutlist(String s)
           
 
Methods inherited from class com.fatwire.gst.foundation.taglib.MultilingualGsfSimpleTag
getDimensionFilter, getExplicitlySpecifiedLocale, getPreferredLocales, setDimset, setLocale
 
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

TranslateListTag

public TranslateListTag()
Method Detail

setInlist

public void setInlist(String s)

setOutlist

public void setOutlist(String s)

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


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