A B C D E F G H I K L M O P R S T U V W 

A

AbstractActionSupport - Class in io.vertigo.struts2.core
Super class des Actions struts.
AbstractActionSupport() - Constructor for class io.vertigo.struts2.core.AbstractActionSupport
Constructeur.
AbstractActionSupport.AcceptCtxQueryParam - Annotation Type in io.vertigo.struts2.core
Indique que l'initialisation du context par un parametre de l'url est autorisé.
AbstractFilter - Class in io.vertigo.struts2.impl.servlet.filter
 
AbstractFilter() - Constructor for class io.vertigo.struts2.impl.servlet.filter.AbstractFilter
 
AbstractServletContextListener - Class in io.vertigo.struts2.impl.servlet
 
AbstractServletContextListener() - Constructor for class io.vertigo.struts2.impl.servlet.AbstractServletContextListener
 
AbstractUiList<D extends DtObject> - Class in io.vertigo.struts2.core
Wrapper d'affichage des listes d'objets métier.
add(D) - Method in class io.vertigo.struts2.core.UiListModifiable
addActionError(String) - Method in class io.vertigo.struts2.core.AbstractActionSupport
Deprecated.
Utiliser getUiMessageStack()
addActionMessage(String) - Method in class io.vertigo.struts2.core.AbstractActionSupport
Deprecated.
Utiliser getUiMessageStack()
addActionMessage(UiMessageStack.Level, String) - Method in class io.vertigo.struts2.core.UiMessageStack
Ajoute un message.
addActionMessage(UiMessageStack.Level, String, DtObject, String) - Method in class io.vertigo.struts2.core.UiMessageStack
Ajoute un message.
addActionMessage(UiMessageStack.Level, String, UiObject<?>, String) - Method in class io.vertigo.struts2.core.UiMessageStack
Ajoute un message.
addCache(String, String, int, long, long) - Method in class io.vertigo.struts2.plugins.cache.ehcache.EhCachePlugin
addError(DtObject, DtField, MessageText) - Method in class io.vertigo.struts2.core.UiErrorBuilder
Ajoute une erreur sur le champ d'un objet.
addError(DtObject, String, MessageText) - Method in class io.vertigo.struts2.core.UiErrorBuilder
Ajoute une erreur sur le champ d'un objet.
addError(MessageText) - Method in class io.vertigo.struts2.core.UiObjectErrors
 
addError(DtField, MessageText) - Method in class io.vertigo.struts2.core.UiObjectErrors
 
addFieldError(String, String) - Method in class io.vertigo.struts2.core.AbstractActionSupport
Deprecated.
Utiliser getUiMessageStack()
AjaxResponseBuilder - Class in io.vertigo.struts2.core
Builder d'envoi de contenu Ajax.
appendHtml(String) - Method in class io.vertigo.struts2.core.AjaxResponseBuilder
Envoi du contenu HTML brut.
ApplicationServletContextListener - Class in io.vertigo.struts2.impl.servlet
Classe d'initialisation.
ApplicationServletContextListener() - Constructor for class io.vertigo.struts2.impl.servlet.ApplicationServletContextListener
 

B

BerkeleyContextCachePlugin - Class in io.vertigo.struts2.plugins.context.berkeley
Implémentation Berkeley du ContextCachePlugin.
BerkeleyContextCachePlugin(CodecManager, String, int) - Constructor for class io.vertigo.struts2.plugins.context.berkeley.BerkeleyContextCachePlugin
Constructeur.

C

CacheControlFilter - Class in io.vertigo.struts2.impl.servlet.filter
Implémentation de javax.servlet.Filter utilisée pour contr�ler la mise en cache dans le navigateur client.
CacheControlFilter() - Constructor for class io.vertigo.struts2.impl.servlet.filter.CacheControlFilter
 
