Class OutputXML

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Arrangeable, Badgeable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@Component public class OutputXML extends Output
This component extends Output and must be used to put in output a xml text. The value accepted is a XMLTree and this component will take care to format it correctly in output.
See Also:
GCApi:
component
  • Constructor Details

    • OutputXML

      public OutputXML()
  • Method Details

    • getHtmlValue

      public org.apache.ecs.Element getHtmlValue(EntitySet es)
      Overrides:
      getHtmlValue in class Output
    • getHtml

      public org.apache.ecs.Element getHtml(EntitySet es)
      Description copied from class: Component
      Abstract method that must be extended and returns the html code of the Component
      Overrides:
      getHtml in class Output
      Parameters:
      es - The EntitySet to which the element belongs
      Returns:
      The html of the Component