com.ibm.commerce.emarketing.emailtemplate.tag

Class TagContent

  • java.lang.Object
    • com.ibm.commerce.emarketing.emailtemplate.tag.TagContentBase
      • com.ibm.commerce.emarketing.emailtemplate.tag.TagContent
  • All Implemented Interfaces:
    Tag

    Deprecated. 
    Content Spots have been deprecated. For more information, see Content Spots.

    public class TagContent
    extends com.ibm.commerce.emarketing.emailtemplate.tag.TagContentBase
    Default implementation for parsing Content tag.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Deprecated. 
      COPYRIGHT
    • Constructor Summary

      Constructors 
      Constructor and Description
      TagContent()
      Deprecated. 
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      java.lang.String getTagValue()
      Deprecated. 
      Returns the value of this tag.
      • Methods inherited from class com.ibm.commerce.emarketing.emailtemplate.tag.TagContentBase

        getCommandContext, getContentSpotViewDirectUrl, getJspPath, getProperties, getTagParameters, setCommandContext, setProperties, setTagParameters, setTagParameters
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        Deprecated. 
        COPYRIGHT
        See Also:
        Constant Field Values
    • Constructor Detail

      • TagContent

        public TagContent()
        Deprecated. 
    • Method Detail

      • getTagValue

        public java.lang.String getTagValue()
                                     throws ECException
        Deprecated. 
        Returns the value of this tag.
        Returns:
        Returns the tag Replacement Value - String
        Throws:
        ECException
        See Also:
        Tag.getTagValue()