com.xefer.rebel
Class XBELFolder

java.lang.Object
  |
  +--com.xefer.rebel.XBELElement
        |
        +--com.xefer.rebel.XBELFolder

class XBELFolder
extends XBELElement

Handles folder specific processing


Fields inherited from class com.xefer.rebel.XBELElement
element
 
Constructor Summary
XBELFolder(Document document)
          constructor
XBELFolder(Element element)
          constructor
 
Method Summary
 String getLocationUrl(StringBuffer url)
          Returns the resource Location URL based on the current url and the resource type
 boolean isLocatable()
          Returns true if this XBELElement is directly locatable through a URL.
 
Methods inherited from class com.xefer.rebel.XBELElement
addChild, addChildDirect, delete, getId, getType, post, put, replaceChild, replaceSelf, setId, write
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

XBELFolder

public XBELFolder(Document document)
constructor

XBELFolder

public XBELFolder(Element element)
constructor
Method Detail

getLocationUrl

public String getLocationUrl(StringBuffer url)
Returns the resource Location URL based on the current url and the resource type
Overrides:
getLocationUrl in class XBELElement

isLocatable

public boolean isLocatable()
Returns true if this XBELElement is directly locatable through a URL. For folder elements this is true.
Overrides:
isLocatable in class XBELElement