check(UiObjectValidator<D>, UiMessageStack) - Method in interface io.vertigo.struts2.core.UiList
Vérifie les UiObjects de la liste et remplis la pile d'erreur.
check(UiObjectValidator, UiMessageStack) - Method in class io.vertigo.struts2.core.UiListModifiable
Vérifie les UiObjects de la liste et remplis la pile d'erreur.
check(UiObjectValidator<D>, UiMessageStack) - Method in class io.vertigo.struts2.core.UiListUnmodifiable
Vérifie les UiObjects de la liste et remplis la pile d'erreur.
check(UiObjectValidator<D>, UiMessageStack) - Method in class io.vertigo.struts2.core.UiObject
Valide l'objet d'IHM et place les erreurs rencontrées dans l'action Struts.
checkErrors() - Method in class io.vertigo.struts2.core.ContextForm
Vérifie les erreurs de l'objet.
checkErrors() - Method in class io.vertigo.struts2.core.ContextList
Vérifie les erreurs de la liste.
checkErrors() - Method in class io.vertigo.struts2.core.ContextListModifiable
Vérifie les erreurs de la liste.
checkFieldDateAfter(DtObject, String, String, MessageText) - Method in class io.vertigo.struts2.core.UiErrorBuilder
Vérifie que la date du champ 2 est après (strictement) la date du champ 1.
checkFieldDateAfter(UiObject<O>, String, String, UiObjectErrors, MessageText) - Method in class io.vertigo.struts2.core.UiObjectValidator
Vérifie que la date du champ 2 est après (strictement) la date du champ 1.
checkFieldEquals(DtObject, String, String, MessageText) - Method in class io.vertigo.struts2.core.UiErrorBuilder
Vérifie l'égalité des champs.
checkFieldEquals(UiObject<O>, String, String, UiObjectErrors, MessageText) - Method in class io.vertigo.struts2.core.UiObjectValidator
Vérifie l'égalité des champs.
checkFieldLongAfter(DtObject, String, String, MessageText) - Method in class io.vertigo.struts2.core.UiErrorBuilder
Vérifie que le Long du champ 2 est après (strictement) le Long du champ 1.
checkFieldLongAfter(UiObject<O>, String, String, UiObjectErrors, MessageText) - Method in class io.vertigo.struts2.core.UiObjectValidator
Vérifie que le Long du champ 2 est après (strictement) le Long du champ 1.
checkFieldNotNull(DtObject, String, MessageText) - Method in class io.vertigo.struts2.core.UiErrorBuilder
Vérifie que le champ est renseigner.
checkFieldNotNull(UiObject<O>, String, UiObjectErrors, MessageText) - Method in class io.vertigo.struts2.core.UiObjectValidator
Vérifie que le champ est renseigner.
checkMonoFieldConstraints(UiObject<O>, DtField, UiObjectErrors) - Method in class io.vertigo.struts2.core.UiObjectValidator
Effectue des controles monochamps spécifiques.
checkMultiFieldConstraints(UiObject<O>, Set<String>, UiObjectErrors) - Method in class io.vertigo.struts2.core.UiObjectValidator
Effectue des controles multichamps spécifiques.
checkOneAndOnlyOneFieldNotNull(UiObject<O>, UiObjectErrors, MessageText, String...) - Method in class io.vertigo.struts2.core.UiObjectValidator
Vérifie qu'au plus un des champs est renseigné.
checkOneOrMoreFieldNotNull(UiObject<O>, UiObjectErrors, MessageText, String...) - Method in class io.vertigo.struts2.core.UiObjectValidator
Vérifie qu'au moins l'un des champs est renseigné.
clear() - Method in class io.vertigo.struts2.core.UiObject
Non implémenté.
clear(String) - Method in class io.vertigo.struts2.plugins.cache.ehcache.EhCachePlugin
clearAll() - Method in class io.vertigo.struts2.plugins.cache.ehcache.EhCachePlugin
clearUiObjectBuffer() - Method in class io.vertigo.struts2.core.AbstractUiList
Vide le buffer des UiObjects (potentiellement modifiés).
ComponentRef<T> - Class in io.vertigo.struts2.core
Référence vers un composant.
CompressionFilter - Class in io.vertigo.struts2.impl.servlet.filter
Implémentation de javax.servlet.Filter utilisée pour compresser le flux de réponse si il d�passe un seuil, et pour décompresser le flux d'entrée si nécessaire.
CompressionFilter() - Constructor for class io.vertigo.struts2.impl.servlet.filter.CompressionFilter
 
contains(String) - Method in class io.vertigo.struts2.impl.servlet.RequestContainerWrapper
containsKey(Object) - Method in class io.vertigo.struts2.core.KActionContext
containsKey(Object) - Method in class io.vertigo.struts2.core.UiObject
containsValue(Object) - Method in class io.vertigo.struts2.core.UiObject
Non implémenté.
ContextCacheManager - Interface in io.vertigo.struts2.context
Manager du cache des contexts.
ContextCacheManagerImpl - Class in io.vertigo.struts2.impl.context
Manager de gestion du cache.
ContextCacheManagerImpl(ContextCachePlugin) - Constructor for class io.vertigo.struts2.impl.context.ContextCacheManagerImpl
Constructeur.
ContextCachePlugin - Interface in io.vertigo.struts2.impl.context
Plugin de gestion de cache.
contextDestroyed(ServletContextEvent) - Method in class io.vertigo.struts2.impl.servlet.AbstractServletContextListener
ContextForm<O extends DtObject> - Class in io.vertigo.struts2.core
Liste des couples (clé, object) enregistrés.
ContextForm(String, AbstractActionSupport) - Constructor for class io.vertigo.struts2.core.ContextForm
Constructeur.
ContextForm(String, UiObjectValidator, AbstractActionSupport) - Constructor for class io.vertigo.struts2.core.ContextForm
Constructeur.
contextInitialized(ServletContextEvent) - Method in class io.vertigo.struts2.impl.servlet.AbstractServletContextListener
contextKey(UiObject<?>) - Method in class io.vertigo.struts2.core.UiUtil
 
ContextList<O extends DtObject> - Class in io.vertigo.struts2.core
Liste des couples (clé, object) enregistrés.
ContextList(String, AbstractActionSupport) - Constructor for class io.vertigo.struts2.core.ContextList
Constructeur.
ContextList(String, UiObjectValidator, AbstractActionSupport) - Constructor for class io.vertigo.struts2.core.ContextList
Constructeur.
ContextListModifiable<O extends DtObject> - Class in io.vertigo.struts2.core
Liste des couples (clé, object) enregistrés.
ContextListModifiable(String, AbstractActionSupport) - Constructor for class io.vertigo.struts2.core.ContextListModifiable
Constructeur.
ContextListModifiable(String, UiObjectValidator, AbstractActionSupport) - Constructor for class io.vertigo.struts2.core.ContextListModifiable
Constructeur.
ContextMdl<O extends DtObject> - Class in io.vertigo.struts2.core
Liste de reference des couples (clé, object) enregistrés.
ContextMdl(String, AbstractActionSupport) - Constructor for class io.vertigo.struts2.core.ContextMdl
Constructeur.
contextMiss(String) - Method in class io.vertigo.struts2.core.AbstractActionSupport
Appeler lorsque que le context est manquant.
ContextRef<O extends Serializable> - Class in io.vertigo.struts2.core
Liste des couples (clé, object) enregistrés.
ContextRef(String, AbstractActionSupport) - Constructor for class io.vertigo.struts2.core.ContextRef
Deprecated.
Utiliser ContextRef(String contextKey, Class valueClass, AbstractActionSupport action)
ContextRef(String, Class<O>, AbstractActionSupport) - Constructor for class io.vertigo.struts2.core.ContextRef
Constructeur.
createAjaxResponseBuilder() - Method in class io.vertigo.struts2.core.AbstractActionSupport
 
