|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Context
This interface describes a context of the Mapping URL Model. A context is
always associated with at least one label. Note: Only characters allowed in
URLs are allowed for the label.
Contexts are hierarchically structured. The parent of a context as well as its
children can be obtained via the appropriate methods of the MappingURLModel.
Contexts can be located via the MappingURLLocator, providing a compound name.
To each context exactly one Portal Resource can be assigned.
Method Summary | |
---|---|
java.lang.Object |
getAssignedObject()
Deprecated. Returns the resource assigned to this context. |
ObjectType |
getAssignedObjectType()
Deprecated. Returns the resource type of the assigned resource. |
java.lang.String |
getLabel()
Deprecated. Returns the first label of the context. |
java.util.Iterator<java.lang.String> |
getLabels()
Deprecated. Returns all labels of the context. |
Methods inherited from interface com.ibm.portal.Identifiable |
---|
getObjectID |
Method Detail |
---|
java.lang.String getLabel()
java.util.Iterator<java.lang.String> getLabels()
ObjectType getAssignedObjectType()
java.lang.Object getAssignedObject() throws ModelException
ModelException
- Throws exception if the assigned object could not be
retrieved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |