Uses of Class
org.apache.tapestry.annotations.Path

Packages that use Path
org.apache.tapestry.services   
org.apache.tapestry.test   
 

Uses of Path in org.apache.tapestry.services
 

Method parameters in org.apache.tapestry.services with annotations of type Path
 void TapestryModule.contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration, Asset stylesheetAsset, Asset fieldErrorIcon, ValidationMessagesSource validationMessagesSource, SymbolSource symbolSource, AssetSource assetSource)
          Adds page render filters, each of which provides an Environmental service.
 void TapestryModule.contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration, Asset stylesheetAsset, Asset fieldErrorIcon, ValidationMessagesSource validationMessagesSource, SymbolSource symbolSource, AssetSource assetSource)
          Adds page render filters, each of which provides an Environmental service.
 void TapestryModule.contributePartialMarkupRenderer(OrderedConfiguration<PartialMarkupRendererFilter> configuration, Asset fieldErrorIcon, ValidationMessagesSource validationMessagesSource)
          Contributes PartialMarkupRendererFilters used when rendering a partial Ajax response.
 

Uses of Path in org.apache.tapestry.test
 

Methods in org.apache.tapestry.test that return Path
protected  Path TapestryTestCase.mockPath()
           
 

Methods in org.apache.tapestry.test with parameters of type Path
protected  void TapestryTestCase.train_value(Path annotation, String value)
           
 



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