createKFileResponseBuilder() - Method in class io.vertigo.struts2.core.AbstractActionSupport
 
CTX - Static variable in class io.vertigo.struts2.core.KActionContext
Cl�e de l'id de context dans le context.

D

destroy() - Method in class io.vertigo.struts2.impl.servlet.filter.AbstractFilter
destroy() - Method in class io.vertigo.struts2.impl.servlet.filter.ExceptionsFilter
 
destroy() - Method in class io.vertigo.struts2.impl.servlet.filter.IE8CompatablityFixServlet
destroy() - Method in class io.vertigo.struts2.impl.servlet.filter.SetCharsetEncodingFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.vertigo.struts2.impl.servlet.filter.AbstractFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.vertigo.struts2.impl.servlet.filter.ExceptionsFilter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.vertigo.struts2.impl.servlet.filter.IE8CompatablityFixServlet
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.vertigo.struts2.impl.servlet.filter.SetCharsetEncodingFilter
doInit() - Method in class io.vertigo.struts2.impl.servlet.filter.AbstractFilter
 
doInit() - Method in class io.vertigo.struts2.impl.servlet.filter.CacheControlFilter
doInit() - Method in class io.vertigo.struts2.impl.servlet.filter.CompressionFilter
doInit() - Method in class io.vertigo.struts2.impl.servlet.filter.SecurityFilter
doMyFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.vertigo.struts2.impl.servlet.filter.AbstractFilter
 
doMyFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.vertigo.struts2.impl.servlet.filter.CacheControlFilter
La méthode doMyFilter est appelée par le container chaque fois qu'une paire requête/réponse passe à travers la chaîne suite à une requête d'un client pour une ressource au bout de la chaîne.
doMyFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.vertigo.struts2.impl.servlet.filter.CompressionFilter
La méthode doFilter est appelée par le container chaque fois qu'une paire requête/réponse passe à travers la chaîne suite à une requête d'un client pour une ressource au bout de la chaîne.
doMyFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.vertigo.struts2.impl.servlet.filter.SecurityFilter

E

EhCachePlugin - Class in io.vertigo.struts2.plugins.cache.ehcache
Implémentation EHCache du CacheManager.
EhCachePlugin(CodecManager, Option<String>) - Constructor for class io.vertigo.struts2.plugins.cache.ehcache.EhCachePlugin
Constructeur.
entrySet() - Method in class io.vertigo.struts2.core.UiObject
Non implémenté.
error(String) - Method in class io.vertigo.struts2.core.UiMessageStack
 
error(String, DtObject, String) - Method in class io.vertigo.struts2.core.UiMessageStack
 
error(String, UiObject<?>, String) - Method in class io.vertigo.struts2.core.UiMessageStack
 
ExceptionsFilter - Class in io.vertigo.struts2.impl.servlet.filter
Implémentation de javax.servlet.Filter utilisée pour placer dans la request l'execption.
ExceptionsFilter() - Constructor for class io.vertigo.struts2.impl.servlet.filter.ExceptionsFilter
 
execute() - Method in class io.vertigo.struts2.core.AbstractActionSupport
exists() - Method in class io.vertigo.struts2.core.ContextRef
 
ExpiredContextException - Exception in io.vertigo.struts2.exception
Exception lancée dans le cas ou l'on recherche un context expiré.
ExpiredContextException(String) - Constructor for exception io.vertigo.struts2.exception.ExpiredContextException
Constructeur.

F

findKey(UiObject<?>) - Method in class io.vertigo.struts2.core.KActionContext
 
findKey(DtObject) - Method in class io.vertigo.struts2.core.KActionContext
 
findMethodByName(Class<?>, String) - Static method in class io.vertigo.struts2.impl.MethodUtil
Retrouve une méthode par son nom.
flush() - Method in interface io.vertigo.struts2.core.UiList
 
flush() - Method in class io.vertigo.struts2.core.UiListModifiable
flush() - Method in class io.vertigo.struts2.core.UiListUnmodifiable
 
flush() - Method in class io.vertigo.struts2.core.UiObject
Si il n'y a pas d'erreur dans l'objet d'IHM, l'objet métier est mis à jour et retourné.
flushIntoAction(UiMessageStack) - Method in class io.vertigo.struts2.core.UiErrorBuilder
Envoi le contenu des messages du validator dans la UiMessageStack.
flushIntoAction(UiMessageStack) - Method in class io.vertigo.struts2.core.UiObjectErrors
 
formatBoolean(String, Boolean) - Method in class io.vertigo.struts2.core.UiUtil
 
FormatterId - Class in io.vertigo.struts2.impl.formatter
Gestion des formattages des identifiants.
FormatterId(String) - Constructor for class io.vertigo.struts2.impl.formatter.FormatterId
Constructeur.
FormMode - Enum in io.vertigo.struts2.core
Mode du formulaire

G

