net.sf.tacos.resolvers
Class ClasspathSpecResolverDelegate

java.lang.Object
  extended by net.sf.tacos.resolvers.ClasspathSpecResolverDelegate
All Implemented Interfaces:
org.apache.tapestry.resolver.ISpecificationResolverDelegate

public class ClasspathSpecResolverDelegate
extends Object
implements org.apache.tapestry.resolver.ISpecificationResolverDelegate

Loads tapestry templates from the classpath - near their corresponding java file.

Author:
Andreas Andreou, amplafi.com

Constructor Summary
ClasspathSpecResolverDelegate()
           
 
Method Summary
 org.apache.tapestry.spec.IComponentSpecification findComponentSpecification(org.apache.tapestry.IRequestCycle cycle, org.apache.tapestry.INamespace namespace, String name)
           
 org.apache.tapestry.spec.IComponentSpecification findPageSpecification(org.apache.tapestry.IRequestCycle cycle, org.apache.tapestry.INamespace namespace, String name)
           
 void setClassFinder(org.apache.tapestry.services.ClassFinder classFinder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathSpecResolverDelegate

public ClasspathSpecResolverDelegate()
Method Detail

findComponentSpecification

public org.apache.tapestry.spec.IComponentSpecification findComponentSpecification(org.apache.tapestry.IRequestCycle cycle,
                                                                                   org.apache.tapestry.INamespace namespace,
                                                                                   String name)
Specified by:
findComponentSpecification in interface org.apache.tapestry.resolver.ISpecificationResolverDelegate

findPageSpecification

public org.apache.tapestry.spec.IComponentSpecification findPageSpecification(org.apache.tapestry.IRequestCycle cycle,
                                                                              org.apache.tapestry.INamespace namespace,
                                                                              String name)
Specified by:
findPageSpecification in interface org.apache.tapestry.resolver.ISpecificationResolverDelegate

setClassFinder

public void setClassFinder(org.apache.tapestry.services.ClassFinder classFinder)


Copyright © 2005-2008 SourceForge.net. All Rights Reserved.