Class Url

  • All Implemented Interfaces:
    Cloneable, Iterable<org.apache.abdera.model.Element>, org.apache.abdera.model.Base, org.apache.abdera.model.Element

    @Deprecated
    public class Url
    extends org.apache.abdera.model.ElementWrapper
    Deprecated.
    Legacy AEM 6.x API.
    Open Search 1.1 Url element: describes an interface by which a search client can make search requests.
    This supports all parts of the Open Search 1.1 Url specification.
    • Constructor Summary

      Constructors 
      Constructor Description
      Url​(org.apache.abdera.Abdera abdera)
      Deprecated.
       
      Url​(org.apache.abdera.factory.Factory factory)
      Deprecated.
       
      Url​(org.apache.abdera.model.Element internal)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      int getIndexOffset()
      Deprecated.
       
      int getPageOffset()
      Deprecated.
       
      String getTemplate()
      Deprecated.
       
      String getType()
      Deprecated.
       
      void setIndexOffset​(int offset)
      Deprecated.
       
      void setPageOffset​(int offset)
      Deprecated.
       
      void setTemplate​(String template)
      Deprecated.
       
      void setType​(String type)
      Deprecated.
       
      • Methods inherited from class org.apache.abdera.model.ElementWrapper

        addComment, clone, complete, declareNS, discard, equals, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDefaultWriterOptions, getDocument, getElements, getExtensionAttributes, getFactory, getFirstChild, getFirstChild, getInternal, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, hashCode, iterator, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setText, toString, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo
    • Constructor Detail

      • Url

        public Url​(org.apache.abdera.factory.Factory factory)
        Deprecated.
      • Url

        public Url​(org.apache.abdera.Abdera abdera)
        Deprecated.
      • Url

        public Url​(org.apache.abdera.model.Element internal)
        Deprecated.
    • Method Detail

      • setType

        public void setType​(String type)
        Deprecated.
      • getType

        public String getType()
        Deprecated.
      • setTemplate

        public void setTemplate​(String template)
        Deprecated.
      • getTemplate

        public String getTemplate()
        Deprecated.
      • setIndexOffset

        public void setIndexOffset​(int offset)
        Deprecated.
      • getIndexOffset

        public int getIndexOffset()
        Deprecated.
      • setPageOffset

        public void setPageOffset​(int offset)
        Deprecated.
      • getPageOffset

        public int getPageOffset()
        Deprecated.