|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPathElement
Interface that objects need to implement to build a Helma URL tree. Apart from methods to retrieve the identifier and its child and parent elements, this interface defines a method that determines which prototype to use to add scripts and skins to an object.
Please note that this interface is still work in progress. You should expect it to get some additional methods that allow for looping through child elements, for example, or retrieving the parent element.
Method Summary | |
---|---|
IPathElement |
getChildElement(java.lang.String name)
Retrieve a child element of this object by name. |
java.lang.String |
getElementName()
Return the name to be used to get this element from its parent |
IPathElement |
getParentElement()
Return the parent element of this object. |
java.lang.String |
getPrototype()
Get the name of the prototype to be used for this object. |
Method Detail |
---|
java.lang.String getElementName()
IPathElement getChildElement(java.lang.String name)
IPathElement getParentElement()
java.lang.String getPrototype()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |