Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.slide.common
Interface RequestedProperties  view RequestedProperties download RequestedProperties.java

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