get(String) - Method in interface io.vertigo.struts2.context.ContextCacheManager
Cette methode rend l'objet désigne par le contexte et le handle donnée en entrée.
get(int) - Method in class io.vertigo.struts2.core.AbstractUiList
get() - Method in class io.vertigo.struts2.core.ComponentRef
 
get() - Method in class io.vertigo.struts2.core.ContextRef
 
GET - Annotation Type in io.vertigo.struts2.core
Indicate than this action can be call by a GET request.
get(Object) - Method in class io.vertigo.struts2.core.KActionContext
get(int) - Method in class io.vertigo.struts2.core.UiListModifiable
get(Object) - Method in class io.vertigo.struts2.core.UiObject
get(String) - Method in class io.vertigo.struts2.impl.context.ContextCacheManagerImpl
Cette methode rend l'objet désigne par le contexte et le handle donnée en entrée.
get(String) - Method in interface io.vertigo.struts2.impl.context.ContextCachePlugin
Cette methode rend l'objet désigne par le contexte et le handle donnée en entrée.
get(String, Serializable) - Method in class io.vertigo.struts2.plugins.cache.ehcache.EhCachePlugin
get(String) - Method in class io.vertigo.struts2.plugins.context.berkeley.BerkeleyContextCachePlugin
Cette methode rend l'objet désigne par le contexte et le handle donnée en entrée.
getAddedList() - Method in class io.vertigo.struts2.core.UiListModifiable
 
getBoolean(String) - Method in class io.vertigo.struts2.core.KActionContext
 
getBoolean(String) - Method in class io.vertigo.struts2.core.UiObject
 
getById(String, String) - Method in class io.vertigo.struts2.core.AbstractUiList
Récupère un objet par la valeur de son identifiant.
getDate(String) - Method in class io.vertigo.struts2.core.UiObject
 
getDisplayField(AbstractUiList<?>) - Method in class io.vertigo.struts2.core.UiUtil
 
getDtDefinition() - Method in class io.vertigo.struts2.core.UiObject
 
getDtField() - Method in class io.vertigo.struts2.core.UiError
 
getDtField(String, UiObject<O>) - Method in class io.vertigo.struts2.core.UiObjectValidator
 
getDtObject() - Method in class io.vertigo.struts2.core.UiError
 
getErrorMessage() - Method in class io.vertigo.struts2.core.UiError
 
getFieldName() - Method in class io.vertigo.struts2.core.UiError
 
getFilterConfig() - Method in class io.vertigo.struts2.impl.servlet.filter.AbstractFilter
 
getHttpServletRequest() - Static method in class io.vertigo.struts2.core.UiRequestUtil
Deprecated.
getHttpSession() - Static method in class io.vertigo.struts2.core.UiRequestUtil
Deprecated.
getId() - Method in class io.vertigo.struts2.core.KActionContext
 
getIdField(AbstractUiList<?>) - Method in class io.vertigo.struts2.core.UiUtil
 
getInteger(String) - Method in class io.vertigo.struts2.core.KActionContext
 
getInteger(String) - Method in class io.vertigo.struts2.core.UiObject
 
getLong(String) - Method in class io.vertigo.struts2.core.KActionContext
 
getLong(String) - Method in class io.vertigo.struts2.core.UiObject
 
getModel() - Method in class io.vertigo.struts2.core.AbstractActionSupport
getModifiedList() - Method in class io.vertigo.struts2.core.UiListModifiable
 
getRemovedList() - Method in class io.vertigo.struts2.core.UiListModifiable
 
getRequestParameter(String) - Static method in class io.vertigo.struts2.core.UiRequestUtil
Deprecated.
Utiliser le @Named du initContext, ou un ContextRef pour les autres cas
getString(String) - Method in class io.vertigo.struts2.core.KActionContext
 
getString(String) - Method in class io.vertigo.struts2.core.UiObject
 
getTheme() - Method in enum io.vertigo.struts2.core.FormMode
 
getUiErrors() - Method in exception io.vertigo.struts2.core.ValidationUserException
 
getUiList() - Method in class io.vertigo.struts2.core.ContextList
 
getUiList(String) - Method in class io.vertigo.struts2.core.KActionContext
 
getUiListModifiable() - Method in class io.vertigo.struts2.core.ContextListModifiable
 
getUiListModifiable(String) - Method in class io.vertigo.struts2.core.KActionContext
 
getUiMessageStack() - Method in class io.vertigo.struts2.core.AbstractActionSupport
 
getUiObject() - Method in class io.vertigo.struts2.core.ContextForm
 
getUiObject(String) - Method in class io.vertigo.struts2.core.KActionContext
 
getUiObjectBuffer() - Method in class io.vertigo.struts2.core.AbstractUiList
 
getUserAgent(HttpServletRequest) - Method in class io.vertigo.struts2.impl.servlet.filter.CompressionFilter
Retourne le User Agent de la requête HTML.
getValue(String, String) - Method in class io.vertigo.struts2.plugins.config.servlet.WebAppContextConfigPlugin

H

handleUnknownAction(String, String) - Method in class io.vertigo.struts2.impl.unknownhandler.InjectParamsToActionMethodHandler
handleUnknownActionMethod(Object, String) - Method in class io.vertigo.struts2.impl.unknownhandler.InjectParamsToActionMethodHandler
handleUnknownResult(ActionContext, String, ActionConfig, String) - Method in class io.vertigo.struts2.impl.unknownhandler.InjectParamsToActionMethodHandler
hasError() - Method in class io.vertigo.struts2.core.UiErrorBuilder
 
hasError(DtObject) - Method in class io.vertigo.struts2.core.UiErrorBuilder
 
