org.apache.myfaces.trinidadinternal.skin.parse
Class SkinAdditionNode

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.skin.parse.SkinAdditionNode
All Implemented Interfaces:
java.lang.Comparable<SkinAdditionNode>

Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.

@Deprecated
public class SkinAdditionNode
extends java.lang.Object
implements java.lang.Comparable<SkinAdditionNode>

Object which represents a single <skin-addition> element in trinidad-skins.xml.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/laf/xml/parse/SkinPropertyNode.java#0 $) $Date: 10-nov-2005.18:50:45 $

Constructor Summary
SkinAdditionNode(java.lang.String skinId, java.lang.String styleSheetName, java.lang.String resourceBundleName, java.lang.String translationSourceExpression)
          Deprecated.  
 
Method Summary
 int compareTo(SkinAdditionNode node)
          Deprecated.  
 java.lang.String getResourceBundleName()
          Deprecated. Returns the resource bundle name.
 java.lang.String getSkinId()
          Deprecated.  
 java.lang.String getStyleSheetName()
          Deprecated.  
 java.lang.String getTranslationSourceExpression()
          Deprecated. Returns the translationSource value expression String.
 void setResourceBundleName(java.lang.String rbName)
          Deprecated.  
 void setSkinId(java.lang.String id)
          Deprecated.  
 void setStyleSheetName(java.lang.String ssName)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkinAdditionNode

public SkinAdditionNode(java.lang.String skinId,
                        java.lang.String styleSheetName,
                        java.lang.String resourceBundleName,
                        java.lang.String translationSourceExpression)
Deprecated. 
Method Detail

getSkinId

public java.lang.String getSkinId()
Deprecated. 

setSkinId

public void setSkinId(java.lang.String id)
Deprecated. 

getStyleSheetName

public java.lang.String getStyleSheetName()
Deprecated. 

setStyleSheetName

public void setStyleSheetName(java.lang.String ssName)
Deprecated. 

getResourceBundleName

public java.lang.String getResourceBundleName()
Deprecated. 
Returns the resource bundle name. The actual ResourceBundle will be resolved by the Skin by using the LocaleContext.


setResourceBundleName

public void setResourceBundleName(java.lang.String rbName)
Deprecated. 

getTranslationSourceExpression

public java.lang.String getTranslationSourceExpression()
Deprecated. 
Returns the translationSource value expression String. This could resolve to a Map or a ResourceBundle.


compareTo

public int compareTo(SkinAdditionNode node)
Deprecated. 
Specified by:
compareTo in interface java.lang.Comparable<SkinAdditionNode>


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.