org.jboss.portal.theme.render
Class PropertyFetch

java.lang.Object
  extended by org.jboss.portal.theme.render.PropertyFetch

public class PropertyFetch
extends java.lang.Object

Version:
$Revision: 8784 $
Author:
Julien Viet

Field Summary
static int ALL_SCOPE
          .
static int ANCESTORS_SCOPE
          .
 
Constructor Summary
PropertyFetch(int scope)
           
 
Method Summary
 int getScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_SCOPE

public static final int ALL_SCOPE
.

See Also:
Constant Field Values

ANCESTORS_SCOPE

public static final int ANCESTORS_SCOPE
.

See Also:
Constant Field Values
Constructor Detail

PropertyFetch

public PropertyFetch(int scope)
Method Detail

getScope

public int getScope()