- 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<?>) - Static 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
-
- createTemplateLoader(ServletContext, String) - Method in class io.vertigo.struts2.impl.views.freemarker.VFreemarkerManager
- CTX - Static variable in class io.vertigo.struts2.core.KActionContext
-
Clée de l'id de context dans le context.
- 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
- VFreemarkerManager - Class in io.vertigo.struts2.impl.views.freemarker
-
Vertigo FreemarkerManager to override ftl loading order.
1/ look into webapp directory
You can also override this behaviour with a context parameter in web.xml :
The parameter's name is : TemplatePath
The parameter is multivalued : Separator is ";"
Possible prefixes :
webapp://
: Add a TemplateLoader using the webapp loader specifying the prefix : empty means "/"
class:// : Add a TemplateLoader using the classpath specifying the prefix : empty means "/"
file:// : Add a loader using URL
struts2:// : The default struts2 templateLoader
Example : webapp://WEB-INF/classes/
2/ look into /io/vertigo/struts2/ftl/ directory in classPath (ftl override in Vertigo jar)
3/ look into / directory in classPath (default to Struts2 jar)
Use of this VFreeMarkerManager : add this to your struts.xml
- VFreemarkerManager() - Constructor for class io.vertigo.struts2.impl.views.freemarker.VFreemarkerManager
-
- 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
-