|
|||||||||
| 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
Interface RequestedProperties

- All Known Implementing Classes:
- RequestedPropertiesImpl
- public interface RequestedProperties
With this you may find out, if a specific property is wanted by the request.
- Version:
- $Revision: 1.6 $
| Method Summary | |
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 |
java.util.Iterator |
getRequestedProperties()
Method getRequestedProperties |
boolean |
isAllProp()
Method isAllProp |
void |
setIsAllProp(boolean isAllProp)
Set whether this is an allProp request or not. |
| Method Detail |
contains
public boolean contains(java.lang.String name, java.lang.String namespace)
- Checks, if the property identified by name and namespace, is requested
contains
public boolean contains(org.apache.slide.content.NodeProperty property)
- Checks, if the NodeProperty is a RequestedProperty
isAllProp
public boolean isAllProp()
- Method isAllProp
setIsAllProp
public void setIsAllProp(boolean isAllProp)
- Set whether this is an allProp request or not.
getRequestedProperties
public java.util.Iterator getRequestedProperties()
- Method getRequestedProperties
|
|||||||||
| Home >> All >> org >> apache >> slide >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC