A C E F G H I N O P R S U V Z

A

AbstractAuthenticationFilter<U,A extends Annotation> - Class in org.nuiton.web.tapestry5.services
AbstractAuthenticationFilter Created: 3 mai 2010
AbstractAuthenticationFilter(PageRenderLinkSource, ComponentSource, Response, ServiceAuthentication<U>, Class<A>) - Constructor for class org.nuiton.web.tapestry5.services.AbstractAuthenticationFilter
 
AbstractAuthenticationFilter.AuthenticationRedirect - Enum in org.nuiton.web.tapestry5.services
 
AbstractMappedGridDataSource<K,E> - Class in org.nuiton.web.tapestry5.data
AbstractMappedGridDataSource TODO : javadoc Created: 18 janv. 2010
AbstractMappedGridDataSource() - Constructor for class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
 
addError(String) - Method in class org.nuiton.web.tapestry5.components.FeedBack
Ajout d'un message d'erreur.
addInfo(String) - Method in class org.nuiton.web.tapestry5.components.FeedBack
Ajout d'un message d'info.
afterRender() - Method in class org.nuiton.web.tapestry5.mixins.Confirm
 
annotationClass - Variable in class org.nuiton.web.tapestry5.services.AbstractAuthenticationFilter
 
annotationClass - Variable in class org.nuiton.web.tapestry5.services.ServiceAuthenticationImpl
Annotation type to detect pages that need authentication (ex : RequiresAuthentication).

C

checkAuthorizations(U, A) - Method in class org.nuiton.web.tapestry5.services.ServiceAuthenticationImpl
Check the connected user authorizations.
clearErrors() - Method in class org.nuiton.web.tapestry5.components.FeedBack
 
Confirm - Class in org.nuiton.web.tapestry5.mixins
A simple mixin for attaching a javascript confirmation box to the onclick event of any component that implements ClientElement.
Confirm() - Constructor for class org.nuiton.web.tapestry5.mixins.Confirm
 
contains(K) - Method in class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
 
contributeBindingSource(MappedConfiguration<String, BindingFactory>, BindingSource) - Static method in class org.nuiton.web.tapestry5.services.NuitonModule
 
contributeComponentClassResolver(Configuration<LibraryMapping>) - Method in class org.nuiton.web.tapestry5.services.NuitonModule
 
count() - Method in class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
 
createLink(Object[]) - Method in class org.nuiton.web.tapestry5.mixins.ZoneUpdater
 

E

execute(int, int, SortConstraint) - Method in class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
 

F

FeedBack - Class in org.nuiton.web.tapestry5.components
Composant qui affiche des messages à l'utilisateur.
FeedBack() - Constructor for class org.nuiton.web.tapestry5.components.FeedBack
 
FormatBinding - Class in org.nuiton.web.tapestry5.services
From Tapestry5HowTo Usage : ${format:key=value1,value2} or <t:component t:parameter="format:key=value1,value2"> Created: 27 avr. 2010
FormatBinding(Location, Messages, boolean, ArrayList<Binding>, List<Binding>) - Constructor for class org.nuiton.web.tapestry5.services.FormatBinding
 
FormatBinding(Location, Messages, boolean, ArrayList<Binding>) - Constructor for class org.nuiton.web.tapestry5.services.FormatBinding
 
FormatBindingFactory - Class in org.nuiton.web.tapestry5.services
From Tapestry5HowTo
AppModule contribution : public static void contributeBindingSource( MappedConfiguration configuration, BindingSource bindingSource) { configuration.add("format", new FormatBindingFactory(bindingSource)); } Created: 27 avr. 2010
FormatBindingFactory(BindingSource) - Constructor for class org.nuiton.web.tapestry5.services.FormatBindingFactory
 

G

get(K) - Method in class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
 
get() - Method in class org.nuiton.web.tapestry5.services.FormatBinding
 
getActiveBlock() - Method in class org.nuiton.web.tapestry5.components.SubForm
 
getAvailableRows() - Method in class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
 
getBindingType() - Method in class org.nuiton.web.tapestry5.services.FormatBinding
 
getClientId() - Method in class org.nuiton.web.tapestry5.components.SubmitContext
Returns the component's client id.
getNewUserInstance() - Method in interface org.nuiton.web.tapestry5.services.ServiceAuthentication
Create a new instance of user.
getNewUserInstance() - Method in class org.nuiton.web.tapestry5.services.ServiceAuthenticationImpl
Default instanciation of the user.
getRedirectPage(AbstractAuthenticationFilter.AuthenticationRedirect) - Method in class org.nuiton.web.tapestry5.services.AbstractAuthenticationFilter
 
getRowType() - Method in class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
Need to be provided by subclass, used by Grid component
getRowValue(int) - Method in class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
 
getSortConstraint(List<SortConstraint>) - Method in class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
 
getUserConnected() - Method in interface org.nuiton.web.tapestry5.services.ServiceAuthentication
Get the current user connected.
getUserConnected() - Method in class org.nuiton.web.tapestry5.services.ServiceAuthenticationImpl
 

