java.lang.Object
org.apache.wicket.markup.head.HeaderItem
com.inductiveautomation.ignition.gateway.web.components.MetaHeaderItem
All Implemented Interfaces:
Serializable, org.apache.wicket.util.io.IClusterable
Direct Known Subclasses:
MetaContentHeaderItem, MetaReferenceHeaderItem

public abstract class MetaHeaderItem extends org.apache.wicket.markup.head.HeaderItem
See Also:
  • Constructor Details

    • MetaHeaderItem

      protected MetaHeaderItem()
  • Method Details

    • forReference

      public static MetaReferenceHeaderItem forReference(String name, org.apache.wicket.request.resource.ResourceReference reference)
      Parameters:
      name - a name for the name attribute
      reference - a reference to the resource for the content attribute
      Returns:
      A MetaReferenceHeaderItem for the reference given
    • forReference

      public static MetaReferenceHeaderItem forReference(String name, org.apache.wicket.request.resource.ResourceReference reference, org.apache.wicket.request.mapper.parameter.PageParameters parameters)
      Parameters:
      name - a name for the name attribute
      reference - a reference to the resource for the content attribute
      parameters - the parameters for the Meta resource reference
      Returns:
      A MetaReferenceHeaderItem for the reference given
    • forMeta

      public static MetaContentHeaderItem forMeta(String name, String content)
      Parameters:
      name - a name for the name attribute
      content - a content string for the content attribute
      Returns:
      A MetaContentHeaderItem for the name and content given
    • internalRenderMeta

      protected final void internalRenderMeta(org.apache.wicket.request.Response response, String name, String content)