org.apache.myfaces.trinidadinternal.image
Class PropertyInstantiator

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.image.PropertyInstantiator

public class PropertyInstantiator
extends java.lang.Object

PropertyInstantiator is used by ImageType instances to implement deferred loading of type-specific properties.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/image/PropertyInstantiator.java#0 $) $Date: 10-nov-2005.19:03:58 $
Author:
The Oracle ADF Faces Team

Constructor Summary
PropertyInstantiator(java.lang.String className)
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.Object instantiate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyInstantiator

public PropertyInstantiator(java.lang.String className)
Method Detail

getClassName

public java.lang.String getClassName()

instantiate

public java.lang.Object instantiate()


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.