|
|||||||||
| Home >> All >> org >> apache >> slide >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.slide.common
Class RequestedPropertiesImpl

java.lang.Objectorg.apache.slide.common.RequestedPropertiesImpl
- All Implemented Interfaces:
- RequestedProperties
- public class RequestedPropertiesImpl
- extends java.lang.Object
- implements RequestedProperties
- extends java.lang.Object
Holds one property as part of the SELECT element.
- Version:
- $Revision: 1.17 $
| Field Summary | |
protected boolean |
isAllProp
|
protected java.util.List |
propertyList
|
| Constructor Summary | |
RequestedPropertiesImpl()
Default constructor |
|
RequestedPropertiesImpl(org.jdom.Element propElement)
Constructs a List of RequestedProperty from a <DAV:prop>
or <DAV:allprop>. |
|
| Method Summary | |
void |
add(org.jdom.Element propElement)
Adds a List of RequestedProperty from a <DAV:prop>
or <DAV:allprop>. |
void |
addProperty(RequestedProperty prop)
Method addSelectedProperty |
boolean |
contains(org.apache.slide.content.NodeProperty property)
Checks, if the NodeProperty is a RequestedProperty |
boolean |
contains(java.lang.String name,
java.lang.String namespace)
Checks, if the property identified by name and namespace, is requested |
protected RequestedProperty |
createRequestedProperty(java.lang.String name,
java.lang.String namespacePrefix,
java.lang.String namespaceUri,
java.util.List content)
Creates a RequestedProperty from the given parameters. |
java.util.Iterator |
getRequestedProperties()
Method getRequestedProperties |
boolean |
isAllProp()
Method isAllProp |
java.util.Iterator |
iterator()
Returns an iterator for all selected properties |
void |
setIsAllProp(boolean isAllProp)
Set the isAllProp member. |
java.lang.String |
toString()
Method toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
isAllProp
protected boolean isAllProp
propertyList
protected java.util.List propertyList
| Constructor Detail |
RequestedPropertiesImpl
public RequestedPropertiesImpl()
- Default constructor
RequestedPropertiesImpl
public RequestedPropertiesImpl(org.jdom.Element propElement) throws PropertyParseException
- Constructs a List of RequestedProperty from a
<DAV:prop>or<DAV:allprop>.
| Method Detail |
add
public void add(org.jdom.Element propElement) throws PropertyParseException
- Adds a List of RequestedProperty from a
<DAV:prop>or<DAV:allprop>.
createRequestedProperty
protected RequestedProperty createRequestedProperty(java.lang.String name, java.lang.String namespacePrefix, java.lang.String namespaceUri, java.util.List content) throws PropertyParseException
- Creates a RequestedProperty from the given parameters. This method
may be overwritten by subclasses in order to create appropriate
implementations of RequestedProperty.
iterator
public java.util.Iterator iterator()
- Returns an iterator for all selected properties
getRequestedProperties
public java.util.Iterator getRequestedProperties()
- Method getRequestedProperties
- Specified by:
getRequestedPropertiesin interfaceRequestedProperties
isAllProp
public boolean isAllProp()
- Method isAllProp
- Specified by:
isAllPropin interfaceRequestedProperties
setIsAllProp
public void setIsAllProp(boolean isAllProp)
- Set the isAllProp member.
- Specified by:
setIsAllPropin interfaceRequestedProperties
contains
public boolean contains(java.lang.String name, java.lang.String namespace)
- Checks, if the property identified by name and namespace, is requested
- Specified by:
containsin interfaceRequestedProperties
contains
public boolean contains(org.apache.slide.content.NodeProperty property)
- Checks, if the NodeProperty is a RequestedProperty
- Specified by:
containsin interfaceRequestedProperties
toString
public java.lang.String toString()
- Method toString
addProperty
public void addProperty(RequestedProperty prop)
- Method addSelectedProperty
|
|||||||||
| Home >> All >> org >> apache >> slide >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.slide.common.RequestedPropertiesImpl