|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.wysiwyg.client.wiki.URIReference
public class URIReference
A reference to an external entity identified by an URI.
| Field Summary | |
|---|---|
static String |
URI
The component that stores the URI that identifies the reference entity. |
| Constructor Summary | |
|---|---|
URIReference()
Default constructor. |
|
URIReference(EntityReference entityReference)
Creates a typed URI reference. |
|
URIReference(String uri)
Creates a new typed reference that points to the external entity identified by the given URI. |
|
| Method Summary | |
|---|---|
EntityReference |
getEntityReference()
|
String |
getURI()
|
void |
setURI(String uri)
Sets the URI that identifies the referenced entity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String URI
| Constructor Detail |
|---|
public URIReference()
public URIReference(EntityReference entityReference)
entityReference - an untyped entity referencepublic URIReference(String uri)
uri - an URI| Method Detail |
|---|
public EntityReference getEntityReference()
public String getURI()
public void setURI(String uri)
uri - an URI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||