org.ajax4jsf.application
Class ComponentsLoaderImpl

java.lang.Object
  extended by org.ajax4jsf.application.ComponentsLoaderImpl
All Implemented Interfaces:
ComponentsLoader, org.apache.commons.collections.Transformer

public class ComponentsLoaderImpl
extends java.lang.Object
implements org.apache.commons.collections.Transformer, ComponentsLoader

Author:
asmirnov

Constructor Summary
ComponentsLoaderImpl()
           
 
Method Summary
 javax.faces.component.UIComponent createComponent(java.lang.String type)
           
protected  java.lang.ClassLoader getClassLoader()
          lazy create ClassLoader instance.
 java.lang.Object transform(java.lang.Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentsLoaderImpl

public ComponentsLoaderImpl()
Method Detail

createComponent

public javax.faces.component.UIComponent createComponent(java.lang.String type)
Specified by:
createComponent in interface ComponentsLoader

transform

public java.lang.Object transform(java.lang.Object input)
Specified by:
transform in interface org.apache.commons.collections.Transformer

getClassLoader

protected java.lang.ClassLoader getClassLoader()
lazy create ClassLoader instance.

Returns:


Copyright © 2009. All Rights Reserved.