org.xwiki.url
Class XWikiEntityURL

java.lang.Object
  extended by org.xwiki.url.AbstractXWikiURL
      extended by 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$

Constructor Summary
XWikiEntityURL(EntityReference entityReference)
           
 
Method Summary
 String getAction()
           
 EntityReference getEntityReference()
           
 Locale getLocale()
           
 String getRevision()
           
 void setAction(String action)
           
 void setEntityReference(EntityReference entityReference)
           
 void setLocale(Locale locale)
           
 void setRevision(String revision)
           
 
Methods inherited from class org.xwiki.url.AbstractXWikiURL
addParameter, getParameters, getParameterValue, getParameterValues, getType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWikiEntityURL

public XWikiEntityURL(EntityReference entityReference)
Method Detail

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-2011 XWiki. All Rights Reserved.