Uses of Interface
org.apache.tapestry.services.AbsoluteURLBuilder

Packages that use AbsoluteURLBuilder
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.services.impl   
 

Uses of AbsoluteURLBuilder in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine that return AbsoluteURLBuilder
 AbsoluteURLBuilder RequestCycleEnvironment.getAbsoluteURLBuilder()
           
 

Constructors in org.apache.tapestry.engine with parameters of type AbsoluteURLBuilder
RequestCycleEnvironment(org.apache.hivemind.ErrorHandler errorHandler, Infrastructure infrastructure, PropertyPersistenceStrategySource strategySource, AbsoluteURLBuilder absoluteURLBuilder)
           
 

Uses of AbsoluteURLBuilder in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement AbsoluteURLBuilder
 class AbsoluteURLBuilderImpl
           
 

Methods in org.apache.tapestry.services.impl with parameters of type AbsoluteURLBuilder
 void RequestCycleFactoryImpl.setAbsoluteURLBuilder(AbsoluteURLBuilder absoluteURLBuilder)