Package org.nuiton.web.tapestry5.services

This package contains extra services (or abstraction) for Tapestry applications.

See:
          Description

Interface Summary
ServiceAuthentication<U> This service is used to provide authentication managment for a final application.
 

Class Summary
AbstractAuthenticationFilter<U,A extends Annotation> AbstractAuthenticationFilter

Created: 3 mai 2010

FormatBinding From Tapestry5HowTo Usage : ${format:key=value1,value2} or <t:component t:parameter="format:key=value1,value2">

Created: 27 avr. 2010

FormatBindingFactory From Tapestry5HowTo
AppModule contribution : public static void contributeBindingSource( MappedConfiguration configuration, BindingSource bindingSource) { configuration.add("format", new FormatBindingFactory(bindingSource)); }

Created: 27 avr. 2010

NuitonModule NuitonModule

Created: 4 mai 2010

ServiceAuthenticationImpl<U,A extends Annotation> This class is an abstract implementation of ServiceAuthentication.
 

Enum Summary
AbstractAuthenticationFilter.AuthenticationRedirect  
 

Package org.nuiton.web.tapestry5.services Description

This package contains extra services (or abstraction) for Tapestry applications. Generally, these services need to be built in the AppModule class of your Tapestry application.



Copyright © 2010-2011 CodeLutin. All Rights Reserved.