org.apache.tapestry5.internal.services
Interface ComponentClassCache

All Known Implementing Classes:
ComponentClassCacheImpl

public interface ComponentClassCache

A cache for converting between class names and component (or other) classes. For component classes, ensures that the class is the transformed class.


Method Summary
 Class forName(String className)
          Gets the Class instance for the given fully-qualified class name.
 

Method Detail

forName

Class forName(String className)
Gets the Class instance for the given fully-qualified class name.

Parameters:
className - fully qualified class name, or a primitive type name, or an array name (in source format)
Returns:
the class instance


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