org.apache.tapestry.pageload
Class SpecificationComponentClassProvider
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecificationComponentClassProvider
public SpecificationComponentClassProvider()
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.