org.apache.tapestry.resolver
Class NullSpecificationResolverDelegate

java.lang.Object
  |
  +--org.apache.tapestry.resolver.NullSpecificationResolverDelegate
All Implemented Interfaces:
ISpecificationResolverDelegate

public class NullSpecificationResolverDelegate
extends Object
implements ISpecificationResolverDelegate

Stand-in class used when the application fails to specify an actual delegate.

Since:
3.0
Version:
$Id: NullSpecificationResolverDelegate.java,v 1.3 2003/04/17 21:33:55 hlship Exp $
Author:
Howard Lewis Ship

Constructor Summary
NullSpecificationResolverDelegate()
           
 
Method Summary
 IComponentSpecification findComponentSpecification(IRequestCycle cycle, INamespace namespace, String type)
          Returns null.
 IComponentSpecification findPageSpecification(IRequestCycle cycle, INamespace namespace, String simplePageName)
          Returns null.
static NullSpecificationResolverDelegate getSharedInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSpecificationResolverDelegate

public NullSpecificationResolverDelegate()
Method Detail

getSharedInstance

public static NullSpecificationResolverDelegate getSharedInstance()

findPageSpecification

public IComponentSpecification findPageSpecification(IRequestCycle cycle,
                                                     INamespace namespace,
                                                     String simplePageName)
Returns null.
Specified by:
findPageSpecification in interface ISpecificationResolverDelegate

findComponentSpecification

public IComponentSpecification findComponentSpecification(IRequestCycle cycle,
                                                          INamespace namespace,
                                                          String type)
Returns null.
Specified by:
findComponentSpecification in interface ISpecificationResolverDelegate