Package org.xwiki.url

Class XWikiEntityURL

  • All Implemented Interfaces:
    XWikiURL

    public class XWikiEntityURL
    extends AbstractXWikiURL
    Represents a XWiki URL pointing to an Entity (Document, Attachment, etc).
    Since:
    2.3M1
    Version:
    $Id: 0571aadd6af2e29887c830f278d2347aa0826c17 $
    • Constructor Detail

      • XWikiEntityURL

        public XWikiEntityURL​(org.xwiki.model.reference.EntityReference entityReference)
    • Method Detail

      • getAction

        public String getAction()
      • setAction

        public void setAction​(String action)
      • getEntityReference

        public org.xwiki.model.reference.EntityReference getEntityReference()
      • setEntityReference

        public void setEntityReference​(org.xwiki.model.reference.EntityReference entityReference)
      • setLocale

        public void setLocale​(Locale locale)
      • getLocale

        public Locale getLocale()
      • setRevision

        public void setRevision​(String revision)
      • getRevision

        public String getRevision()