org.apache.myfaces.trinidadinternal.uinode
Class UINodeFacesBean

java.lang.Object
  extended by org.apache.myfaces.trinidad.bean.FacesBeanImpl
      extended by org.apache.myfaces.trinidadinternal.uinode.UINodeFacesBean
All Implemented Interfaces:
org.apache.myfaces.trinidad.bean.FacesBean, org.apache.myfaces.trinidad.component.UIXFacesBean
Direct Known Subclasses:
CommandButtonFacesBean, CommandLinkFacesBean, EditableFacesBean, ProcessChoiceBarFacesBean

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

@Deprecated
public class UINodeFacesBean
extends org.apache.myfaces.trinidad.bean.FacesBeanImpl
implements org.apache.myfaces.trinidad.component.UIXFacesBean


Nested Class Summary
static class UINodeFacesBean.Type
          Deprecated.  
 
Constructor Summary
UINodeFacesBean()
          Deprecated.  
 
Method Summary
protected  AttributeMap createAttributeMap(java.lang.String componentFamily)
          Deprecated. Hook for creating the AttributeMap.
protected  org.apache.myfaces.trinidad.bean.PropertyMap createExpressionsMap()
          Deprecated.  
protected  org.apache.myfaces.trinidad.bean.PropertyMap createPropertyMap()
          Deprecated.  
protected  UIXComponentUINode createUINode(org.apache.myfaces.trinidad.component.UIXComponent component, java.lang.String namespaceURI, AttributeMap attrMap)
          Deprecated.  
protected  AttributeKey getAttributeKey(org.apache.myfaces.trinidad.bean.PropertyKey key)
          Deprecated. Hook for converting PropertyKeys into AttributeKeys
protected  java.lang.String getNamespaceURI()
          Deprecated.  
 org.apache.myfaces.trinidad.bean.FacesBean.Type getType()
          Deprecated.  
 UINode getUINode()
          Deprecated.  
 org.apache.myfaces.trinidad.component.UIXComponent getUIXComponent()
          Deprecated.  
 void init(org.apache.myfaces.trinidad.component.UIXComponent component, org.apache.myfaces.trinidad.bean.FacesBean.Type type)
          Deprecated.  
 void setUINodeAttribute(AttributeKey key, java.lang.Object value)
          Deprecated.  
 
Methods inherited from class org.apache.myfaces.trinidad.bean.FacesBeanImpl
addAll, addEntry, bindingKeySet, clearInitialState, containsEntry, entries, getEntries, getLocalProperty, getLocalPropertyImpl, getProperty, getRawProperty, getValueBinding, getValueExpression, initialStateMarked, keySet, markInitialState, removeEntry, restoreState, saveState, setProperty, setPropertyImpl, setValueBinding, setValueExpression, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.myfaces.trinidad.bean.FacesBean
addAll, addEntry, bindingKeySet, clearInitialState, containsEntry, entries, getEntries, getLocalProperty, getProperty, getRawProperty, getValueBinding, getValueExpression, initialStateMarked, keySet, markInitialState, removeEntry, restoreState, saveState, setProperty, setValueBinding, setValueExpression
 

Constructor Detail

UINodeFacesBean

public UINodeFacesBean()
Deprecated. 
Method Detail

init

public void init(org.apache.myfaces.trinidad.component.UIXComponent component,
                 org.apache.myfaces.trinidad.bean.FacesBean.Type type)
Deprecated. 
Specified by:
init in interface org.apache.myfaces.trinidad.component.UIXFacesBean

getType

public org.apache.myfaces.trinidad.bean.FacesBean.Type getType()
Deprecated. 
Specified by:
getType in interface org.apache.myfaces.trinidad.bean.FacesBean
Specified by:
getType in class org.apache.myfaces.trinidad.bean.FacesBeanImpl

getUIXComponent

public org.apache.myfaces.trinidad.component.UIXComponent getUIXComponent()
Deprecated. 

getUINode

public UINode getUINode()
Deprecated. 

setUINodeAttribute

public void setUINodeAttribute(AttributeKey key,
                               java.lang.Object value)
Deprecated. 

getNamespaceURI

protected java.lang.String getNamespaceURI()
Deprecated. 

createPropertyMap

protected org.apache.myfaces.trinidad.bean.PropertyMap createPropertyMap()
Deprecated. 
Overrides:
createPropertyMap in class org.apache.myfaces.trinidad.bean.FacesBeanImpl

createExpressionsMap

protected org.apache.myfaces.trinidad.bean.PropertyMap createExpressionsMap()
Deprecated. 
Overrides:
createExpressionsMap in class org.apache.myfaces.trinidad.bean.FacesBeanImpl

createAttributeMap

protected AttributeMap createAttributeMap(java.lang.String componentFamily)
Deprecated. 
Hook for creating the AttributeMap. Add type-specific AttributeKey overrides here.


getAttributeKey

protected AttributeKey getAttributeKey(org.apache.myfaces.trinidad.bean.PropertyKey key)
Deprecated. 
Hook for converting PropertyKeys into AttributeKeys


createUINode

protected UIXComponentUINode createUINode(org.apache.myfaces.trinidad.component.UIXComponent component,
                                          java.lang.String namespaceURI,
                                          AttributeMap attrMap)
Deprecated. 


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