org.apache.myfaces.trinidadinternal.style.xml.parse
Class IncludePropertyNode
java.lang.Object
org.apache.myfaces.trinidadinternal.style.xml.parse.IncludePropertyNode
public class IncludePropertyNode
- extends java.lang.Object
IncludePropertyNode is used to represent a single element
in a parsed XML Style Sheet Language document.
- Version:
- $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/style/xml/parse/IncludePropertyNode.java#0 $) $Date: 10-nov-2005.18:58:07 $
- Author:
- The Oracle ADF Faces Team
Constructor Summary |
IncludePropertyNode(java.lang.String name,
java.lang.String selector,
java.lang.String propertyName,
java.lang.String localPropertyName)
Creates an IncludePropertyNode. |
Method Summary |
java.lang.String |
getLocalPropertyName()
Returns the name of the property as it should appear in the
including style. |
java.lang.String |
getName()
Returns the name of the style to include. |
java.lang.String |
getPropertyName()
Returns the name of the property to include |
java.lang.String |
getSelector()
Returns the selector of the style to include. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IncludePropertyNode
public IncludePropertyNode(java.lang.String name,
java.lang.String selector,
java.lang.String propertyName,
java.lang.String localPropertyName)
- Creates an IncludePropertyNode. In general, either the name or
selector of the included style is specified.
getName
public java.lang.String getName()
- Returns the name of the style to include.
getSelector
public java.lang.String getSelector()
- Returns the selector of the style to include.
getPropertyName
public java.lang.String getPropertyName()
- Returns the name of the property to include
getLocalPropertyName
public java.lang.String getLocalPropertyName()
- Returns the name of the property as it should appear in the
including style.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.