hasError(DtObject, DtField) - Method in class io.vertigo.struts2.core.UiErrorBuilder
 
hasError() - Method in class io.vertigo.struts2.core.UiObjectErrors
 
hasError(DtField) - Method in class io.vertigo.struts2.core.UiObjectErrors
 
hasErrorOnField(UiObject<?>, String) - Method in class io.vertigo.struts2.core.UiMessageStack
Deprecated.
Ne pas faire ca. On test pas champs par champs. Le but est de laisser remonter les erreurs. La méthode va bientot disparaitre :)
hasErrors() - Method in class io.vertigo.struts2.core.UiMessageStack
 

I

IE8CompatablityFixServlet - Class in io.vertigo.struts2.impl.servlet.filter
Filter qui permet de gérer la compatibilité avec IE8, en ajoutant le header X-UA-Compatible dans les responses.
IE8CompatablityFixServlet() - Constructor for class io.vertigo.struts2.impl.servlet.filter.IE8CompatablityFixServlet
 
indexOf(UiObject<D>) - Method in class io.vertigo.struts2.core.UiListModifiable
 
indexOf(DtObject) - Method in class io.vertigo.struts2.core.UiListModifiable
 
indexOf(List<?>, UiObject<?>) - Method in class io.vertigo.struts2.core.UiUtil
 
info(String) - Method in class io.vertigo.struts2.core.UiMessageStack
 
info(String, DtObject, String) - Method in class io.vertigo.struts2.core.UiMessageStack
 
info(String, UiObject<?>, String) - Method in class io.vertigo.struts2.core.UiMessageStack
 
init(FilterConfig) - Method in class io.vertigo.struts2.impl.servlet.filter.AbstractFilter
init(FilterConfig) - Method in class io.vertigo.struts2.impl.servlet.filter.ExceptionsFilter
 
init(FilterConfig) - Method in class io.vertigo.struts2.impl.servlet.filter.IE8CompatablityFixServlet
init(FilterConfig) - Method in class io.vertigo.struts2.impl.servlet.filter.SetCharsetEncodingFilter
initContext() - Method in class io.vertigo.struts2.controller.ListAutocompleteAction
Initialisation du context.
initContext() - Method in class io.vertigo.struts2.core.AbstractActionSupport
Initialisation du context.
initParameters(String) - Method in class io.vertigo.struts2.impl.formatter.FormatterId
initUiObjectByIdIndex() - Method in class io.vertigo.struts2.core.AbstractUiList
Initialize l'index des UiObjects par Id.
initUiObjectByKeyIndex(String) - Method in class io.vertigo.struts2.core.AbstractUiList
Initialize l'index des UiObjects par Clé.
InjectParamsToActionMethodHandler - Class in io.vertigo.struts2.impl.unknownhandler
Gestion du passage de paramètres aux Actions.
InjectParamsToActionMethodHandler() - Constructor for class io.vertigo.struts2.impl.unknownhandler.InjectParamsToActionMethodHandler
 
intercept(ActionInvocation) - Method in class io.vertigo.struts2.impl.interceptor.KActionContextStoreInterceptor
intercept(ActionInvocation) - Method in class io.vertigo.struts2.impl.interceptor.KActionRestrictAccessInterceptor
intercept(ActionInvocation) - Method in class io.vertigo.struts2.impl.interceptor.VUserExceptionInterceptor
invalidateHttpSession() - Static method in class io.vertigo.struts2.core.UiRequestUtil
Invalide la session Http (ie Logout)
invoke(Object, String, Container) - Static method in class io.vertigo.struts2.impl.MethodUtil
Invocation dynamique d'une méthode sur une instance.
invoke(Object, Method, Container) - Static method in class io.vertigo.struts2.impl.MethodUtil
Invocation dynamique d'une méthode sur une instance.
io.vertigo.struts2.context - package io.vertigo.struts2.context
 
io.vertigo.struts2.controller - package io.vertigo.struts2.controller
 
io.vertigo.struts2.core - package io.vertigo.struts2.core
 
io.vertigo.struts2.exception - package io.vertigo.struts2.exception
 
io.vertigo.struts2.impl - package io.vertigo.struts2.impl
 
io.vertigo.struts2.impl.context - package io.vertigo.struts2.impl.context
 
io.vertigo.struts2.impl.formatter - package io.vertigo.struts2.impl.formatter
 
io.vertigo.struts2.impl.interceptor - package io.vertigo.struts2.impl.interceptor
 
io.vertigo.struts2.impl.servlet - package io.vertigo.struts2.impl.servlet
 
io.vertigo.struts2.impl.servlet.filter - package io.vertigo.struts2.impl.servlet.filter
 
io.vertigo.struts2.impl.unknownhandler - package io.vertigo.struts2.impl.unknownhandler
 
io.vertigo.struts2.plugins.cache.ehcache - package io.vertigo.struts2.plugins.cache.ehcache
 
io.vertigo.struts2.plugins.config.servlet - package io.vertigo.struts2.plugins.config.servlet
 
io.vertigo.struts2.plugins.context.berkeley - package io.vertigo.struts2.plugins.context.berkeley
 
io.vertigo.struts2.plugins.resource.servlet - package io.vertigo.struts2.plugins.resource.servlet
 
io.vertigo.struts2.resources - package io.vertigo.struts2.resources
 
isEmpty() - Method in class io.vertigo.struts2.core.UiObject
isModeCreate() - Method in class io.vertigo.struts2.core.AbstractActionSupport
 
isModeEdit() - Method in class io.vertigo.struts2.core.AbstractActionSupport
 