H

handleComponentEvent(ComponentEventRequestParameters, ComponentRequestHandler) - Method in class org.nuiton.web.tapestry5.services.AbstractAuthenticationFilter
 
handlePageRender(PageRenderRequestParameters, ComponentRequestHandler) - Method in class org.nuiton.web.tapestry5.services.AbstractAuthenticationFilter
 
hasBeeanReloaded() - Method in class org.nuiton.web.tapestry5.components.FeedBack
 
hasErrors() - Method in class org.nuiton.web.tapestry5.components.FeedBack
 

I

isAllowed(Class<?>) - Method in interface org.nuiton.web.tapestry5.services.ServiceAuthentication
Check if the current user is allowed to display this page.
isAllowed(Class<?>) - Method in class org.nuiton.web.tapestry5.services.ServiceAuthenticationImpl
Detect the annotation in the given page.
isInvariant() - Method in class org.nuiton.web.tapestry5.services.FormatBinding
 
isPrepared() - Method in class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
Detect if the data has already been prepared.
isUserConnected() - Method in interface org.nuiton.web.tapestry5.services.ServiceAuthentication
Detect if user is connected.
isUserConnected() - Method in class org.nuiton.web.tapestry5.services.ServiceAuthenticationImpl
 

N

newBinding(String, ComponentResources, ComponentResources, String, Location) - Method in class org.nuiton.web.tapestry5.services.FormatBindingFactory
 
NuitonModule - Class in org.nuiton.web.tapestry5.services
NuitonModule Created: 4 mai 2010
NuitonModule() - Constructor for class org.nuiton.web.tapestry5.services.NuitonModule
 

O

org.nuiton.web.tapestry5.annotations - package org.nuiton.web.tapestry5.annotations
 
org.nuiton.web.tapestry5.components - package org.nuiton.web.tapestry5.components
 
org.nuiton.web.tapestry5.data - package org.nuiton.web.tapestry5.data
 
org.nuiton.web.tapestry5.mixins - package org.nuiton.web.tapestry5.mixins
 
org.nuiton.web.tapestry5.services - package org.nuiton.web.tapestry5.services
This package contains extra services (or abstraction) for Tapestry applications.

P

PLACEHOLDER - Static variable in class org.nuiton.web.tapestry5.mixins.ZoneUpdater
 
prepare(int, int, List<SortConstraint>) - Method in class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
 

R

redirectUnauthorizedUser(String) - Method in class org.nuiton.web.tapestry5.services.AbstractAuthenticationFilter
 
reload() - Method in class org.nuiton.web.tapestry5.components.FeedBack
 
RequiresAuthentication - Annotation Type in org.nuiton.web.tapestry5.annotations
This annotation is used on pages and components that need authentication to be rendered.
resolveOrderBy(SortConstraint) - Method in class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
 

S

ServiceAuthentication<U> - Interface in org.nuiton.web.tapestry5.services
This service is used to provide authentication managment for a final application.
ServiceAuthenticationImpl<U,A extends Annotation> - Class in org.nuiton.web.tapestry5.services
This class is an abstract implementation of ServiceAuthentication.
ServiceAuthenticationImpl(ApplicationStateManager, Class<U>, Class<A>) - Constructor for class org.nuiton.web.tapestry5.services.ServiceAuthenticationImpl
Constructor to call in subclasses.
setUserConnected(U) - Method in interface org.nuiton.web.tapestry5.services.ServiceAuthentication
Set the connected user to user.
setUserConnected(U) - Method in class org.nuiton.web.tapestry5.services.ServiceAuthenticationImpl
 
SubForm - Class in org.nuiton.web.tapestry5.components
Created: 14 mai 2010
SubForm() - Constructor for class org.nuiton.web.tapestry5.components.SubForm
 
SubmitContext - Class in org.nuiton.web.tapestry5.components
Corresponds to <input type="submit">, a client-side element that can force the enclosing form to submit.
SubmitContext() - Constructor for class org.nuiton.web.tapestry5.components.SubmitContext
 

U

userClass - Variable in class org.nuiton.web.tapestry5.services.ServiceAuthenticationImpl
User type

V

valueOf(String) - Static method in enum org.nuiton.web.tapestry5.services.AbstractAuthenticationFilter.AuthenticationRedirect
Returns the enum constant of this type with the specified name.
values() - Method in class org.nuiton.web.tapestry5.data.AbstractMappedGridDataSource
 
values() - Static method in enum org.nuiton.web.tapestry5.services.AbstractAuthenticationFilter.AuthenticationRedirect
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZoneUpdater - Class in org.nuiton.web.tapestry5.mixins
From Ingesol Blog
ZoneUpdater() - Constructor for class org.nuiton.web.tapestry5.mixins.ZoneUpdater
 

A C E F G H I N O P R S U V Z

Copyright © 2010 CodeLutin. All Rights Reserved.