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

S

SCHEMA - Static variable in class edu.uoc.myst.auxiliary.Constants
El archivo predeterminado con el esquema XML para validar el archivo de configuración de la aplicación usuaria de Myst.
setBundle(String) - Method in class edu.uoc.myst.view.taglib.I18NTag
Recoge la clase del bundle que se utilizará para la regionalización del objeto.
setClazz(String) - Method in class edu.uoc.myst.configuration.xml.CommandData
Sets the value of the clazz property.
setClazz(String) - Method in class edu.uoc.myst.configuration.xml.ErrorData
Sets the value of the clazz property.
setClazz(String) - Method in class edu.uoc.myst.configuration.xml.FilterData
Sets the value of the clazz property.
setClazz(String) - Method in class edu.uoc.myst.configuration.xml.FormData
Sets the value of the clazz property.
setClazz(String) - Method in class edu.uoc.myst.configuration.xml.ViewData
Sets the value of the clazz property.
setCommands(Map<String, CommandData>) - Method in class edu.uoc.myst.configuration.xml.MystConfiguration
Sets the value of the actions property.
setContextObject(ContextObject) - Method in class edu.uoc.myst.command.AbstractCommand
 
setContextObject(ContextObject) - Method in interface edu.uoc.myst.command.Command
Asigna el contexto de la petición HTTP.
setContextObject(ContextObject) - Method in class edu.uoc.myst.filter.AbstractFilter
 
setContextObject(ContextObject) - Method in interface edu.uoc.myst.filter.Filter
Asigna el contexto de la petición HTTP.
setContextObject(ContextObject) - Method in class edu.uoc.myst.form.AbstractForm
 
setContextObject(ContextObject) - Method in interface edu.uoc.myst.form.Form
Asigna el contexto de la petición HTTP.
setContextObject(ContextObject) - Method in class edu.uoc.myst.view.ViewHelper
Asigna el contexto de la petición HTTP.
setDateStyle(int) - Static method in class edu.uoc.myst.international.I18N
Asigna el tipo de formato para fechas.
setElement(String) - Method in class edu.uoc.myst.view.taglib.FormTag
Recoge el nombre del elemento definido en el parámetro "element" de la petición JSP.
setElement(String) - Method in class edu.uoc.myst.view.taglib.IterTag
Recoge la ruta del vector que se quiere iterar.
setElement(String) - Method in class edu.uoc.myst.view.taglib.SetTag
Recoge la ruta del objeto que se quiere asignar.
setErrors(Map<String, ErrorData>) - Method in class edu.uoc.myst.configuration.xml.CommandData
Sets the value of the errors property.
setFilters(Map<String, FilterData>) - Method in class edu.uoc.myst.configuration.xml.MystConfiguration
Sets the value of the filters property.
setForm(String) - Method in class edu.uoc.myst.configuration.xml.CommandData
Sets the value of the form property.
setFormBean(Object) - Method in class edu.uoc.myst.command.AbstractCommand
 
setFormBean(Object) - Method in interface edu.uoc.myst.command.Command
Asigna el formulario.
setFormBean(Object) - Method in class edu.uoc.myst.filter.AbstractFilter
 