isModeRead() - Method in class io.vertigo.struts2.core.AbstractActionSupport
 
isUrlMatch(ServletRequest, Option<Pattern>) - Static method in class io.vertigo.struts2.impl.servlet.filter.AbstractFilter
Test si l'url correspond au pattern.
isUrlMatch(String, String, Pattern) - Static method in class io.vertigo.struts2.impl.servlet.filter.AbstractFilter
Test si l'url (hors domain et context) correspond au pattern.
isUserAgentNullOrCompressionNull(String, String) - Method in class io.vertigo.struts2.impl.servlet.filter.CompressionFilter
Détermine si l'User Agent est inactif ou la compression inactive.
iterator() - Method in class io.vertigo.struts2.core.UiListModifiable
 

K

KActionContext - Class in io.vertigo.struts2.core
Liste des couples (clé, object) enregistrés.
KActionContext() - Constructor for class io.vertigo.struts2.core.KActionContext
Constructeur.
KActionContextStoreInterceptor - Class in io.vertigo.struts2.impl.interceptor
Interceptor Struts figeant le context.
KActionContextStoreInterceptor() - Constructor for class io.vertigo.struts2.impl.interceptor.KActionContextStoreInterceptor
 
KActionRestrictAccessInterceptor - Class in io.vertigo.struts2.impl.interceptor
Interceptor Struts limitant l'access direct aux Actions.
KActionRestrictAccessInterceptor() - Constructor for class io.vertigo.struts2.impl.interceptor.KActionRestrictAccessInterceptor
 
keySet() - Method in class io.vertigo.struts2.core.UiObject
keySet() - Method in class io.vertigo.struts2.impl.servlet.RequestContainerWrapper
KFileResponseBuilder - Class in io.vertigo.struts2.core
Builder d'envoi de Fichier.
KFileResponseBuilder(HttpServletRequest, HttpServletResponse) - Constructor for class io.vertigo.struts2.core.KFileResponseBuilder
Constructeur.

L

label(String) - Method in class io.vertigo.struts2.core.UiUtil
 
ListAutocompleteAction - Class in io.vertigo.struts2.controller
Service web de l'autocomplete des listes.
ListAutocompleteAction() - Constructor for class io.vertigo.struts2.controller.ListAutocompleteAction
 

M

makeLazyRef(Class<T>) - Static method in class io.vertigo.struts2.core.ComponentRef
 
makeModifiable() - Method in class io.vertigo.struts2.core.KActionContext
G�n�re un nouvel Id et passe le context en modifiable.
makeRef(Class<T>) - Static method in class io.vertigo.struts2.core.ComponentRef
 
makeUnmodifiable() - Method in class io.vertigo.struts2.core.KActionContext
passe le context en non-modifiable.
MethodUtil - Class in io.vertigo.struts2.impl
Gestion du passage de paramètres aux Actions.
MODE_CONTEXT_KEY - Static variable in class io.vertigo.struts2.core.AbstractActionSupport
Clé de context du mode.
MODE_CREATE_CONTEXT_KEY - Static variable in class io.vertigo.struts2.core.AbstractActionSupport
Clé de context du mode Create.
MODE_EDIT_CONTEXT_KEY - Static variable in class io.vertigo.struts2.core.AbstractActionSupport
Clé de context du mode Edit.
MODE_READ_ONLY_CONTEXT_KEY - Static variable in class io.vertigo.struts2.core.AbstractActionSupport
Clé de context du mode ReadOnly.

O

obtainDtList() - Method in class io.vertigo.struts2.core.AbstractUiList
Récupère la liste des elements.
obtainDtList() - Method in class io.vertigo.struts2.core.UiListUnmodifiable
Récupère la liste des elements.
obtainUiObjectByIdMap(String) - Method in class io.vertigo.struts2.core.AbstractUiList
Récupère l'index des UiObjects par Id.

P

parsePattern(String) - Static method in class io.vertigo.struts2.impl.servlet.filter.AbstractFilter
 
persistenceManager - Variable in class io.vertigo.struts2.core.AbstractUiList
Accès au persistenceManager.
preInitContext() - Method in class io.vertigo.struts2.core.AbstractActionSupport
Preinitialisation du context, pour ajouter les composants standard.
prepare() - Method in class io.vertigo.struts2.core.AbstractActionSupport
publish(O) - Method in class io.vertigo.struts2.core.ContextForm
Ajoute un objet de type form au context.
publish(DtList<O>) - Method in class io.vertigo.struts2.core.ContextList
Ajoute une liste au context.
publish(DtList<O>) - Method in class io.vertigo.struts2.core.ContextListModifiable
Ajoute une liste au context.
publish(Class<O>, String) - Method in class io.vertigo.struts2.core.ContextMdl
Publie une liste de référence.
put(KActionContext) - Method in interface io.vertigo.struts2.context.ContextCacheManager
Ajoute Objet dans le cache.
put(String, Serializable) - Method in class io.vertigo.struts2.core.KActionContext
put(String, Serializable) - Method in class io.vertigo.struts2.core.UiObject
put(KActionContext) - Method in class io.vertigo.struts2.impl.context.ContextCacheManagerImpl
Ajoute Objet dans le cache.
put(KActionContext) - Method in interface io.vertigo.struts2.impl.context.ContextCachePlugin
Ajoute Objet dans le cache.
put(String, Serializable, Serializable) - Method in class io.vertigo.struts2.plugins.cache.ehcache.EhCachePlugin
put(KActionContext) - Method in class io.vertigo.struts2.plugins.context.berkeley.BerkeleyContextCachePlugin
Ajoute Objet dans le cache.
putAll(Map<? extends String, ? extends Serializable>) - Method in class io.vertigo.struts2.core.UiObject
Non implémenté.

R

readDtList() - Method in class io.vertigo.struts2.core.ContextList
 
readDtList() - Method in class io.vertigo.struts2.core.ContextListModifiable
 
readDto() - Method in class io.vertigo.struts2.core.ContextForm
 
remove(UiObject<D>) - Method in class io.vertigo.struts2.core.UiListModifiable
remove(int) - Method in class io.vertigo.struts2.core.UiListModifiable
remove(Object) - Method in class io.vertigo.struts2.core.UiObject
Non implémenté.
remove(String, Serializable) - Method in class io.vertigo.struts2.plugins.cache.ehcache.EhCachePlugin
RequestContainerWrapper - Class in io.vertigo.struts2.impl.servlet
Container Vertigo wrapper de parametres HttpRequest.
RequestContainerWrapper(HttpServletRequest) - Constructor for class io.vertigo.struts2.impl.servlet.RequestContainerWrapper
Constructeur.
required(String) - Method in class io.vertigo.struts2.core.UiUtil
 
resolve(String, Class<T>) - Method in class io.vertigo.struts2.impl.servlet.RequestContainerWrapper
resolve(String) - Method in class io.vertigo.struts2.plugins.resource.servlet.ServletResourceResolverPlugin
Resources - Enum in io.vertigo.struts2.resources
Ressources générales.

S

searchFullText() - Method in class io.vertigo.struts2.controller.ListAutocompleteAction
Ajoute dans la response le json de la recherche.
SecurityFilter - Class in io.vertigo.struts2.impl.servlet.filter
Filtre de gestion des sessions utilisateurs bindées sur HTTP.
SecurityFilter() - Constructor for class io.vertigo.struts2.impl.servlet.filter.SecurityFilter
 
send() - Method in class io.vertigo.struts2.core.AjaxResponseBuilder
Envoi les données au client.
send(KFile) - Method in class io.vertigo.struts2.core.KFileResponseBuilder
Envoi les données au client.
ServletResourceResolverPlugin - Class in io.vertigo.struts2.plugins.resource.servlet
Résolution des URL li�es à la servlet.
ServletResourceResolverPlugin() - Constructor for class io.vertigo.struts2.plugins.resource.servlet.ServletResourceResolverPlugin
 
SessionException - Exception in io.vertigo.struts2.exception
Exception lancée dans le cas ou la session expir�e.
SessionException(String) - Constructor for exception io.vertigo.struts2.exception.SessionException
Constructeur.
set(O) - Method in class io.vertigo.struts2.core.ContextRef
 
SetCharsetEncodingFilter - Class in io.vertigo.struts2.impl.servlet.filter
Implémentation de javax.servlet.Filter utilisée affecter le charset de la request.
SetCharsetEncodingFilter() - Constructor for class io.vertigo.struts2.impl.servlet.filter.SetCharsetEncodingFilter
 
setInitConfig(Properties) - Static method in class io.vertigo.struts2.plugins.config.servlet.WebAppContextConfigPlugin
 
setServletContext(ServletContext) - Static method in class io.vertigo.struts2.plugins.resource.servlet.ServletResourceResolverPlugin
 
setServletResponse(HttpServletResponse) - Method in class io.vertigo.struts2.core.AbstractActionSupport
setTypedValue(String, Serializable) - Method in class io.vertigo.struts2.core.UiObject
Permet de forcer la valeur de l'uiObject depuis l'action.
shouldCheck(UiObject<O>, Set<String>, String...) - Method in class io.vertigo.struts2.core.UiObjectValidator
 
size() - Method in class io.vertigo.struts2.core.AbstractUiList
size() - Method in class io.vertigo.struts2.core.UiListModifiable
size() - Method in class io.vertigo.struts2.core.UiObject
start() - Method in class io.vertigo.struts2.plugins.cache.ehcache.EhCachePlugin
start() - Method in class io.vertigo.struts2.plugins.context.berkeley.BerkeleyContextCachePlugin
stop() - Method in class io.vertigo.struts2.plugins.cache.ehcache.EhCachePlugin
stop() - Method in class io.vertigo.struts2.plugins.context.berkeley.BerkeleyContextCachePlugin
storeContext() - Method in class io.vertigo.struts2.core.AbstractActionSupport
Conserve et fige le context.
stringToValue(String, DataType) - Method in class io.vertigo.struts2.impl.formatter.FormatterId

T

throwUserExceptionIfErrorsr() - Method in class io.vertigo.struts2.core.UiErrorBuilder
 
toModeCreate() - Method in class io.vertigo.struts2.core.AbstractActionSupport
Passe en mode creation.
toModeEdit() - Method in class io.vertigo.struts2.core.AbstractActionSupport
Passe en mode edition.
toModeReadOnly() - Method in class io.vertigo.struts2.core.AbstractActionSupport
Passe en mode readonly.
toResourceName(Object) - Method in class io.vertigo.struts2.core.UiObjectResourceNameFactory
toString() - Method in class io.vertigo.struts2.core.UiListUnmodifiable
toString() - Method in class io.vertigo.struts2.core.UiObject
transactionManager - Variable in class io.vertigo.struts2.core.AbstractUiList
Accès au transactionManager.

U

UiError - Class in io.vertigo.struts2.core
Message d'IHM.
UiErrorBuilder - Class in io.vertigo.struts2.core
Pile de message d'erreur.
UiErrorBuilder() - Constructor for class io.vertigo.struts2.core.UiErrorBuilder
 
