org.xwiki.url
Class XWikiEntityURL
java.lang.Object
org.xwiki.url.AbstractXWikiURL
org.xwiki.url.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: dd87320ef7bdde883e3296164724fc46e7e88672 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XWikiEntityURL
public XWikiEntityURL(EntityReference entityReference)
getAction
public String getAction()
setAction
public void setAction(String action)
getEntityReference
public EntityReference getEntityReference()
setEntityReference
public void setEntityReference(EntityReference entityReference)
setLocale
public void setLocale(Locale locale)
getLocale
public Locale getLocale()
setRevision
public void setRevision(String revision)
getRevision
public String getRevision()
Copyright © 2004-2012 XWiki. All Rights Reserved.