org.apache.tapestry.pageload
Class SpecificationComponentClassProvider

java.lang.Object
  extended by org.apache.tapestry.pageload.SpecificationComponentClassProvider
All Implemented Interfaces:
ComponentClassProvider

public class SpecificationComponentClassProvider
extends Object
implements ComponentClassProvider

Implementation of ComponentClassProvider that returns the value from the specification.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
SpecificationComponentClassProvider()
           
 
Method Summary
 String provideComponentClassName(ComponentClassProviderContext context)
          Return the component class name, or null if this provider can't resolve it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecificationComponentClassProvider

public SpecificationComponentClassProvider()
Method Detail

provideComponentClassName

public String provideComponentClassName(ComponentClassProviderContext context)
Description copied from interface: ComponentClassProvider
Return the component class name, or null if this provider can't resolve it.

Specified by:
provideComponentClassName in interface ComponentClassProvider


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.