|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceException | |
|---|---|
| org.ow2.wildcat.hierarchy.resource | |
| Uses of ResourceException in org.ow2.wildcat.hierarchy.resource |
|---|
| Methods in org.ow2.wildcat.hierarchy.resource that throw ResourceException | |
|---|---|
void |
Resource.attachAttribute(Path attribute,
Attribute attr)
Attach an attribute at specified location. |
void |
Resource.attachResource(Path resource,
Resource res)
Attach Resource at specified location. |
void |
Resource.createAttribute(Path attribute,
WEventInterface.Scope scope,
java.lang.Object value)
Create a POJO attribute at specified location. |
void |
Resource.createResource(Path resource)
Creates resources along a path |
void |
Resource.detachAttribute(Path attribute)
Detach an attribute at specified location. |
void |
Resource.detachResource(Path resource)
Detach a resource at specified location. |
Attribute |
Resource.getAttribute(Path path)
Return the attribute at specified location. |
Resource |
Resource.getResource(Path res)
Return the resource at specified location. |
java.lang.Object |
Resource.getValue(Path path)
Fetch attribute value. |
java.util.Set<java.lang.String> |
Resource.list(Path resource)
List resources and attributes. |
java.lang.Object |
Resource.setValue(Path path,
java.lang.Object value)
Set Attribute's value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||