|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DomRepresentation | |
---|---|
org.restlet.data | Element of information handled by a component via a connector. |
org.restlet.util | Utility classes and interfaces used in the rest of the API. |
Uses of DomRepresentation in org.restlet.data |
---|
Methods in org.restlet.data that return DomRepresentation | |
---|---|
DomRepresentation |
Message.getEntityAsDom()
Returns the entity as a DOM representation. This method can be called several times and will always return the same representation instance. |
Uses of DomRepresentation in org.restlet.util |
---|
Methods in org.restlet.util that return DomRepresentation | |
---|---|
DomRepresentation |
WrapperRequest.getEntityAsDom()
|
DomRepresentation |
WrapperResponse.getEntityAsDom()
Returns the entity as a DOM representation. Note that this triggers the parsing of the entity into a reusable DOM document stored in memory. This method and the related getEntity*() methods can only be invoked once. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |