|
||||||||||
| 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 java.lang.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(java.lang.String uri)
Creates a new typed reference that points to the external entity identified by the given URI. |
|
| Method Summary | |
|---|---|
EntityReference |
getEntityReference()
|
java.lang.String |
getURI()
|
void |
setURI(java.lang.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 java.lang.String URI
| Constructor Detail |
|---|
public URIReference()
public URIReference(EntityReference entityReference)
entityReference - an untyped entity referencepublic URIReference(java.lang.String uri)
uri - an URI| Method Detail |
|---|
public EntityReference getEntityReference()
public java.lang.String getURI()
public void setURI(java.lang.String uri)
uri - an URI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||