setFormBean(Object) - Method in interface edu.uoc.myst.filter.Filter
Asigna el formulario.
setForms(Map<String, FormData>) - Method in class edu.uoc.myst.configuration.xml.MystConfiguration
Sets the value of the forms property.
setGlobalErrors(Map<String, ErrorData>) - Method in class edu.uoc.myst.configuration.xml.MystConfiguration
Sets the value of the globalErrors property.
setGlobalViews(Map<String, ViewData>) - Method in class edu.uoc.myst.configuration.xml.MystConfiguration
Sets the value of the globalViews property.
setLocalization(Locale) - Method in class edu.uoc.myst.core.ContextObject
Asigna una nueva región a la petición y a la sesión.
setMessage(String) - Method in class edu.uoc.myst.view.taglib.I18NTag
Recoge el nombre del objeto definido en el parámetro "message" de la petición JSP.
setName(String) - Method in class edu.uoc.myst.configuration.xml.CommandData
Sets the value of the name property.
setName(String) - Method in class edu.uoc.myst.configuration.xml.FilterData
Sets the value of the name property.
setName(String) - Method in class edu.uoc.myst.configuration.xml.FilterNameData
Sets the value of the name property.
setName(String) - Method in class edu.uoc.myst.configuration.xml.FormData
Sets the value of the name property.
setName(String) - Method in class edu.uoc.myst.configuration.xml.Parameter
Sets the value of the name property.
setName(String) - Method in class edu.uoc.myst.configuration.xml.ParameterData
Sets the value of the name property.
setName(String) - Method in class edu.uoc.myst.configuration.xml.ViewData
Sets the value of the name property.
setNext(String) - Method in class edu.uoc.myst.view.AbstractView
 
setNext(String) - Method in interface edu.uoc.myst.view.View
Asigna la página a mostrar.
setParameters(Map<String, String>) - Method in class edu.uoc.myst.configuration.xml.ErrorData
Sets the value of the parameters property.
setParameters(Map<String, String>) - Method in class edu.uoc.myst.configuration.xml.ViewData
Sets the value of the parameters property.
setParametersMap(Map<String, Object>) - Method in class edu.uoc.myst.view.ViewHelper
Asigna el mapa de los elementos de la lógica de negocio.
setPostFilters(FilterNameMapper) - Method in class edu.uoc.myst.configuration.xml.CommandData
Sets the value of the postFilters property.
setPreFilters(FilterNameMapper) - Method in class edu.uoc.myst.configuration.xml.CommandData
Sets the value of the preFilters property.
SetTag - Class in edu.uoc.myst.view.taglib
Tag que permite asignar a una variable un objeto del mapa del ViewHelper.
SetTag() - Constructor for class edu.uoc.myst.view.taglib.SetTag
 
setTimeStyle(int) - Static method in class edu.uoc.myst.international.I18N
Asigna el tipo de formato para horas.
setType(String) - Method in class edu.uoc.myst.configuration.xml.ErrorData
Sets the value of the type property.
setValue(String) - Method in class edu.uoc.myst.configuration.xml.Parameter
Sets the value of the value property.
setValue(String) - Method in class edu.uoc.myst.configuration.xml.ParameterData
Sets the value of the value property.
setVar(String) - Method in class edu.uoc.myst.view.taglib.IterTag
Recoge la variable de iteración.
setVar(String) - Method in class edu.uoc.myst.view.taglib.SetTag
Recoge la variable que almacena el objeto.
setViewHelper(ViewHelper) - Method in class edu.uoc.myst.command.AbstractCommand
 
setViewHelper(ViewHelper) - Method in interface edu.uoc.myst.command.Command
Asigna el ViewHelper.
setViewHelper(ViewHelper) - Method in class edu.uoc.myst.core.ContextObject
Asigna un ViewHelper que ayudará a la presentación del resultado del comando actual.
setViews(Map<String, ViewData>) - Method in class edu.uoc.myst.configuration.xml.CommandData
Sets the value of the views property.
show(ViewHelper, ContextObject) - Method in class edu.uoc.myst.view.ForwardView
 
show(String, ContextObject) - Method in class edu.uoc.myst.view.RawView
Muestra la cadena en el navegador.
show(ViewHelper, ContextObject) - Method in class edu.uoc.myst.view.RedirectView
 
show(ViewHelper, ContextObject) - Method in interface edu.uoc.myst.view.View
Muestra la vista en el navegador.
SUCCESS - Static variable in class edu.uoc.myst.auxiliary.Constants
Resultado satisfactorio de un comando o filtro.
A C D E F G H I L M N O P R S U V W