Class EncodingTag

All Implemented Interfaces:
JspTag, SimpleTag

public class EncodingTag extends EncodingFilteredTag
Author:
AO Industries, Inc.
  • Constructor Details

    • EncodingTag

      public EncodingTag()
  • Method Details

    • getContentType

      public MediaType getContentType()
      Description copied from class: EncodingFilteredTag
      Gets the type of data that is contained by this tag. This is used to determine the correct encoder. This is also the output type.
      Specified by:
      getContentType in class EncodingFilteredTag
    • setType

      public void setType(Object type)