UiList<D extends DtObject> - Interface in io.vertigo.struts2.core
Wrapper d'affichage des listes d'objets métier.
UiListModifiable<D extends DtObject> - Class in io.vertigo.struts2.core
Version modifiable des UiList.
UiListUnmodifiable<D extends DtObject> - Class in io.vertigo.struts2.core
Wrapper d'affichage des listes d'objets métier.
UiListUnmodifiable(DtList<D>) - Constructor for class io.vertigo.struts2.core.UiListUnmodifiable
Constructeur.
UiMessageStack - Class in io.vertigo.struts2.core
Class d'enregistrement des messages.
UiMessageStack(AbstractActionSupport) - Constructor for class io.vertigo.struts2.core.UiMessageStack
Constructeur.
UiMessageStack.Level - Enum in io.vertigo.struts2.core
Niveau du message.
UiObject<D extends DtObject> - Class in io.vertigo.struts2.core
Objet d'IHM, fournit les valeurs formatés des champs de l'objet métier sous-jacent.
UiObject(D) - Constructor for class io.vertigo.struts2.core.UiObject
Constructeur.
UiObjectErrors - Class in io.vertigo.struts2.core
Liste des erreurs d'un objet métier.
UiObjectResourceNameFactory - Class in io.vertigo.struts2.core
ResourceNameFactory standard des UiObject s�curis�es.
UiObjectResourceNameFactory(ResourceNameFactory) - Constructor for class io.vertigo.struts2.core.UiObjectResourceNameFactory
Constructeur.
UiObjectValidator<O extends DtObject> - Class in io.vertigo.struts2.core
Objet de validation d'un DtObject.
UiObjectValidator() - Constructor for class io.vertigo.struts2.core.UiObjectValidator
 
UiRequestUtil - Class in io.vertigo.struts2.core
Utilitaire d'accès à la Request.
UiUtil - Class in io.vertigo.struts2.core
Class utilitaire pour le rendu des pages en jsp/ftl.
UiUtil() - Constructor for class io.vertigo.struts2.core.UiUtil
 
URL_PARAM_PREFIX - Static variable in class io.vertigo.struts2.core.AbstractActionSupport
Préfix des clés des paramètres passés par l'url.
UTIL_CONTEXT_KEY - Static variable in class io.vertigo.struts2.core.AbstractActionSupport
Clé de context du UiUtil.

V

validate() - Method in class io.vertigo.struts2.core.AbstractActionSupport
validate(UiObjectValidator<D>, UiMessageStack) - Method in interface io.vertigo.struts2.core.UiList
Vérifie les UiObjects de la liste, met à jour les objets métiers et retourne la liste.
validate(UiObjectValidator, UiMessageStack) - Method in class io.vertigo.struts2.core.UiListModifiable
Vérifie les UiObjects de la liste, met à jour les objets métiers et retourne la liste.
validate(UiObjectValidator<D>, UiMessageStack) - Method in class io.vertigo.struts2.core.UiListUnmodifiable
Vérifie les UiObjects de la liste, met à jour les objets métiers et retourne la liste.
validate(UiObjectValidator<D>, UiMessageStack) - Method in class io.vertigo.struts2.core.UiObject
Valide l'objet d'IHM pour mettre à jour l'objet métier.
validate(UiObject<O>, Set<String>, UiObjectErrors) - Method in class io.vertigo.struts2.core.UiObjectValidator
Effectue les validations prévu d'un objet.
ValidationUserException - Exception in io.vertigo.struts2.core
 
ValidationUserException(MessageText, DtObject, String) - Constructor for exception io.vertigo.struts2.core.ValidationUserException
 
valueOf(String) - Static method in enum io.vertigo.struts2.core.FormMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertigo.struts2.core.UiMessageStack.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertigo.struts2.resources.Resources
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.vertigo.struts2.core.FormMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertigo.struts2.core.UiMessageStack.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class io.vertigo.struts2.core.UiObject
Non implémenté.
values() - Static method in enum io.vertigo.struts2.resources.Resources
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object, DataType) - Method in class io.vertigo.struts2.impl.formatter.FormatterId
VSecurityException - Exception in io.vertigo.struts2.exception
Exception de sécurité.
VSecurityException(String) - Constructor for exception io.vertigo.struts2.exception.VSecurityException
Constructeur.
VUserExceptionInterceptor - Class in io.vertigo.struts2.impl.interceptor
Interceptor Struts des exceptions de type UserException pour ajouter les messages à la page et la r�afficher.
VUserExceptionInterceptor() - Constructor for class io.vertigo.struts2.impl.interceptor.VUserExceptionInterceptor
 

W

warning(String) - Method in class io.vertigo.struts2.core.UiMessageStack
 
warning(String, DtObject, String) - Method in class io.vertigo.struts2.core.UiMessageStack
 
warning(String, UiObject<?>, String) - Method in class io.vertigo.struts2.core.UiMessageStack
 
WebAppContextConfigPlugin - Class in io.vertigo.struts2.plugins.config.servlet
Plugin d'accès à la configuration de la WebApp.
WebAppContextConfigPlugin(String) - Constructor for class io.vertigo.struts2.plugins.config.servlet.WebAppContextConfigPlugin
Constructeur.
withJson(String) - Method in class io.vertigo.struts2.core.AjaxResponseBuilder
Envoi du contenu Json brut.
A B C D E F G H I K L M O P R S T U V W 

Copyright © 2014. All Rights Reserved.