- DateFormatter - Class in net.sourceforge.stripes.format
-
Implements a basic formatter for Date objects.
- DateFormatter() - Constructor for class net.sourceforge.stripes.format.DateFormatter
-
- DateTypeConverter - Class in net.sourceforge.stripes.validation
-
A TypeConverter that aggressively attempts to convert a String to a java.util.Date object.
- DateTypeConverter() - Constructor for class net.sourceforge.stripes.validation.DateTypeConverter
-
- debug(Throwable, Object...) - Method in class net.sourceforge.stripes.util.Log
-
Logs a Throwable and optional message parts at level debug.
- debug(Object...) - Method in class net.sourceforge.stripes.util.Log
-
Logs one or more message parts at level debug.
- debug(Object) - Method in class net.sourceforge.stripes.util.Log4JLogger
-
Logs a message with org.apache.log4j.Priority.DEBUG
.
- debug(Object, Throwable) - Method in class net.sourceforge.stripes.util.Log4JLogger
-
Logs a message with org.apache.log4j.Priority.DEBUG
.
- DEBUG_MODE - Static variable in class net.sourceforge.stripes.config.RuntimeConfiguration
-
The Configuration Key for enabling debug mode.
- DECODE - Static variable in class net.sourceforge.stripes.util.Base64
-
Specify decoding.
- decode(byte[], int, int, int) - Static method in class net.sourceforge.stripes.util.Base64
-
Very low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - Static method in class net.sourceforge.stripes.util.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class net.sourceforge.stripes.util.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decodeFileToFile(String, String) - Static method in class net.sourceforge.stripes.util.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class net.sourceforge.stripes.util.Base64
-
Convenience method for reading a base64-encoded
file and decoding it.
- decodeToFile(String, String) - Static method in class net.sourceforge.stripes.util.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class net.sourceforge.stripes.util.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- decrypt(String, HttpServletRequest) - Static method in class net.sourceforge.stripes.util.CryptoUtil
-
- decrypt(String) - Static method in class net.sourceforge.stripes.util.CryptoUtil
-
- DEFAULT_ACTION_BEAN_SUFFIXES - Static variable in class net.sourceforge.stripes.controller.NameBasedActionResolver
-
Default list of suffixes (Bean, Action) to remove to the end of the Action Bean class name.
- DEFAULT_BINDING_SUFFIX - Static variable in class net.sourceforge.stripes.controller.NameBasedActionResolver
-
Default suffix (.action) to add to URL bindings.
- DEFAULT_EXPIRES - Static variable in annotation type net.sourceforge.stripes.action.HttpCache
-
- DEFAULT_FOOTER - Static variable in class net.sourceforge.stripes.tag.ErrorsTag
-
The footer that will be emitted if no footer is defined in the resource bundle.
- DEFAULT_FOOTER - Static variable in class net.sourceforge.stripes.tag.MessagesTag
-
The footer that will be emitted if no footer is defined in the resource bundle.
- DEFAULT_HEADER - Static variable in class net.sourceforge.stripes.tag.ErrorsTag
-
The header that will be emitted if no header is defined in the resource bundle.
- DEFAULT_HEADER - Static variable in class net.sourceforge.stripes.tag.MessagesTag
-
The header that will be emitted if no header is defined in the resource bundle.
- DEFAULT_NAME - Static variable in class net.sourceforge.stripes.validation.ScopedLocalizableError
-
Default key that is used for looking up error messages.
- DEFAULT_SOURCE_PAGE - Static variable in class net.sourceforge.stripes.mock.MockRoundtrip
-
Default value for the source page that generated this round trip request.
- DEFAULT_TIMEOUT_IN_SECONDS - Static variable in class net.sourceforge.stripes.controller.FlashScope
-
The default timeout for a flash scope.
- DefaultActionBeanContextFactory - Class in net.sourceforge.stripes.controller
-
Implements an ActionBeanContextFactory that allows for instantiation of application specific
ActionBeanContext classes.
- DefaultActionBeanContextFactory() - Constructor for class net.sourceforge.stripes.controller.DefaultActionBeanContextFactory
-
- DefaultActionBeanPropertyBinder - Class in net.sourceforge.stripes.controller
-
Implementation of the ActionBeanPropertyBinder interface that uses Stripes' built in property
expression support to perform JavaBean property binding.
- DefaultActionBeanPropertyBinder() - Constructor for class net.sourceforge.stripes.controller.DefaultActionBeanPropertyBinder
-
- DefaultActionBeanPropertyBinder.Row - Class in net.sourceforge.stripes.controller
-
An inner class that represents a "row" of form properties that all have the same index
so that we can validate all those properties together.
- DefaultActionBeanPropertyBinder.Row() - Constructor for class net.sourceforge.stripes.controller.DefaultActionBeanPropertyBinder.Row
-
- DefaultConfiguration - Class in net.sourceforge.stripes.config
-
Centralized location for defaults for all Configuration properties.
- DefaultConfiguration() - Constructor for class net.sourceforge.stripes.config.DefaultConfiguration
-
- DefaultExceptionHandler - Class in net.sourceforge.stripes.exception
-
Default ExceptionHandler implementation that makes it easy for users to extend and
add custom handling for different types of exception.
- DefaultExceptionHandler() - Constructor for class net.sourceforge.stripes.exception.DefaultExceptionHandler
-
- DefaultExceptionHandler.HandlerProxy - Class in net.sourceforge.stripes.exception
-
Inner class that ties a class and method together an invokable object.
- DefaultExceptionHandler.HandlerProxy(Object, Method) - Constructor for class net.sourceforge.stripes.exception.DefaultExceptionHandler.HandlerProxy
-
Constructs a new HandlerProxy that will tie together the instance and method used.
- DefaultFormatterFactory - Class in net.sourceforge.stripes.format
-
- DefaultFormatterFactory() - Constructor for class net.sourceforge.stripes.format.DefaultFormatterFactory
-
- DefaultHandler - Annotation Type in net.sourceforge.stripes.action
-
Marker annotation to specify that a method within an ActionBean is the default handler for
events if a specific event cannot be identified.
- DefaultLocalePicker - Class in net.sourceforge.stripes.localization
-
Default locale picker that uses a comma separated list of locales in the servlet init
parameters to determine the set of locales that are supported by the application.
- DefaultLocalePicker() - Constructor for class net.sourceforge.stripes.localization.DefaultLocalePicker
-
- DefaultLocalizationBundleFactory - Class in net.sourceforge.stripes.localization
-
Very simple default implementation of a bundle factory.
- DefaultLocalizationBundleFactory() - Constructor for class net.sourceforge.stripes.localization.DefaultLocalizationBundleFactory
-
- DefaultMultipartWrapperFactory - Class in net.sourceforge.stripes.controller.multipart
-
Default implementation of a factory for MultipartWrappers.
- DefaultMultipartWrapperFactory() - Constructor for class net.sourceforge.stripes.controller.multipart.DefaultMultipartWrapperFactory
-
- DefaultPopulationStrategy - Class in net.sourceforge.stripes.tag
-
Default implementation of the form input tag population strategy.
- DefaultPopulationStrategy() - Constructor for class net.sourceforge.stripes.tag.DefaultPopulationStrategy
-
- DefaultTagErrorRenderer - Class in net.sourceforge.stripes.tag
-
This default implementation of the TagErrorRenderer interface sets the html class
attribute to 'error'.
- DefaultTagErrorRenderer() - Constructor for class net.sourceforge.stripes.tag.DefaultTagErrorRenderer
-
- DefaultTagErrorRendererFactory - Class in net.sourceforge.stripes.tag
-
A straightforward implementation of the TagErrorRendererFactory interface that looks
up the name of the renderer class in config, and if one is not supplied defaults to
using the
DefaultTagErrorRenderer
.
- DefaultTagErrorRendererFactory() - Constructor for class net.sourceforge.stripes.tag.DefaultTagErrorRendererFactory
-
- DefaultTypeConverterFactory - Class in net.sourceforge.stripes.validation
-
Default TypeConverterFactory implementation that simply creates an instance level map of all the
TypeConverters included in the Stripes distribution, and their applicable classes.
- DefaultTypeConverterFactory() - Constructor for class net.sourceforge.stripes.validation.DefaultTypeConverterFactory
-
- DefaultValidationMetadataProvider - Class in net.sourceforge.stripes.validation
-
- DefaultValidationMetadataProvider() - Constructor for class net.sourceforge.stripes.validation.DefaultValidationMetadataProvider
-
- defaultValue - Variable in class net.sourceforge.stripes.controller.UrlBindingParameter
-
- DefaultViewActionBean - Class in net.sourceforge.stripes.controller
-
A special purpose ActionBean that is used by the NameBasedActionResolver when a valid
ActionBean cannot be found for a URL.
- DefaultViewActionBean(Resolution) - Constructor for class net.sourceforge.stripes.controller.DefaultViewActionBean
-
- DelegatingExceptionHandler - Class in net.sourceforge.stripes.exception
-
- DelegatingExceptionHandler() - Constructor for class net.sourceforge.stripes.exception.DelegatingExceptionHandler
-
- delete() - Method in class net.sourceforge.stripes.action.FileBean
-
Deletes the temporary file associated with this file upload if one still exists.
- destroy() - Method in class net.sourceforge.stripes.controller.DynamicMappingFilter
-
- destroy() - Method in class net.sourceforge.stripes.controller.StripesFilter
-
Calls the cleanup() method on the log to release resources held by commons logging.
- DispatcherHelper - Class in net.sourceforge.stripes.controller
-
Helper class that contains much of the logic used when dispatching requests in Stripes.
- DispatcherHelper() - Constructor for class net.sourceforge.stripes.controller.DispatcherHelper
-
- DispatcherServlet - Class in net.sourceforge.stripes.controller
-
Servlet that controls how requests to the Stripes framework are processed.
- DispatcherServlet() - Constructor for class net.sourceforge.stripes.controller.DispatcherServlet
-
- doAfterBody() - Method in class net.sourceforge.stripes.tag.ErrorsTag
-
Manages iteration, running again if there are more errors to display.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.FieldMetadataTag
-
- doAfterBody() - Method in class net.sourceforge.stripes.tag.FormTag
-
Just returns SKIP_BODY so that the body is included only once.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.InputButtonSupportTag
-
Does nothing.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.InputCheckBoxTag
-
Ensure that the body is evaluated only once.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.InputHiddenTag
-
Does nothing.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.InputLabelTag
-
Does nothing.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.InputOptionTag
-
Does nothing.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.InputRadioButtonTag
-
Does nothing.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.InputSelectTag
-
Does nothing.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.InputTextAreaTag
-
Does nothing.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.InputTextTag
-
Does nothing.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.layout.LayoutComponentTag
-
Does nothing.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.layout.LayoutRenderTag
-
Does nothing.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.LinkTag
-
Does nothing.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.ParamTag
-
Does nothing.
- doAfterBody() - Method in class net.sourceforge.stripes.tag.UrlTag
-
Does nothing.
- doAfterEndTag() - Method in class net.sourceforge.stripes.tag.DefaultTagErrorRenderer
-
Resets the tag's class attribute to it's original value in case the tag gets pooled.
- doAfterEndTag() - Method in interface net.sourceforge.stripes.tag.TagErrorRenderer
-
Executed after the end of rendering of the input tag, including
its body and end tag.
- doBeforeStartTag() - Method in class net.sourceforge.stripes.tag.DefaultTagErrorRenderer
-
Ensures that the tag's list of CSS classes includes the "error" class.
- doBeforeStartTag() - Method in interface net.sourceforge.stripes.tag.TagErrorRenderer
-
Executed before the start of rendering of the input tag.
- doBindingAndValidation(ExecutionContext, boolean) - Static method in class net.sourceforge.stripes.controller.DispatcherHelper
-
Responsible for performing binding and validation.
- doBindingAndValidation(ExecutionContext) - Method in class net.sourceforge.stripes.controller.DispatcherServlet
-
Responsible for executing binding and validation for the current request.
- doCatch(Throwable) - Method in class net.sourceforge.stripes.tag.FormTag
-
Rethrows the passed in throwable in all cases.
- doCatch(Throwable) - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Rethrows the passed in throwable in all cases.
- doCatch(Throwable) - Method in class net.sourceforge.stripes.tag.WizardFieldsTag
-
Rethrows the passed in throwable in all cases.
- doCustomValidation(ExecutionContext, boolean) - Static method in class net.sourceforge.stripes.controller.DispatcherHelper
-
Responsible for coordinating the invocation of any custom validation logic exposed
by the ActionBean.
- doCustomValidation(ExecutionContext) - Method in class net.sourceforge.stripes.controller.DispatcherServlet
-
Responsible for executing custom validation methods for the current request.
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputButtonSupportTag
-
Looks up the appropriate value to use for the submit button and then writes the tag
out to the page.
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputCheckBoxTag
-
Does the main work of the tag, including determining the tags state (checked or not) and
writing out a singleton tag representing the checkbox.
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputFileTag
-
Writes out a singleton tag representing the values stored on this tag instance.
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputHiddenTag
-
Determines the value(s) that will be used for the tag and then proceeds to generate
one or more hidden fields to contain those values.
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputImageTag
-
Does the major work of the tag as described in the class level javadoc.
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputLabelTag
-
Performs the main work of the tag as described in the class level javadoc.
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputOptionTag
-
Locates the option's parent select tag, determines selection state and then writes out
an option tag with an appropriate body.
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputPasswordTag
-
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputRadioButtonTag
-
Determines the state of the set of radio buttons and then writes the radio button to the
output stream with checked="checked" or not as appropriate.
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputSelectTag
-
Writes out the close select tag (</select>).
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Abstract method implemented in child classes instead of doEndTag().
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputTextAreaTag
-
Determines which source is applicable for the contents of the textarea and then writes
out the textarea tag including the body.
- doEndInputTag() - Method in class net.sourceforge.stripes.tag.InputTextTag
-
Determines which source is applicable for the value of the text field and then writes
out the tag.
- doEndTag() - Method in class net.sourceforge.stripes.tag.ErrorsFooterTag
-
- doEndTag() - Method in class net.sourceforge.stripes.tag.ErrorsHeaderTag
-
- doEndTag() - Method in class net.sourceforge.stripes.tag.ErrorsTag
-
Output the error list if this was an empty body tag and we're fully controlling output*
- doEndTag() - Method in class net.sourceforge.stripes.tag.FieldMetadataTag
-
- doEndTag() - Method in class net.sourceforge.stripes.tag.FormatTag
-
- doEndTag() - Method in class net.sourceforge.stripes.tag.FormTag
-
Writes things out in the following order:
The form open tag
Hidden fields for the form name and source page
The buffered body content
The form close tag
- doEndTag() - Method in class net.sourceforge.stripes.tag.IndividualErrorTag
-
Outputs the error for the current iteration of the parent ErrorsTag.
- doEndTag() - Method in class net.sourceforge.stripes.tag.InputOptionsCollectionTag
-
Optionally sorts the assembled entries and then renders them into a series of
option tags using an instance of InputOptionTag to do the rendering work.
- doEndTag() - Method in class net.sourceforge.stripes.tag.InputOptionsMapTag
-
Calls super.doEndTag() and cleans up instance variables so this instance
may be reused.
- doEndTag() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Final implementation of the doEndTag() method that allows the base InputTagSupport class
to insert functionality before and after the tag performs it's doEndTag equivalent
method.
- doEndTag() - Method in class net.sourceforge.stripes.tag.layout.LayoutComponentTag
-
If the tag is nested in a LayoutRenderTag, provides the tag with the generated contents.
- doEndTag() - Method in class net.sourceforge.stripes.tag.layout.LayoutDefinitionTag
-
Causes page evaluation to end once the end of the layout definition is reached.
- doEndTag() - Method in class net.sourceforge.stripes.tag.layout.LayoutRenderTag
-
Invokes the named layout, providing it with the overridden components and provided
parameters.
- doEndTag() - Method in class net.sourceforge.stripes.tag.LinkTag
-
Prepends the context to the href attribute if necessary, and then folds all the
registered parameters into the URL.
- doEndTag() - Method in class net.sourceforge.stripes.tag.MessagesTag
-
Outputs the set of messages appropriate for this tag.
- doEndTag() - Method in class net.sourceforge.stripes.tag.ParamTag
-
Figures out what to use as the value, and then finds the parent link and adds
the parameter.
- doEndTag() - Method in class net.sourceforge.stripes.tag.StripesTagSupport
-
Abstract method from the Tag interface.
- doEndTag() - Method in class net.sourceforge.stripes.tag.UrlTag
-
Generates the URL and either writes it into the page or sets it in the appropraite
JSP scope.
- doEndTag() - Method in class net.sourceforge.stripes.tag.UseActionBeanTag
-
Does nothing.
- doEndTag() - Method in class net.sourceforge.stripes.tag.WizardFieldsTag
-
Performs the main work of the tag, as described in the class level javadoc.
- doExpressionValidation(ActionBean, ParameterName, List<Object>, ValidationMetadata, ValidationErrors) - Method in class net.sourceforge.stripes.controller.DefaultActionBeanPropertyBinder
-
Performs validation of attribute values using a JSP EL expression if one is defined in the
@Validate annotation.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sourceforge.stripes.controller.DynamicMappingFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.sourceforge.stripes.controller.StripesFilter
-
Performs the primary work of the filter, including constructing a StripesRequestWrapper to
wrap the HttpServletRequest, and using the configured LocalePicker to decide which
Locale will be used to process the request.
- doFilter(ServletRequest, ServletResponse) - Method in class net.sourceforge.stripes.mock.MockFilterChain
-
Used to coordinate the execution of the filters.
- doFinally() - Method in class net.sourceforge.stripes.tag.FormTag
-
Used to ensure that the form is always removed from the tag stack so that there is
never any confusion about tag-parent hierarchies.
- doFinally() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Used to ensure that the input tag is always removed from the tag stack so that there is
never any confusion about tag-parent hierarchies.
- doFinally() - Method in class net.sourceforge.stripes.tag.WizardFieldsTag
-
Used to ensure that the input tag is always removed from the tag stack so that there is
never any confusion about tag-parent hierarchies.
- doInitBody() - Method in class net.sourceforge.stripes.tag.ErrorsTag
-
Sets the context variables for the current error and index
- doInitBody() - Method in class net.sourceforge.stripes.tag.FieldMetadataTag
-
- doInitBody() - Method in class net.sourceforge.stripes.tag.FormTag
-
No-op method.
- doInitBody() - Method in class net.sourceforge.stripes.tag.InputButtonSupportTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.InputCheckBoxTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.InputHiddenTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.InputLabelTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.InputOptionTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.InputRadioButtonTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.InputSelectTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.InputTextAreaTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.InputTextTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.layout.LayoutComponentTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.layout.LayoutRenderTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.LinkTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.ParamTag
-
Does nothing.
- doInitBody() - Method in class net.sourceforge.stripes.tag.UrlTag
-
Does nothing.
- DONT_BREAK_LINES - Static variable in class net.sourceforge.stripes.util.Base64
-
Don't break lines when encoding (violates strict Base64 specification)
- DontAutoLoad - Annotation Type in net.sourceforge.stripes.config
-
- DontBind - Annotation Type in net.sourceforge.stripes.action
-
- DontValidate - Annotation Type in net.sourceforge.stripes.action
-
Specify that the event handled by the annotated method should not have validation run on it
before the handler is invoked.
- doOneTimeConfiguration() - Method in class net.sourceforge.stripes.controller.DynamicMappingFilter
-
Perform initialization that can't be done in init(..)
.
- doPostConversionValidations(ActionBean, Map<ParameterName, List<Object>>, ValidationErrors) - Method in class net.sourceforge.stripes.controller.DefaultActionBeanPropertyBinder
-
Performs basic post-conversion validations on the properties of the ActionBean after they
have been converted to their rich type by the type conversion system.
- doPreConversionValidations(ParameterName, String[], ValidationMetadata, List<ValidationError>) - Method in class net.sourceforge.stripes.controller.DefaultActionBeanPropertyBinder
-
Performs several basic validations on the String value supplied in the HttpServletRequest,
based on information provided in annotations on the ActionBean.
- doStartInputTag() - Method in class net.sourceforge.stripes.tag.InputButtonSupportTag
-
Does nothing.
- doStartInputTag() - Method in class net.sourceforge.stripes.tag.InputCheckBoxTag
-
Does nothing.
- doStartInputTag() - Method in class net.sourceforge.stripes.tag.InputFileTag
-
Locates the parent tag and modifies it's method and enctype to be suitable for file upload.
- doStartInputTag() - Method in class net.sourceforge.stripes.tag.InputHiddenTag
-
Sets the tag up as a hidden tag.
- doStartInputTag() - Method in class net.sourceforge.stripes.tag.InputImageTag
-
Does nothing.
- doStartInputTag() - Method in class net.sourceforge.stripes.tag.InputLabelTag
-
Does nothing.
- doStartInputTag() - Method in class net.sourceforge.stripes.tag.InputOptionTag
-
Does nothing.
- doStartInputTag() - Method in class net.sourceforge.stripes.tag.InputRadioButtonTag
-
Sets the input tag type to "radio".
- doStartInputTag() - Method in class net.sourceforge.stripes.tag.InputSelectTag
-
Writes out the opening <select name="foo"> tag.
- doStartInputTag() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Abstract method implemented in child classes instead of doStartTag().
- doStartInputTag() - Method in class net.sourceforge.stripes.tag.InputTextAreaTag
-
Does nothing.
- doStartInputTag() - Method in class net.sourceforge.stripes.tag.InputTextTag
-
Sets type input tags type to "text".
- doStartTag() - Method in class net.sourceforge.stripes.tag.ErrorsFooterTag
-
- doStartTag() - Method in class net.sourceforge.stripes.tag.ErrorsHeaderTag
-
- doStartTag() - Method in class net.sourceforge.stripes.tag.ErrorsTag
-
Determines if the tag should display errors based on the action that it is displaying for,
and then fetches the appropriate list of errors and makes sure it is non-empty.
- doStartTag() - Method in class net.sourceforge.stripes.tag.FieldMetadataTag
-
- doStartTag() - Method in class net.sourceforge.stripes.tag.FormatTag
-
- doStartTag() - Method in class net.sourceforge.stripes.tag.FormTag
-
Does sanity checks and returns EVAL_BODY_BUFFERED.
- doStartTag() - Method in class net.sourceforge.stripes.tag.IndividualErrorTag
-
Does nothing
- doStartTag() - Method in class net.sourceforge.stripes.tag.InputOptionsCollectionTag
-
Iterates through the collection and generates the list of Entry objects that can then
be sorted and rendered into options.
- doStartTag() - Method in class net.sourceforge.stripes.tag.InputOptionsEnumerationTag
-
Attempts to instantiate the Class object representing the enum and fetch the values of the
enum.
- doStartTag() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Final implementation of the doStartTag() method that allows the base InputTagSupport class
to insert functionality before and after the tag performs it's doStartTag equivalent
method.
- doStartTag() - Method in class net.sourceforge.stripes.tag.layout.LayoutComponentTag
-
Behaviour varies depending on whether the tag is nested inside a LayoutRenderTag or a
LayoutDefinitionTag.
- doStartTag() - Method in class net.sourceforge.stripes.tag.layout.LayoutDefinitionTag
-
Looks up the layout context that has been setup by a LayoutRenderTag.
- doStartTag() - Method in class net.sourceforge.stripes.tag.layout.LayoutRenderTag
-
Pushes the values of any dynamic attributes into page context attributes for
the duration of the tag.
- doStartTag() - Method in class net.sourceforge.stripes.tag.LinkTag
-
Does nothing.
- doStartTag() - Method in class net.sourceforge.stripes.tag.MessagesTag
-
Does nothing, all processing is performed in doEndTag().
- doStartTag() - Method in class net.sourceforge.stripes.tag.ParamTag
-
Does nothing.
- doStartTag() - Method in class net.sourceforge.stripes.tag.StripesTagSupport
-
Abstract method from the Tag interface.
- doStartTag() - Method in class net.sourceforge.stripes.tag.UrlTag
-
Does nothing.
- doStartTag() - Method in class net.sourceforge.stripes.tag.UseActionBeanTag
-
The main work method of the tag.
- doStartTag() - Method in class net.sourceforge.stripes.tag.WizardFieldsTag
-
Skips over the body because there shouldn't be one.
- DoubleTypeConverter - Class in net.sourceforge.stripes.validation
-
Basic TypeConverter that will convert from Strings to Numbers of type Double.
- DoubleTypeConverter() - Constructor for class net.sourceforge.stripes.validation.DoubleTypeConverter
-
- DynamicMappingFilter - Class in net.sourceforge.stripes.controller
-
A servlet filter that dynamically maps URLs to
ActionBean
s.
- DynamicMappingFilter() - Constructor for class net.sourceforge.stripes.controller.DynamicMappingFilter
-
- DynamicMappingFilter.ErrorTrappingResponseWrapper - Class in net.sourceforge.stripes.controller
-
An HttpServletResponseWrapper
that traps HTTP errors by overriding
sendError(int, ..)
.
- DynamicMappingFilter.ErrorTrappingResponseWrapper(HttpServletResponse) - Constructor for class net.sourceforge.stripes.controller.DynamicMappingFilter.ErrorTrappingResponseWrapper
-
Wrap the given response
.
- DynamicMappingFilter.TempBufferWriter - Class in net.sourceforge.stripes.controller
-
A Writer
that passes characters to a PrintWriter
.
- DynamicMappingFilter.TempBufferWriter(PrintWriter) - Constructor for class net.sourceforge.stripes.controller.DynamicMappingFilter.TempBufferWriter
-
- generateHashCode(byte[]...) - Static method in class net.sourceforge.stripes.util.CryptoUtil
-
Generates and returns a hash code from the given byte arrays
- get(String) - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
Gets the value of the named attribute, or null if it is not set.
- getAccept() - Method in class net.sourceforge.stripes.tag.FormTag
-
- getAccept() - Method in class net.sourceforge.stripes.tag.InputFileTag
-
Returns the value, if any, set with setAccept().
- getAcceptcharset() - Method in class net.sourceforge.stripes.tag.FormTag
-
- getAccesskey() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getAction() - Method in class net.sourceforge.stripes.tag.ErrorsTag
-
Returns the value set with setAction().
- getAction() - Method in class net.sourceforge.stripes.tag.FieldMetadataTag
-
- getAction() - Method in class net.sourceforge.stripes.tag.FormTag
-
- getActionBean(ActionBeanContext) - Method in interface net.sourceforge.stripes.controller.ActionResolver
-
Resolves the Class, implementing ActionBean, that should be used to handle the request.
- getActionBean(ActionBeanContext, String) - Method in interface net.sourceforge.stripes.controller.ActionResolver
-
Returns the ActionBean class that responds to the path provided.
- getActionBean(ActionBeanContext) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Gets the logical name of the ActionBean that should handle the request.
- getActionBean(ActionBeanContext, String) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Returns the ActionBean class that is bound to the UrlBinding supplied.
- getActionBean() - Method in class net.sourceforge.stripes.controller.ExecutionContext
-
Retrieves the ActionBean instance that is associated with the current request.
- getActionBean(ActionBeanContext, String) - Method in class net.sourceforge.stripes.controller.NameBasedActionResolver
-
Overridden to trap the exception that is thrown when a URL cannot be mapped to an
ActionBean and then attempt to construct a dummy ActionBean that will forward the
user to an appropriate view.
- getActionBean(Class<A>) - Method in class net.sourceforge.stripes.mock.MockRoundtrip
-
Gets the instance of the ActionBean type provided that was instantiated by Stripes to
handle the request.
- getActionBean() - Method in class net.sourceforge.stripes.tag.FormTag
-
Fetches the ActionBean associated with the form if one is present.
- getActionBean() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Fetches the ActionBean associated with the form if one is present.
- getActionBeanClass() - Method in class net.sourceforge.stripes.tag.FormTag
-
Lazily looks up and returns the type of action bean the form will submit to.
- getActionBeanClasses() - Method in interface net.sourceforge.stripes.controller.ActionResolver
-
- getActionBeanClasses() - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
- getActionBeanClasses() - Method in class net.sourceforge.stripes.controller.UrlBindingFactory
-
- getActionBeanContext() - Method in class net.sourceforge.stripes.controller.ExecutionContext
-
Retrieves the ActionBeanContext associated with the current request.
- getActionBeanContextFactory() - Method in interface net.sourceforge.stripes.config.Configuration
-
Returns an instance of an action bean context factory which will used throughout Stripes
to manufacture ActionBeanContext objects.
- getActionBeanContextFactory() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
Returns the configured ActionBeanContextFactory.
- getActionBeanPropertyBinder() - Method in interface net.sourceforge.stripes.config.Configuration
-
Returns an instance of ActionBeanPropertyBinder that is responsible for binding all
properties to all ActionBeans at runtime.
- getActionBeanPropertyBinder() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
- getActionBeanStack(HttpServletRequest, boolean) - Method in class net.sourceforge.stripes.controller.DispatcherServlet
-
Fetches, and lazily creates if required, a Stack in the request to store ActionBeans
should the current request involve forwards or includes to other ActionBeans.
- getActionBeanSuffixes() - Method in class net.sourceforge.stripes.controller.NameBasedActionResolver
-
Returns a list of suffixes to be removed from the end of the Action Bean class name, if present.
- getActionBeanType(String) - Method in interface net.sourceforge.stripes.controller.ActionResolver
-
Fetches the Class representing the type of ActionBean that has been bound to
the URL contained within the path supplied.
- getActionBeanType(String) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Fetches the Class representing the type of ActionBean that would respond were a
request made with the path specified.
- getActionBeanType(Object) - Method in class net.sourceforge.stripes.tag.StripesTagSupport
-
Helper method that takes an attribute which may be either a String class name
or a Class object and returns the Class representing the appropriate ActionBean.
- getActionBeanUrl(Object) - Method in class net.sourceforge.stripes.tag.StripesTagSupport
-
- getActionBeanUrlBinding() - Method in class net.sourceforge.stripes.tag.FormTag
-
- getActionPath() - Method in class net.sourceforge.stripes.validation.SimpleError
-
Provides subclasses access to the name of the form on which the errored field occurs.
- getActionPath() - Method in interface net.sourceforge.stripes.validation.ValidationError
-
Returns the action path of the form/ActionBean, if one was supplied.
- getActionResolver() - Method in interface net.sourceforge.stripes.config.Configuration
-
Returns an instance of ActionResolver that will be used by Stripes to lookup and resolve
ActionBeans.
- getActionResolver() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
- getActualTypeArguments(Class<?>, Class<?>) - Static method in class net.sourceforge.stripes.util.ReflectUtil
-
Returns an array of Type objects representing the actual type arguments
to targetType used by clazz.
- getAfterMethods(LifecycleStage) - Method in class net.sourceforge.stripes.controller.BeforeAfterMethodInterceptor.FilterMethods
-
Gets the Before methods for the given LifecycleStage.
- getAlign() - Method in class net.sourceforge.stripes.tag.InputImageTag
-
- getAllFlashScopes(HttpServletRequest) - Static method in class net.sourceforge.stripes.controller.FlashScope
-
Gets the collection of all flash scopes present in the current session.
- getAlt() - Method in class net.sourceforge.stripes.tag.InputImageTag
-
- getAnchor() - Method in class net.sourceforge.stripes.action.OnwardResolution
-
Get the name of the anchor to be appended to the URL.
- getAnchor() - Method in class net.sourceforge.stripes.action.RedirectResolution
-
This method is overridden to make it public.
- getAnchor() - Method in class net.sourceforge.stripes.tag.LinkTagSupport
-
Gets the anchor element that is appended at the end of the URL.
- getAnchor() - Method in class net.sourceforge.stripes.util.UrlBuilder
-
Gets the anchor, if any, that will be appended to the URL.
- getAnnotation(Class<?>) - Method in class net.sourceforge.stripes.controller.BindingPolicyManager
-
Get the
StrictBinding
annotation for a class, checking all its superclasses if
necessary.
- getAnnotation(Method, Class<? extends ActionBean>) - Method in class net.sourceforge.stripes.controller.HttpCacheInterceptor
-
Look for a
HttpCache
annotation on the method first and then on the class and its
superclasses.
- getAttribute(String) - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getAttribute(String) - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the named request attribute from an internal Map.
- getAttribute(String) - Method in class net.sourceforge.stripes.mock.MockHttpSession
-
Returns the value of the named attribute from an internal Map.
- getAttribute(String) - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Gets an attribute that has been set on the context (i.e.
- getAttributeNames() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getAttributeNames() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets an enumeration of all request attribute names.
- getAttributeNames() - Method in class net.sourceforge.stripes.mock.MockHttpSession
-
Returns an enumeration of all the attribute names in the session.
- getAttributeNames() - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Returns an enumeration of all the names of attributes in the context.
- getAttributes() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
Gets the map containing the attributes of the tag.
- getAuthType() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getAuthType() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the auth type being used by this request.
- getBasePackages() - Method in class net.sourceforge.stripes.controller.NameBasedActionResolver
-
Returns a set of package names (fully qualified or not) that should be removed
from the start of a classname before translating the name into a URL Binding.
- getBaseURL(String, Collection<UrlBuilder.Parameter>) - Method in class net.sourceforge.stripes.util.UrlBuilder
-
Get the base URL (without a query string).
- getBean() - Method in class net.sourceforge.stripes.util.bean.PropertyExpressionEvaluation
-
Fetches the bean which was supplied as the starting point for evaluation in the
constructor to this evaluation.
- getBeanClass() - Method in class net.sourceforge.stripes.controller.BindingPolicyManager
-
Get the bean class.
- getBeanClass() - Method in class net.sourceforge.stripes.controller.UrlBindingParameter
-
- getBeanclass() - Method in class net.sourceforge.stripes.tag.FieldMetadataTag
-
Corresponding getter for 'beanclass', will always return null.
- getBeanclass() - Method in class net.sourceforge.stripes.tag.FormTag
-
Corresponding getter for 'beanclass', will always return null.
- getBeanclass() - Method in class net.sourceforge.stripes.tag.LinkTagSupport
-
Gets the bean class (String FQN or Class) to generate a link for.
- getBeanclass() - Method in class net.sourceforge.stripes.validation.SimpleError
-
Returns the class of the ActionBean associated to the request.
- getBeanclass() - Method in interface net.sourceforge.stripes.validation.ValidationError
-
Returns the class of the ActionBean associated to the request.
- getBeanPropertyType(Class<?>, String) - Method in class net.sourceforge.stripes.util.bean.PropertyExpressionEvaluation
-
Fetches the type of a property with the given name on the Class of the specified type.
- getBeanType() - Method in class net.sourceforge.stripes.controller.UrlBinding
-
Get the
ActionBean
class to which this binding applies.
- getBeforeMethods(LifecycleStage) - Method in class net.sourceforge.stripes.controller.BeforeAfterMethodInterceptor.FilterMethods
-
Gets the Before methods for the given LifecycleStage.
- getBinding(String) - Method in class net.sourceforge.stripes.controller.UrlBindingFactory
-
- getBinding(HttpServletRequest) - Method in class net.sourceforge.stripes.controller.UrlBindingFactory
-
Examines a servlet request and returns the associated binding, if any.
- getBinding() - Method in class net.sourceforge.stripes.tag.UseActionBeanTag
-
Get the UrlBinding of the requested ActionBean
- getBindingPrototype(Class<? extends ActionBean>) - Method in class net.sourceforge.stripes.controller.UrlBindingFactory
-
- getBindingPrototype(String) - Method in class net.sourceforge.stripes.controller.UrlBindingFactory
-
- getBindingPrototype(HttpServletRequest) - Method in class net.sourceforge.stripes.controller.UrlBindingFactory
-
Examines a servlet request and returns the associated binding prototype, if any.
- getBindingSuffix() - Method in class net.sourceforge.stripes.controller.NameBasedActionResolver
-
Returns a non-null String suffix to be used when constructing URL bindings.
- getBodyContent() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
Returns the BodyContent of the tag if one has been provided by the JSP container.
- getBodyContentAsString() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
Checks to see if there is a body content for this tag, and if its value is non-null
and non-zero-length.
- getBootstrapPropertyResolver() - Method in interface net.sourceforge.stripes.config.Configuration
-
Implementations should implement this method to simply return a reference to the
BootstrapPropertyResolver passed to the Configuration at initialization time.
- getBootstrapPropertyResolver() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
Returns a reference to the resolver supplied at initialization time.
- getBufferSize() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Always returns 0.
- getBytes() - Method in class net.sourceforge.stripes.mock.MockServletOutputStream
-
Returns the array of bytes that have been written to the output stream.
- getCachedPaths(UrlBinding) - Method in class net.sourceforge.stripes.controller.UrlBindingFactory
-
Get a list of the request paths that will be wired directly to an ActionBean.
- getCachedPrefixes(UrlBinding) - Method in class net.sourceforge.stripes.controller.UrlBindingFactory
-
Get a list of the request path prefixes that could map to an ActionBean.
- getCardType(String) - Static method in class net.sourceforge.stripes.validation.CreditCardTypeConverter
-
Determines the type of card from the card number passed in.
- getCharacterEncoding() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getCharacterEncoding() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the character encoding, defaults to UTF-8.
- getCharacterEncoding() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Gets the character encoding (defaults to UTF-8).
- getCharset() - Method in class net.sourceforge.stripes.tag.LinkTag
-
- getChecked() - Method in class net.sourceforge.stripes.tag.InputCheckBoxTag
-
Returns the value originally set using setChecked().
- getChecked() - Method in class net.sourceforge.stripes.tag.InputRadioButtonTag
-
Returns the value set with setChecked().
- getCipher(int) - Static method in class net.sourceforge.stripes.util.CryptoUtil
-
Gets the secret key that should be used to encrypt and decrypt values for the
current request.
- getClasses() - Method in class net.sourceforge.stripes.util.ResolverUtil
-
Provides access to the classes discovered so far.
- getClassLoader() - Method in class net.sourceforge.stripes.util.ResolverUtil
-
Returns the classloader that will be used for scanning for classes.
- getClassName() - Method in class net.sourceforge.stripes.tools.ActionBeanInfo
-
The class name of the ActionBean that this object describes.
- getClassProperty(String, Class<T>) - Method in class net.sourceforge.stripes.config.BootstrapPropertyResolver
-
Attempts to find a class the user has specified in web.xml or by auto-discovery in packages
listed in web.xml under Extension.Packages.
- getClassPropertyList(String) - Method in class net.sourceforge.stripes.config.BootstrapPropertyResolver
-
Attempts to find all classes the user has specified in web.xml.
- getClassPropertyList(Class<T>) - Method in class net.sourceforge.stripes.config.BootstrapPropertyResolver
-
Attempts to find classes by auto-discovery in packages listed in web.xml under
Extension.Packages.
- getClassPropertyList(String, Class<T>) - Method in class net.sourceforge.stripes.config.BootstrapPropertyResolver
-
Attempts to find all matching classes the user has specified in web.xml or by auto-discovery
in packages listed in web.xml under Extension.Packages.
- getCollection() - Method in class net.sourceforge.stripes.tag.InputOptionsCollectionTag
-
- getCollectionInstance() - Method in class net.sourceforge.stripes.validation.OneToManyTypeConverter
-
Instantiates and returns a Collection of a type that can be set on ActionBeans using
this converter.
- getCols() - Method in class net.sourceforge.stripes.tag.InputTextAreaTag
-
Gets the HTML attribute of the same name.
- getCommonPropertyType(ELContext, Object) - Method in class net.sourceforge.stripes.validation.expression.Jsp21ExpressionExecutor.StripesELResolver
-
Always returns Object.class.
- getComponents() - Method in class net.sourceforge.stripes.controller.UrlBinding
-
Get the list of components that comprise this binding.
- getComponents() - Method in class net.sourceforge.stripes.tag.layout.LayoutContext
-
Gets the Map of overridden components.
- getConfiguration() - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Provides subclasses with access to the configuration object.
- getConfiguration() - Method in class net.sourceforge.stripes.controller.DefaultActionBeanContextFactory
-
- getConfiguration() - Method in class net.sourceforge.stripes.controller.DefaultActionBeanPropertyBinder
-
Returns the Configuration object that was passed to the init() method.
- getConfiguration() - Static method in class net.sourceforge.stripes.controller.StripesFilter
-
Returns the Configuration that is being used to process the current request.
- getConfiguration() - Method in class net.sourceforge.stripes.exception.DefaultExceptionHandler
-
Provides subclasses with access to the configuration.
- getConfiguration() - Method in class net.sourceforge.stripes.format.DefaultFormatterFactory
-
Allows subclasses to access the stored configuration if needed.
- getConfiguration() - Method in class net.sourceforge.stripes.localization.DefaultLocalizationBundleFactory
-
- getConfiguration() - Method in class net.sourceforge.stripes.tag.DefaultPopulationStrategy
-
Accessor for the configuration supplied when the population strategy is initialized.
- getConfiguration() - Method in class net.sourceforge.stripes.tag.DefaultTagErrorRendererFactory
-
- getConfiguration() - Method in class net.sourceforge.stripes.validation.DefaultTypeConverterFactory
-
Provides subclasses with access to the configuration provided at initialization.
- getConfiguration() - Method in class net.sourceforge.stripes.validation.DefaultValidationMetadataProvider
-
- getContentLength() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getContentLength() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Always returns -1 (unknown).
- getContentLength() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Returns the content length if one was set on the response by calling setContentLength().
- getContentType() - Method in class net.sourceforge.stripes.action.FileBean
-
Returns the content type of the file that the user selected and uploaded.
- getContentType() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getContentType() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Always returns null.
- getContentType() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Gets the content type for the response.
- getContext() - Method in interface net.sourceforge.stripes.action.ActionBean
-
Implementations must implement this method to return a reference to the context object
provided to the ActionBean during the call to setContext(ActionBeanContext).
- getContext() - Method in class net.sourceforge.stripes.controller.DefaultViewActionBean
-
- getContext() - Method in class net.sourceforge.stripes.mock.MockRoundtrip
-
Get the ActionBean context to be used by this round trip
- getContext(String) - Method in class net.sourceforge.stripes.mock.MockServletContext
-
If the url is within this servlet context, returns this.
- getContextInstance(HttpServletRequest, HttpServletResponse) - Method in interface net.sourceforge.stripes.controller.ActionBeanContextFactory
-
Creates and returns a new instance of ActionBeanContext or a subclass.
- getContextInstance(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.stripes.controller.DefaultActionBeanContextFactory
-
Returns a new instance of the configured class, or ActionBeanContext if a class is
not specified.
- getContextPath() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getContextPath() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns the context path.
- getContextPath() - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Servlet 2.3 method.
- getCookies() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getCookies() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns any cookies that are set on the request.
- getCookies() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Gets the set of cookies stored in the response.
- getCoords() - Method in class net.sourceforge.stripes.tag.LinkTag
-
- getCreationTime() - Method in class net.sourceforge.stripes.mock.MockHttpSession
-
Returns the time in milliseconds when the session was created.
- getCssClass() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getCurrent(HttpServletRequest, boolean) - Static method in class net.sourceforge.stripes.controller.FlashScope
-
Gets the current flash scope into which items can be stored temporarily.
- getCurrentError() - Method in class net.sourceforge.stripes.tag.ErrorsTag
-
Called by the IndividualErrorTag to fetch the current error from the set being iterated.
- getDateFormat() - Method in class net.sourceforge.stripes.format.DateFormatter
-
Gets the date format that will format the date.
- getDateFormats() - Method in class net.sourceforge.stripes.validation.DateTypeConverter
-
Returns an array of DateFormat objects that will be used in sequence to try and parse the
date String.
- getDateHeader(String) - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getDateHeader(String) - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the named header as a long.
- getDefaultEvent() - Method in class net.sourceforge.stripes.tools.ActionBeanInfo
-
Gets the default event for this ActionBean, if there is one.
- getDefaultHandler(Class<? extends ActionBean>) - Method in interface net.sourceforge.stripes.controller.ActionResolver
-
Locates and returns the default handler method that should be invoked when no specific
event is named.
- getDefaultHandler(Class<? extends ActionBean>) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Returns the Method that is the default handler for events in the ActionBean class supplied.
- getDefaultPolicy() - Method in class net.sourceforge.stripes.controller.BindingPolicyManager
-
Get the default policy.
- getDefaultScope() - Method in class net.sourceforge.stripes.validation.ScopedLocalizableError
-
Get the default scope that was passed into the constructor.
- getDefaultValue() - Method in class net.sourceforge.stripes.controller.UrlBindingParameter
-
Get the parameter's default value, which may be null.
- getDefaultValue(Class<?>) - Static method in class net.sourceforge.stripes.util.ReflectUtil
-
Returns an appropriate default value for the class supplied.
- getDelegate() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getDestination() - Method in class net.sourceforge.stripes.mock.MockRoundtrip
-
Gets the URL to which Stripes was directed after invoking the ActionBean.
- getDir() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getDisabled() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
- getEffectiveMaxlength() - Method in class net.sourceforge.stripes.tag.InputTextTag
-
- getELResolver() - Method in class net.sourceforge.stripes.validation.expression.Jsp21ExpressionExecutor.StripesELContext
-
Returns the StripesELResovler.
- getEnctype() - Method in class net.sourceforge.stripes.tag.FormTag
-
Gets the form encoding.
- getEnum() - Method in class net.sourceforge.stripes.tag.InputOptionsEnumerationTag
-
Gets the enum class name set with setEnum().
- getErrorCode() - Method in class net.sourceforge.stripes.action.ErrorResolution
-
Accessor for the HTTP status code.
- getErrorCode() - Method in class net.sourceforge.stripes.controller.DynamicMappingFilter.ErrorTrappingResponseWrapper
-
Get the error code that was passed into sendError(int, ..)
- getErrorMessage() - Method in class net.sourceforge.stripes.action.ErrorResolution
-
Accessor for the descriptive error message.
- getErrorMessage(Locale, String) - Static method in class net.sourceforge.stripes.localization.LocalizationUtility
-
Looks up the specified key in the error message resource bundle.
- getErrorMessage() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Gets the error message if one was set with setStatus() or sendError().
- getErrorMessageBundle(Locale) - Method in class net.sourceforge.stripes.localization.DefaultLocalizationBundleFactory
-
Looks for a bundle called StripesResources with the supplied locale if one is provided,
or with the default locale if the locale provided is null.
- getErrorMessageBundle(Locale) - Method in interface net.sourceforge.stripes.localization.LocalizationBundleFactory
-
Returns the ResourceBundle from which to draw error messages for the specified locale.
- getEvaluator() - Method in class net.sourceforge.stripes.validation.expression.CommonsElExpressionExecutor
-
Attempts to create an expression evaluator by reflecting to find the implementation
in the apache commons-el project.
- getEvaluator() - Method in class net.sourceforge.stripes.validation.expression.ExpressionExecutorSupport
-
Must be implemented by subclasses to return an instance of ExpressionEvaluator
that can be used to execute expressions.
- getEvaluator() - Method in class net.sourceforge.stripes.validation.expression.Jsp20ExpressionExecutor
-
Attempts to get the PageContext object stashed away in the DispatcherHelper
and use it to generate an ExpressionEvaluator.
- getEvent() - Method in class net.sourceforge.stripes.tag.LinkTagSupport
-
Gets the (optional) event name that the link will trigger.
- getEvent() - Method in class net.sourceforge.stripes.tag.UseActionBeanTag
-
The event name, if any to execute.
- getEvent() - Method in class net.sourceforge.stripes.util.UrlBuilder
-
Get the name of the event to be executed by this URL.
- getEventName() - Method in class net.sourceforge.stripes.action.ActionBeanContext
-
Supplies the name of the event being handled.
- getEventName(Class<? extends ActionBean>, ActionBeanContext) - Method in interface net.sourceforge.stripes.controller.ActionResolver
-
Determines the name of the event fired by the front end.
- getEventName(Class<? extends ActionBean>, ActionBeanContext) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Try various means to determine which event is to be executed on the current ActionBean.
- getEventNameFromEventNameParam(Class<? extends ActionBean>, ActionBeanContext) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
- getEventNameFromPath(Class<? extends ActionBean>, ActionBeanContext) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Looks to see if there is extra path information beyond simply the url binding of the
bean.
- getEventNameFromRequestAttribute(Class<? extends ActionBean>, ActionBeanContext) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Checks a special request attribute to get the event name.
- getEventNameFromRequestParams(Class<? extends ActionBean>, ActionBeanContext) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Loops through the set of known events for the ActionBean to see if the event
names are present as parameter names in the request.
- getEvents() - Method in class net.sourceforge.stripes.tools.ActionBeanInfo
-
Gets a Map of event name to EventInfo, excluding the default event.
- getExceptionHandler() - Method in interface net.sourceforge.stripes.config.Configuration
-
Returns an instance of ExceptionHandler that can be used by Stripes to handle any
exceptions that arise as the result of processing a request.
- getExceptionHandler() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
Returns an instance of an ExceptionHandler.
- getExecutor() - Static method in class net.sourceforge.stripes.validation.expression.ExpressionValidator
-
Gets the executor that will be used to run expression evaluation.
- getExpression() - Method in exception net.sourceforge.stripes.util.bean.ParseException
-
Fetches the expression which caused the parsing failure.
- getExpression(String) - Static method in class net.sourceforge.stripes.util.bean.PropertyExpression
-
Factory method for retrieving PropertyExpression objects for expression strings.
- getExpression() - Method in class net.sourceforge.stripes.util.bean.PropertyExpressionEvaluation
-
Fetches the expression of which this is an evaluation.
- getExpressionEvaluation() - Method in class net.sourceforge.stripes.util.bean.NodeEvaluation
-
Gets the PropertyExpressionEvaluation that this NodeEvaluation is a part of.
- getExpressionFactory() - Method in class net.sourceforge.stripes.validation.expression.Jsp21ExpressionExecutor
-
Creates an ExpressionFactory using the JspApplicationContext.
- getExpresssionNodeType() - Method in class net.sourceforge.stripes.util.bean.Node
-
Returns the Java type of this node in the expression.
- getFeatureDescriptors(ELContext, Object) - Method in class net.sourceforge.stripes.validation.expression.Jsp21ExpressionExecutor.StripesELResolver
-
Always returns null.
- getField() - Method in class net.sourceforge.stripes.tag.ErrorsTag
-
Gets the value set with setField().
- getField(Class<?>, String) - Static method in class net.sourceforge.stripes.util.ReflectUtil
-
Looks for an instance (i.e.
- getFieldErrors() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Access for the field errors that occurred on the form input this tag represents
- getFieldName() - Method in class net.sourceforge.stripes.validation.SimpleError
-
Provides subclasses access to the field name.
- getFieldName() - Method in interface net.sourceforge.stripes.validation.ValidationError
-
Returns the name of the field in error, if one was supplied.
- getFields(Class<?>) - Static method in class net.sourceforge.stripes.integration.spring.SpringHelper
-
Fetches the fields on a class that are annotated with SpringBean.
- getFields() - Method in class net.sourceforge.stripes.tag.FieldMetadataTag
-
- getFields(Class<?>) - Static method in class net.sourceforge.stripes.util.ReflectUtil
-
Fetches all fields of all access types from the supplied class and super classes.
- getFieldsPresentInfo(ActionBean) - Method in class net.sourceforge.stripes.controller.DefaultActionBeanPropertyBinder
-
In a lot of cases (and specifically during wizards) the Stripes form field writes out a
hidden field containing a set of field names.
- getFieldValue() - Method in class net.sourceforge.stripes.validation.SimpleError
-
Provides subclasses with access to the value of the field that is in error.
- getFieldValue() - Method in interface net.sourceforge.stripes.validation.ValidationError
-
Returns the value that is in error, if one was supplied.
- getFileName() - Method in class net.sourceforge.stripes.action.FileBean
-
Returns the name of the file that the user selected and uploaded (this is not necessarily
the name that the underlying file is now stored on the server using).
- getFileParameterNames() - Method in class net.sourceforge.stripes.controller.multipart.CommonsMultipartWrapper
-
Fetches the names of all file parameters in the request.
- getFileParameterNames() - Method in interface net.sourceforge.stripes.controller.multipart.MultipartWrapper
-
Fetches the names of all file parameters in the request.
- getFileParameterNames() - Method in class net.sourceforge.stripes.controller.StripesRequestWrapper
-
Returns the names of request parameters that represent files being uploaded by the user.
- getFileParameterValue(String) - Method in class net.sourceforge.stripes.controller.multipart.CommonsMultipartWrapper
-
Responsible for constructing a FileBean object for the named file parameter.
- getFileParameterValue(String) - Method in interface net.sourceforge.stripes.controller.multipart.MultipartWrapper
-
Responsible for constructing a FileBean object for the named file parameter.
- getFileParameterValue(String) - Method in class net.sourceforge.stripes.controller.StripesRequestWrapper
-
Returns a FileBean representing an uploaded file with the form field name = "name".
- getFileUploadExceededExceptionPath(HttpServletRequest) - Method in class net.sourceforge.stripes.exception.DefaultExceptionHandler
-
- getFilterConfig() - Method in class net.sourceforge.stripes.config.BootstrapPropertyResolver
-
Returns a reference to the StripesFilter's FilterConfig object.
- getFilterMethods(Class<? extends ActionBean>) - Method in class net.sourceforge.stripes.controller.BeforeAfterMethodInterceptor
-
Gets the Before/After methods for the ActionBean.
- getFilterName() - Method in class net.sourceforge.stripes.mock.MockFilterConfig
-
Returns the name of the filter for which this is the config.
- getFilters() - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Provides access to the set of filters configured for this context.
- getFindViewAttempts(String) - Method in class net.sourceforge.stripes.controller.NameBasedActionResolver
-
Returns the list of attempts to locate a default view for the urlBinding provided.
- getFocus() - Method in class net.sourceforge.stripes.tag.FormTag
-
Gets the name of the field that should receive focus when the form is rendered.
- getFor() - Method in class net.sourceforge.stripes.tag.InputLabelTag
-
Gets the HTML ID of the field for which this is a label.
- getForm() - Method in class net.sourceforge.stripes.tag.FieldMetadataTag
-
- getFormatPattern() - Method in class net.sourceforge.stripes.format.DateFormatter
-
Gets the named format string or date pattern to use to format the date.
- getFormatPattern() - Method in class net.sourceforge.stripes.format.NumberFormatter
-
Gets the named format string or number format pattern to use to format the number.
- getFormatPattern() - Method in class net.sourceforge.stripes.tag.FormatTag
-
Get the format pattern
- getFormatPattern() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Returns the value set with setFormatPattern()
- getFormatStrings() - Method in class net.sourceforge.stripes.validation.DateTypeConverter
-
Returns an array of format strings that will be used, in order, to try and parse the date.
- getFormatter(Class<?>, Locale, String, String) - Method in class net.sourceforge.stripes.format.DefaultFormatterFactory
-
Check to see if the there is a Formatter for the specified clazz.
- getFormatter(Class<?>, Locale, String, String) - Method in interface net.sourceforge.stripes.format.FormatterFactory
-
Returns a configured formatter that meets the criteria specified.
- getFormatter(Object) - Method in class net.sourceforge.stripes.util.UrlBuilder
-
- getFormatterFactory() - Method in interface net.sourceforge.stripes.config.Configuration
-
Returns an instance of FormatterFactory that is responsible for creating Formatter objects
for converting rich types into Strings for display on pages.
- getFormatterFactory() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
Returns an instance of a FormatterFactory.
- getFormatters() - Method in class net.sourceforge.stripes.format.DefaultFormatterFactory
-
Gets the (rather confusing) Map of Formatter objects.
- getFormatType() - Method in class net.sourceforge.stripes.format.DateFormatter
-
Gets the format type to be used to render dates as Strings.
- getFormatType() - Method in class net.sourceforge.stripes.format.NumberFormatter
-
Gets the format type to be used to render numbers as Strings.
- getFormatType() - Method in class net.sourceforge.stripes.tag.FormatTag
-
Get the format type
- getFormatType() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Returns the value set with setFormatAs()
- getFormFieldBundle(Locale) - Method in class net.sourceforge.stripes.localization.DefaultLocalizationBundleFactory
-
Looks for a bundle called StripesResources with the supplied locale if one is provided,
or with the default locale if the locale provided is null.
- getFormFieldBundle(Locale) - Method in interface net.sourceforge.stripes.localization.LocalizationBundleFactory
-
Returns the ResourceBundle from which to draw the names of form fields for the
specified locale.
- getFormId() - Method in class net.sourceforge.stripes.tag.FieldMetadataTag.Var
-
- getForwardUrl() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the URL that was forwarded to, if a forward was processed.
- getForwardUrl() - Method in class net.sourceforge.stripes.mock.MockRoundtrip
-
If the request resulted in a forward, returns the URL that was forwarded to.
- getFunctionMapper() - Method in class net.sourceforge.stripes.validation.expression.Jsp21ExpressionExecutor.StripesELContext
-
Returns a no-op implementation of FunctionMapper.
- getGroup() - Method in class net.sourceforge.stripes.tag.InputOptionsCollectionTag
-
Gets the property name set with setGroup().
- getHandledEvent(Method) - Method in interface net.sourceforge.stripes.controller.ActionResolver
-
Returns the name of the event to which a given handler method responds.
- getHandledEvent(Method) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Responsible for determining the name of the event handled by this method, if indeed
it handles one at all.
- getHandledEvent(Method) - Method in class net.sourceforge.stripes.controller.NameBasedActionResolver
-
First checks with the super class to see if an annotated event name is present, and if
not then returns the name of the handler method itself.
- getHandler(Class<? extends ActionBean>, String) - Method in interface net.sourceforge.stripes.controller.ActionResolver
-
Resolves the Method which handles the named event.
- getHandler(Class<? extends ActionBean>, String) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Uses the Maps constructed earlier to locate the Method which can handle the event.
- getHandler() - Method in class net.sourceforge.stripes.controller.ExecutionContext
-
Retrieves the handler Method that is targeted by the current request.
- getHeader(String) - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getHeader(String) - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns any header as a String if it exists.
- getHeaderMap() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Provides access to all headers that were set.
- getHeaderNames() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getHeaderNames() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns an enumeration containing all the names of headers supplied.
- getHeaders(String) - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getHeaders(String) - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns an enumeration with single value of the named header, or an empty enum if no value.
- getHref() - Method in class net.sourceforge.stripes.tag.LinkTag
-
- getHreflang() - Method in class net.sourceforge.stripes.tag.LinkTag
-
- getId() - Method in class net.sourceforge.stripes.mock.MockHttpSession
-
Returns an ID that was randomly generated when the session was created.
- getId() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getId() - Method in class net.sourceforge.stripes.tag.UseActionBeanTag
-
Alias for getVar() so that the JSTL and jsp:useBean style are allowed.
- getImplementedInterfaces(Class<?>) - Static method in class net.sourceforge.stripes.util.ReflectUtil
-
Returns a set of all interfaces implemented by class supplied.
- getImplementingClass(Class<?>) - Static method in class net.sourceforge.stripes.util.ReflectUtil
-
Looks up the default implementing type for the supplied interface.
- getIncludedUrls() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the list (potentially empty) or URLs that were included during the request.
- getInitParameter(String) - Method in class net.sourceforge.stripes.mock.MockBaseConfig
-
Gets the named init parameter if it exists, or null if it doesn't.
- getInitParameter(String) - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Gets the value of an init parameter with the specified name, if one exists.
- getInitParameterNames() - Method in class net.sourceforge.stripes.mock.MockBaseConfig
-
Gets an enumeration of all the init parameter names present.
- getInitParameterNames() - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Returns an enumeration of all the initialization parameters in the context.
- getInputStream() - Method in class net.sourceforge.stripes.action.FileBean
-
Gets an input stream to read from the file uploaded
- getInputStream() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getInputStream() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Always returns null.
- getInstance(Class<?>) - Static method in class net.sourceforge.stripes.controller.BindingPolicyManager
-
Get the policy manager for the given class.
- getInstance() - Static method in class net.sourceforge.stripes.controller.UrlBindingFactory
-
Get the singleton instance.
- getInstance(Class<? extends Formatter<?>>, String, String, Locale) - Method in class net.sourceforge.stripes.format.DefaultFormatterFactory
-
Gets an instance of the Formatter class specified.
- getInstance(Class<?>) - Static method in class net.sourceforge.stripes.util.Log
-
Get a Log instance to perform logging within the Class specified.
- getInstance(Class<? extends TypeConverter>, Locale) - Method in class net.sourceforge.stripes.validation.DefaultTypeConverterFactory
-
Gets an instance of the TypeConverter class specified.
- getInstance(Class<? extends TypeConverter>, Locale) - Method in interface net.sourceforge.stripes.validation.TypeConverterFactory
-
Gets an instance of the TypeConverter class specified.
- getInstanceConfiguration() - Method in class net.sourceforge.stripes.controller.StripesFilter
-
Returns the configuration for this instance of the StripesFilter for any class
that has a reference to the filter.
- getInterceptors(LifecycleStage) - Method in interface net.sourceforge.stripes.config.Configuration
-
Fetches the interceptors that should be executed around the lifecycle stage applied.
- getInterceptors(LifecycleStage) - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
Returns a list of interceptors that should be executed around the lifecycle stage
indicated.
- getInterfaceInstance(Class<T>) - Static method in class net.sourceforge.stripes.util.ReflectUtil
-
Attempts to determine an implementing class for the interface provided and instantiate
it using a default constructor.
- getIntHeader(String) - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getIntHeader(String) - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the named header as an int.
- getKey() - Method in class net.sourceforge.stripes.tag.MessagesTag
-
Gets the key that will be used to scope search for messages to display.
- getKey(NodeEvaluation) - Method in class net.sourceforge.stripes.util.bean.MapPropertyAccessor
-
Attempts to convert the key to from the expression node to the correct type
as determined by reflection (using generics to find the Map key type).
- getKey() - Method in class net.sourceforge.stripes.validation.ScopedLocalizableError
-
Get the key that was passed into the constructor.
- getKeyMaterialFromConfig() - Static method in class net.sourceforge.stripes.util.CryptoUtil
-
Attempts to load material from which to manufacture a secret key from the Stripes
Configuration.
- getKeyType() - Method in class net.sourceforge.stripes.util.bean.NodeEvaluation
-
Gets the class object which represents the key type determined during evaluation
of the expression against the provided bean.
- getLabel() - Method in class net.sourceforge.stripes.tag.InputOptionsCollectionTag
-
Gets the property name set with setLabel().
- getLabel() - Method in class net.sourceforge.stripes.tag.InputOptionTag
-
Returns the value set with setLabel().
- getLang() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getLastAccessedTime() - Method in class net.sourceforge.stripes.mock.MockHttpSession
-
Always returns the current time.
- getLifecycleStage() - Method in class net.sourceforge.stripes.controller.ExecutionContext
-
Gets the current LifecycleStage being processed.
- getLocalAddr() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getLocalAddr() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Always returns 127.0.0.1).
- getLocale() - Method in class net.sourceforge.stripes.action.ActionBeanContext
-
Gets the Locale that is being used to service the current request.
- getLocale() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getLocale() - Method in class net.sourceforge.stripes.controller.StripesRequestWrapper
-
Provides access to the Locale being used to process the request.
- getLocale() - Method in class net.sourceforge.stripes.format.DateFormatter
-
Gets the locale that output String should be in.
- getLocale() - Method in class net.sourceforge.stripes.format.NumberFormatter
-
Gets the locale that output String should be in.
- getLocale() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns the preferred locale.
- getLocale() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Gets the response locale.
- getLocale() - Method in class net.sourceforge.stripes.validation.DateTypeConverter
-
- getLocale() - Method in class net.sourceforge.stripes.validation.NumberTypeConverterSupport
-
Returns the Locale set on the object using setLocale().
- getLocalePicker() - Method in interface net.sourceforge.stripes.config.Configuration
-
Returns an instance of LocalePicker that is responsible for choosing the Locale for
each request that enters the system.
- getLocalePicker() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
Returns an instance of a LocalePicker.
- getLocales() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getLocales() - Method in class net.sourceforge.stripes.controller.StripesRequestWrapper
-
Returns a single element enumeration containing the selected Locale for this request.
- getLocales() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns an enumeration of requested locales.
- getLocalizationBundleFactory() - Method in interface net.sourceforge.stripes.config.Configuration
-
Returns an instance of LocalizationBundleFactory that is responsible for looking up
resource bundles for the varying localization needs of a web application.
- getLocalizationBundleFactory() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
Returns an instance of a LocalizationBundleFactory.
- getLocalizedFieldName(String, String, Class<? extends ActionBean>, Locale) - Static method in class net.sourceforge.stripes.localization.LocalizationUtility
-
Fetches the localized name for a form field if one exists in the form field resource bundle.
- getLocalizedFieldName() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Fetches the localized name for this field if one exists in the resource bundle.
- getLocalizedFieldName(String) - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Attempts to fetch a "field name" resource from the localization bundle.
- getLocalName() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getLocalName() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Always returns the same value as getServerName().
- getLocalPort() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getLocalPort() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Always returns the same value as getServerPort().
- getLogger() - Method in class net.sourceforge.stripes.util.Log4JLogger
-
Return the native Logger instance we are using.
- getMajorVersion() - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Always returns 2.
- getMap() - Method in class net.sourceforge.stripes.tag.InputOptionsMapTag
-
Returns the Map
that was passed in via setMap().
- getMatches() - Method in exception net.sourceforge.stripes.exception.UrlBindingConflictException
-
Get all the URL bindings on existing ActionBeans that match the path
- getMaximum() - Method in exception net.sourceforge.stripes.controller.FileUploadLimitExceededException
-
Gets the limit in bytes for HTTP POSTs.
- getMaxInactiveInterval() - Method in class net.sourceforge.stripes.mock.MockHttpSession
-
Always returns Integer.MAX_VALUE.
- getMaxlength() - Method in class net.sourceforge.stripes.tag.InputTextTag
-
Gets the HTML attribute of the same name.
- getMessage(Locale) - Method in interface net.sourceforge.stripes.action.Message
-
Provides a message that can be displayed to the user.
- getMessage(Locale) - Method in class net.sourceforge.stripes.action.SimpleMessage
-
Uses the String message passed in as the message template and combines it with any
replacement parameters provided to construct a message for display to the user.
- getMessage() - Method in class net.sourceforge.stripes.action.SimpleMessage
-
Returns the exact message that was supplied in the constructor.
- getMessage(Class<? extends ActionBean>, String, Collection<String>) - Static method in exception net.sourceforge.stripes.exception.UrlBindingConflictException
-
Generate the message to pass to the superclass constructor
- getMessage(Locale) - Method in class net.sourceforge.stripes.validation.SimpleError
-
Looks up the field name in the resource bundle (if it exists) so that it can be used
in the message, and then defers to it's super class to combine the message template
with the replacement parameters provided.
- getMessageKey() - Method in class net.sourceforge.stripes.validation.LocalizableError
-
- getMessages() - Method in class net.sourceforge.stripes.action.ActionBeanContext
-
Returns the default set of non-error messages associated with the current request.
- getMessages(String) - Method in class net.sourceforge.stripes.action.ActionBeanContext
-
Returns the set of non-error messages associated with the current request under the
specified key.
- getMessages() - Method in class net.sourceforge.stripes.tag.MessagesTag
-
Gets the list of messages that will be displayed by the tag.
- getMessageTemplate(Locale) - Method in class net.sourceforge.stripes.action.LocalizableMessage
-
Method responsible for using the information supplied to the message object to find a
message template.
- getMessageTemplate(Locale) - Method in class net.sourceforge.stripes.action.SimpleMessage
-
Simply returns the message passed in at Construction time.
- getMessageTemplate(Locale) - Method in class net.sourceforge.stripes.validation.LocalizableError
-
Method responsible for using the information supplied to the error object to find a
message template.
- getMessageTemplate(Locale) - Method in class net.sourceforge.stripes.validation.ScopedLocalizableError
-
Overrides getMessageTemplate to perform a scoped search for a message template as defined in
the class level javadoc.
- getMethod() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getMethod() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the method used by the request.
- getMethod() - Method in class net.sourceforge.stripes.tag.FormTag
-
Gets the HTTP method to use when the form is submitted.
- getMethodName() - Method in class net.sourceforge.stripes.tools.EventInfo
-
The name of the method in the ActionBean that handles the event.
- getMethods(Class<?>) - Static method in class net.sourceforge.stripes.integration.spring.SpringHelper
-
Fetches the methods on a class that are annotated with SpringBean.
- getMethods(Class<?>) - Static method in class net.sourceforge.stripes.util.ReflectUtil
-
Fetches all methods of all access types from the supplied class and super
classes.
- getMimeType(String) - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Always returns null (i.e.
- getMinorVersion() - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Always returns 4.
- getMockRequest(ServletRequest) - Method in class net.sourceforge.stripes.mock.MockRequestDispatcher
-
Locates the MockHttpServletRequest in case it is wrapped.
- getMultipartWrapperFactory() - Method in interface net.sourceforge.stripes.config.Configuration
-
Returns an instance of MultipartWrapperFactory that can be used by Stripes to construct
MultipartWrapper instances for dealing with multipart requests (those containing file
uploads).
- getMultipartWrapperFactory() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
Returns an instance of MultipartWrapperFactory that can be used by Stripes to construct
MultipartWrapper instances for dealing with multipart requests (those containing file
uploads).
- getMultiple() - Method in class net.sourceforge.stripes.tag.InputSelectTag
-
Gets the HTML attribute "multiple".
- getName() - Method in class net.sourceforge.stripes.controller.ParameterName
-
Always returns the parameter name as passed in to the constructor.
- getName() - Method in class net.sourceforge.stripes.controller.UrlBindingParameter
-
Get the parameter name.
- getName() - Method in class net.sourceforge.stripes.tag.FormTag
-
- getName() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
- getName() - Method in class net.sourceforge.stripes.tag.layout.LayoutComponentTag
-
Gets the name of the component.
- getName() - Method in class net.sourceforge.stripes.tag.layout.LayoutRenderTag
-
Gets the name of the layout to be used.
- getName() - Method in class net.sourceforge.stripes.tag.LinkTag
-
- getName() - Method in class net.sourceforge.stripes.tag.ParamTag
-
Gets the name of the parameter(s) that will be added to the URL.
- getName() - Method in class net.sourceforge.stripes.tools.EventInfo
-
The name of the event (possibly null in the case of default events).
- getNamedDispatcher(String) - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Returns a MockRequestDispatcher for the named servlet provided.
- getNext() - Method in class net.sourceforge.stripes.util.bean.Node
-
Gets the next node in the expression.
- getNext() - Method in class net.sourceforge.stripes.util.bean.NodeEvaluation
-
Gets the next NodeEvaluation in the chain, or null if this is the terminal node.
- getNode() - Method in class net.sourceforge.stripes.util.bean.NodeEvaluation
-
Gets the Node that is represented in the evaluation by this NodeEvaluation.
- getNumberFormats() - Method in class net.sourceforge.stripes.validation.BigDecimalTypeConverter
-
Uses the parent implementation to fetch number formats, but then downcasts it
to a decimal format and ensures that a BigDecimal is parsed instead of a Long or
Double.
- getNumberFormats() - Method in class net.sourceforge.stripes.validation.BigIntegerTypeConverter
-
Uses the parent implementation to fetch a number format, but then downcasts it
to a decimal format and ensures that a BigDecimal is parsed instead of a Long or
Double.
- getNumberFormats() - Method in class net.sourceforge.stripes.validation.ByteTypeConverter
-
Overridden to return integer instances instead.
- getNumberFormats() - Method in class net.sourceforge.stripes.validation.IntegerTypeConverter
-
Overridden to return integer instances instead.
- getNumberFormats() - Method in class net.sourceforge.stripes.validation.LongTypeConverter
-
Overridden to return integer instances instead.
- getNumberFormats() - Method in class net.sourceforge.stripes.validation.NumberTypeConverterSupport
-
Fetches one or more NumberFormat instances that can be used to parse numbers
for the current locale.
- getNumberFormats() - Method in class net.sourceforge.stripes.validation.PercentageTypeConverter
-
Returns a single percentage instance of NumberFormat.
- getNumberFormats() - Method in class net.sourceforge.stripes.validation.ShortTypeConverter
-
Overridden to return integer instances instead.
- getOnblur() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnchange() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnclick() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOndblclick() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnfocus() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnkeydown() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnkeypress() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnkeyup() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnmousedown() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnmousemove() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnmouseout() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnmouseover() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnmouseup() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnreset() - Method in class net.sourceforge.stripes.tag.FormTag
-
- getOnselect() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getOnsubmit() - Method in class net.sourceforge.stripes.tag.FormTag
-
- getOption(String) - Method in class net.sourceforge.stripes.tools.SiteStructureTool
-
For the named option to apt, returns the value of the option if it was supplied, or
null if the option was not supplied.
- getOutputBytes() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Gets the output that was written to the output stream, as a byte[].
- getOutputBytes() - Method in class net.sourceforge.stripes.mock.MockRoundtrip
-
Gets, as bytes, any data that was written to the output stream associated with the
request.
- getOutputStream() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Returns a reference to a ServletOutputStream to be used for output.
- getOutputString() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Gets the output that was written to the output stream, as a character String.
- getOutputString() - Method in class net.sourceforge.stripes.mock.MockRoundtrip
-
Gets, as a String, any data that was written to the output stream associated with the
request.
- getOverrideValueOrValues() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Gets the value for this tag based on the current population strategy.
- getPackagePath(String) - Method in class net.sourceforge.stripes.util.ResolverUtil
-
Converts a Java package name to a path that can be looked up with a call to
ClassLoader.getResources(String)
.
- getPageContext() - Static method in class net.sourceforge.stripes.controller.DispatcherHelper
-
Used by the validation subsystem to access a page context that can be used to
create an expression evaluator for use in the expression validation code.
- getPageContext() - Method in class net.sourceforge.stripes.tag.ParamTag
-
- getPageContext() - Method in class net.sourceforge.stripes.tag.StripesTagSupport
-
Retrieves the pageContext handed to the tag by the container.
- getParameter(String) - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getParameter(String) - Method in class net.sourceforge.stripes.controller.StripesRequestWrapper
-
Retrieves the first value of the specified parameter from the request.
- getParameter(String) - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the first value of the named parameter or null if a value does not exist.
- getParameterMap() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getParameterMap() - Method in class net.sourceforge.stripes.controller.StripesRequestWrapper
-
If the request is a clean URL, then extract the parameters from the URI and merge with the
parameters from the query string and/or request body.
- getParameterMap() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Provides access to the parameter map.
- getParameterNames() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getParameterNames() - Method in class net.sourceforge.stripes.controller.multipart.CommonsMultipartWrapper
-
Fetches the names of all non-file parameters in the request.
- getParameterNames() - Method in interface net.sourceforge.stripes.controller.multipart.MultipartWrapper
-
Fetches the names of all non-file parameters in the request.
- getParameterNames() - Method in class net.sourceforge.stripes.controller.StripesRequestWrapper
-
Fetches just the names of regular parameters and does not include file upload parameters.
- getParameterNames() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets an enumeration containing all the parameter names present.
- getParameters() - Method in class net.sourceforge.stripes.action.OnwardResolution
-
Provides access to the Map of parameters that has been accumulated so far
for this resolution.
- getParameters(ActionBean) - Method in class net.sourceforge.stripes.controller.DefaultActionBeanPropertyBinder
-
Converts the map of parameters in the request into a Map of ParameterName to String[].
- getParameters() - Method in class net.sourceforge.stripes.controller.UrlBinding
-
Get the list of parameters for this binding.
- getParameters() - Method in class net.sourceforge.stripes.tag.layout.LayoutContext
-
Gets the Map of parameters.
- getParameters() - Method in class net.sourceforge.stripes.tag.LinkTagSupport
-
Retrieves the parameter values set on the tag.
- getParameterSeparator() - Method in class net.sourceforge.stripes.util.UrlBuilder
-
Returns the string that will be used to separate parameters in the query string.
- getParameterValues(String) - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getParameterValues(String) - Method in class net.sourceforge.stripes.controller.multipart.CommonsMultipartWrapper
-
Fetches all values of a specific parameter in the request.
- getParameterValues(String) - Method in interface net.sourceforge.stripes.controller.multipart.MultipartWrapper
-
Fetches all values of a specific parameter in the request.
- getParameterValues(String) - Method in class net.sourceforge.stripes.controller.StripesRequestWrapper
-
Returns all values sent in the request for a given parameter name.
- getParameterValues(String) - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns an array of all values for a parameter, or null if the parameter does not exist.
- getParent() - Method in class net.sourceforge.stripes.tag.ParamTag
-
Required spec method to allow others to access the parent of the tag.
- getParent() - Method in class net.sourceforge.stripes.tag.StripesTagSupport
-
From the Tag interface - allows fetching the parent tag on the JSP.
- getParentFormTag() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Locates the enclosing stripes form tag.
- getParentTag(Class<T>) - Method in class net.sourceforge.stripes.tag.StripesTagSupport
-
Locates the enclosing tag of the type supplied.
- getPath() - Method in class net.sourceforge.stripes.action.OnwardResolution
-
Accessor for the path that the user should be sent to.
- getPath() - Method in class net.sourceforge.stripes.controller.UrlBinding
-
Get the path for this binding.
- getPath() - Method in exception net.sourceforge.stripes.exception.UrlBindingConflictException
-
Get the path that failed to map to a single ActionBean
- getPathInfo() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getPathInfo() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns the path info.
- getPathMap() - Method in class net.sourceforge.stripes.controller.UrlBindingFactory
-
Get all the
ActionBean
s classes that have been found.
- getPathTranslated() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getPathTranslated() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Always returns the same as getPathInfo().
- getPopulationStrategy() - Method in interface net.sourceforge.stripes.config.Configuration
-
Returns an instance of a PopulationStrategy that determines from where a tag's value
should be repopulated.
- getPopulationStrategy() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
Returns an instance of a PopulationsStrategy.
- getPosted() - Method in exception net.sourceforge.stripes.controller.FileUploadLimitExceededException
-
The size in bytes of the HTTP POST.
- getPreferredBaseUrl() - Method in class net.sourceforge.stripes.tag.LinkTagSupport
-
Returns the base URL that should be used for building the link.
- getPreProcessPattern() - Method in class net.sourceforge.stripes.validation.DateTypeConverter
-
Returns the regular expression pattern used in the pre-process method.
- getPrevious(HttpServletRequest) - Static method in class net.sourceforge.stripes.controller.FlashScope
-
Fetch the flash scope that was populated during the previous request, if one exists.
- getPrevious() - Method in class net.sourceforge.stripes.util.bean.Node
-
Gets the previous node in the expression.
- getPrevious() - Method in class net.sourceforge.stripes.util.bean.NodeEvaluation
-
Gets the previous NodeEvaluation in the chain, or null if this is the first node.
- getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Method in class net.sourceforge.stripes.tools.SiteStructureTool
-
AnnotationProcessorFactory interface method that returns the SiteStructure annotation
processor.
- getProperty(String) - Method in class net.sourceforge.stripes.config.BootstrapPropertyResolver
-
Fetches a configuration property in the manner described in the class level javadoc for
this class.
- getProperty() - Method in class net.sourceforge.stripes.validation.ValidationMetadata
-
Returns the name of the property this validation metadata represents.
- getPropertyAccessor() - Method in enum net.sourceforge.stripes.util.bean.NodeType
-
Returns the PropertyAccessor instance that should be used to access properties
of this type.
- getPropertyDescriptor(Class<?>, String) - Static method in class net.sourceforge.stripes.util.ReflectUtil
-
Fetches the property descriptor for the named property of the supplied class.
- getPropertyDescriptors() - Method in class net.sourceforge.stripes.tag.HtmlTagSupportBeanInfo
-
Generates a simple set of PropertyDescriptors for the HtmlTagSupport class.
- getPropertyDescriptors(Class<?>) - Static method in class net.sourceforge.stripes.util.ReflectUtil
-
Get the PropertyDescriptor
s for a bean class.
- getPropertyType(String, Object) - Static method in class net.sourceforge.stripes.util.bean.BeanUtil
-
Attempts to determine the type of the property specified by the property expression
in the context of the supplied bean.
- getPropertyValue(String, Object) - Static method in class net.sourceforge.stripes.util.bean.BeanUtil
-
Attempts to fetch the property specified by the property expression
in the context of the supplied bean.
- getProtocol() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getProtocol() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the protocol for the request.
- getQueryString() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getQueryString() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns the query string set on the request.
- getReader() - Method in class net.sourceforge.stripes.action.FileBean
-
Gets a reader to read characters from the uploaded file.
- getReader(String) - Method in class net.sourceforge.stripes.action.FileBean
-
Gets a reader to read characters from the uploaded file using the given charset.
- getReader() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getReader() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Always returns null.
- getReadonly() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Gets the HTML attribute of the same name.
- getRealLog() - Method in class net.sourceforge.stripes.util.Log
-
- getRealPath(String) - Method in class net.sourceforge.stripes.controller.FlashRequest
-
Deprecated.
- getRealPath(String) - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Always returns the path passed in without any alteration.
- getRealPath(String) - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Always returns null as this is standard behaviour for WAR resources.
- getRedirectUrl() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
If a call was made to sendRedirect() this method will return the URL that was supplied.
- getRedirectUrl() - Method in class net.sourceforge.stripes.mock.MockRoundtrip
-
If the request resulted in a redirect, returns the URL that was redirected to.
- getRegisteredFields() - Method in class net.sourceforge.stripes.tag.FormTag
-
Gets the set of all field names for which fields have been referred within the form up
until the point of calling this method.
- getRel() - Method in class net.sourceforge.stripes.tag.LinkTag
-
- getRemoteAddr() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getRemoteAddr() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Aways returns "127.0.0.1".
- getRemoteHost() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getRemoteHost() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Always returns "localhost".
- getRemotePort() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getRemotePort() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Always returns 1088 (and yes, that was picked arbitrarily).
- getRemoteUser() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getRemoteUser() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns the name from the user principal if one exists, otherwise null.
- getReplacementParameters() - Method in class net.sourceforge.stripes.action.SimpleMessage
-
Allows subclasses to access the replacement parameters for this message.
- getRepopulate() - Method in class net.sourceforge.stripes.tag.InputPasswordTag
-
Returns true if the tag will repopulate values, false otherwise.
- getRequest() - Method in class net.sourceforge.stripes.action.ActionBeanContext
-
Retrieves the HttpServletRequest object that is associated with the current request.
- getRequest() - Method in class net.sourceforge.stripes.mock.MockRoundtrip
-
Get the servlet request object to be used by this round trip
- getRequestDispatcher(String) - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getRequestDispatcher(String) - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns an instance of MockRequestDispatcher that just records what URLs are forwarded
to or included.
- getRequestDispatcher(String) - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Returns a MockRequestDispatcher for the url provided.
- getRequestedPath(HttpServletRequest) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
- getRequestedPath(HttpServletRequest) - Static method in class net.sourceforge.stripes.util.HttpUtil
-
Get the path from the given request.
- getRequestedServletPath(HttpServletRequest) - Static method in class net.sourceforge.stripes.util.HttpUtil
-
Get the servlet path of the current request.
- getRequestedSessionId() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getRequestedSessionId() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns the ID of the session if one is attached to this request.
- getRequestURI(HttpServletRequest) - Method in class net.sourceforge.stripes.controller.DynamicMappingFilter
-
- getRequestURI() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getRequestURI() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns the request URI as defined by the servlet spec.
- getRequestURL() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getRequestURL() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns (an attempt at) a reconstructed URL based on it's constituent parts.
- getResolution() - Method in class net.sourceforge.stripes.controller.ExecutionContext
-
Gets the Resolution that will be executed at the end of the execution.
- getResolutions() - Method in class net.sourceforge.stripes.tools.EventInfo
-
The set of all possible resolutions for the event.
- getResource(String) - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Uses the current classloader to fetch the resource if it can.
- getResource(ResourceBundle, String, String) - Method in class net.sourceforge.stripes.tag.ErrorsTag
-
Utility method that is used to lookup the resources used for the errors header,
footer, and the strings that go before and after each error.
- getResourceAsStream(String) - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Uses the current classloader to fetch the resource if it can.
- getResourcePaths(String) - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Always returns null (i.e.
- getResourceString(String) - Method in class net.sourceforge.stripes.validation.DateTypeConverter
-
Convenience method to fetch a property from the resource bundle.
- getResponse() - Method in class net.sourceforge.stripes.action.ActionBeanContext
-
Retrieves the HttpServletResponse that is associated with the current request.
- getResponse() - Method in class net.sourceforge.stripes.mock.MockRoundtrip
-
Get the servlet response object to be used by this round trip
- getRev() - Method in class net.sourceforge.stripes.tag.LinkTag
-
- getRootNode() - Method in class net.sourceforge.stripes.util.bean.PropertyExpression
-
Fetches the root or first node in this expression.
- getRootNode() - Method in class net.sourceforge.stripes.util.bean.PropertyExpressionEvaluation
-
Fetches the root (first) node in the evaluation, which can be used to traverse
through the nodes in series.
- getRootVariableName() - Method in class net.sourceforge.stripes.ajax.JavaScriptBuilder
-
Returns the name used to declare the root variable to which the built
JavaScript object is assigned.
- getRows() - Method in class net.sourceforge.stripes.tag.InputTextAreaTag
-
Gets the HTML attribute of the same name.
- getScalarAsString(Object) - Method in class net.sourceforge.stripes.ajax.JavaScriptBuilder
-
Fetches the value of a scalar type as a String.
- getScalarType() - Method in class net.sourceforge.stripes.util.bean.PropertyExpressionEvaluation
-
Returns a scalar type appropriate to the expression evaluation.
- getScheme() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getScheme() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Always returns the same as getProtocol.
- getScope() - Method in class net.sourceforge.stripes.tag.UrlTag
-
Gets the name of scope to store the scoped variable specified by 'var' in.
- getScope() - Method in class net.sourceforge.stripes.tag.VarTagSupport
-
Get the scope in which the value will be stored
- getSecretKey() - Static method in class net.sourceforge.stripes.util.CryptoUtil
-
Returns the secret key to be used to encrypt and decrypt values.
- getSelected() - Method in class net.sourceforge.stripes.tag.InputOptionTag
-
Returns the value set with setSelected().
- getSelectedValueOrValues() - Method in class net.sourceforge.stripes.tag.InputSelectTag
-
Returns the scalar value or Array or Collection of values that are to be selected in the
select tag.
- getSemaphore() - Method in class net.sourceforge.stripes.controller.FlashScope
-
- getServerInfo() - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Returns a version string identifying the Mock implementation.
- getServerName() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getServerName() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the server name.
- getServerPort() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getServerPort() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns the server port.
- getServlet(String) - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Deprecated method always returns null.
- getServletContext() - Method in class net.sourceforge.stripes.action.ActionBeanContext
-
Retrieves the ServletContext object that is associated with the context in which the
current request is being processed.
- getServletContext() - Method in interface net.sourceforge.stripes.config.Configuration
-
Retrieves the ServletContext for the context within which the Stripes application
is executing.
- getServletContext() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
Retrieves the ServletContext for the context within which the Stripes application is
executing.
- getServletContext() - Method in class net.sourceforge.stripes.mock.MockBaseConfig
-
Gets the ServletContext in whiich the filter is running.
- getServletContext() - Method in class net.sourceforge.stripes.mock.MockHttpSession
-
Provides access to the servlet context within which the session exists.
- getServletContextName() - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Returns the name of the mock context.
- getServletName() - Method in class net.sourceforge.stripes.mock.MockServletConfig
-
Returns the name of the servlet for which this is the config.
- getServletNames() - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Deprecated method always returns an empty enumeration.
- getServletPath() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getServletPath() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the part of the path which matched the servlet.
- getServlets() - Method in class net.sourceforge.stripes.mock.MockServletContext
-
Deprecated method always returns an empty enumeration.
- getSession(boolean) - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getSession() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getSession(boolean) - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the session object attached to this request.
- getSession() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Gets the session object attached to this request.
- getSessionContext() - Method in class net.sourceforge.stripes.mock.MockHttpSession
-
Deprecated method always returns null.
- getShape() - Method in class net.sourceforge.stripes.tag.LinkTag
-
- getSingleItemTypeConverter(Class) - Method in class net.sourceforge.stripes.validation.OneToManyTypeConverter
-
Fetches an instance of
TypeConverter
that can be used to convert the individual
items split out of the input String.
- getSingleOverrideValue() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Returns a single value for the the value of this field.
- getSize() - Method in class net.sourceforge.stripes.action.FileBean
-
Gets the size of the file that was uploaded.
- getSize() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
- getSort() - Method in class net.sourceforge.stripes.tag.InputOptionsCollectionTag
-
Gets the comma separated list of properties by which the collection is sorted.
- getSource() - Method in class net.sourceforge.stripes.util.bean.PropertyExpression
-
Fetches the original 'source' of the expression - the String value that was parsed
to create the PropertyExpression object.
- getSourcePage() - Method in class net.sourceforge.stripes.action.ActionBeanContext
-
Returns the context-relative path to the page from which the user submitted they current
request.
- getSourcePageResolution() - Method in class net.sourceforge.stripes.action.ActionBeanContext
-
Returns a resolution that can be used to return the user to the page from which they
submitted they current request.
- getSplitRegex() - Method in class net.sourceforge.stripes.validation.OneToManyTypeConverter
-
Returns the String form of a regular expression that identifies the separator Strings
in the input String.
- getSrc() - Method in class net.sourceforge.stripes.tag.InputImageTag
-
- getStatus() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Gets the status (or error) code if one was set.
- getString() - Method in class net.sourceforge.stripes.mock.MockServletOutputStream
-
Returns, as a character string, the output that was written to the output stream.
- getStringValue() - Method in class net.sourceforge.stripes.util.bean.Node
-
Returns the original String value of this expression node.
- getStrippedName() - Method in class net.sourceforge.stripes.controller.ParameterName
-
Returns the name with all indexing and mapping components stripped.
- getStyle() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getSuffix() - Method in class net.sourceforge.stripes.controller.UrlBinding
-
If this binding includes one or more parameters and the last component is a String
,
then this method will return that last component.
- getTabindex() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getTag() - Method in class net.sourceforge.stripes.tag.DefaultTagErrorRenderer
-
Returns the tag which is being rendered.
- getTagErrorRenderer(InputTagSupport) - Method in class net.sourceforge.stripes.tag.DefaultTagErrorRendererFactory
-
Returns a new instance of the configured renderer that is ready for use.
- getTagErrorRenderer(InputTagSupport) - Method in interface net.sourceforge.stripes.tag.TagErrorRendererFactory
-
Returns a new instance of a TagErrorRenderer that is utilized
by the supplied tag.
- getTagErrorRendererFactory() - Method in interface net.sourceforge.stripes.config.Configuration
-
Returns an instance of a tag error renderer factory for building custom error renderers
for form input tags that have field errors.
- getTagErrorRendererFactory() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
Returns an instance of a TagErrorRendererFactory.
- getTagStack() - Method in class net.sourceforge.stripes.tag.StripesTagSupport
-
Fetches a tag stack that is stored in the request.
- getTarget() - Method in class net.sourceforge.stripes.tag.FormTag
-
- getTarget() - Method in class net.sourceforge.stripes.tag.LinkTag
-
- getTargetClass() - Method in exception net.sourceforge.stripes.exception.UrlBindingConflictException
-
Get the
ActionBean
class for which a URL was being generated when this exception was
thrown.
- getTimeout() - Method in class net.sourceforge.stripes.controller.FlashScope
-
Returns the timeout in seconds after which the flash scope will be discarded.
- getTitle() - Method in class net.sourceforge.stripes.tag.HtmlTagSupport
-
- getType() - Method in class net.sourceforge.stripes.tag.LinkTag
-
- getType() - Method in class net.sourceforge.stripes.util.bean.NodeEvaluation
-
Gets the type of the node (bean property, list item etc.).
- getType() - Method in class net.sourceforge.stripes.util.bean.PropertyExpressionEvaluation
-
Fetches the type of value that can be get/set with this expression evaluation.
- getType(ELContext, Object, Object) - Method in class net.sourceforge.stripes.validation.expression.Jsp21ExpressionExecutor.StripesELResolver
-
Does nothing.
- getTypeConverter(Class, Locale) - Method in class net.sourceforge.stripes.validation.DefaultTypeConverterFactory
-
Gets the applicable type converter for the class passed in.
- getTypeConverter(Class, Locale) - Method in interface net.sourceforge.stripes.validation.TypeConverterFactory
-
Gets the applicable type converter for the class passed in.
- getTypeConverterFactory() - Method in interface net.sourceforge.stripes.config.Configuration
-
Returns an instance of TypeConverterFactory that is responsible for providing lookups and
instances of TypeConverters for the validation system.
- getTypeConverterFactory() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
- getTypeConverters() - Method in class net.sourceforge.stripes.validation.DefaultTypeConverterFactory
-
Gets the (rather confusing) Map of TypeConverter objects.
- getTypedValue() - Method in class net.sourceforge.stripes.util.bean.Node
-
Returns the typed value for this node as determined when parsing the expression
- getTypeVariableValue(NodeEvaluation, TypeVariable<?>) - Method in class net.sourceforge.stripes.util.bean.PropertyExpressionEvaluation
-
Scans backwards in the expression for the last node which contained a JavaBean type
and attempts to use the type arguments to that class to find a match for the
TypeParameter provided.
- getTypeViaInstances(NodeEvaluation) - Method in class net.sourceforge.stripes.util.bean.PropertyExpressionEvaluation
-
Determines the type of the supplied node and sets appropriate information on the node.
- getUrl() - Method in class net.sourceforge.stripes.action.OnwardResolution
-
- getUrl(Locale) - Method in class net.sourceforge.stripes.action.OnwardResolution
-
Constructs the URL for the resolution by taking the path and appending any parameters
supplied.
- getUrl() - Method in class net.sourceforge.stripes.tag.LinkTagSupport
-
Gets the URL that is supplied by the user/developer on the page.
- getUrlBinding(Class<? extends ActionBean>) - Method in interface net.sourceforge.stripes.controller.ActionResolver
-
Takes a class that implements ActionBean and returns the URL binding of that class.
- getUrlBinding(Class<? extends ActionBean>) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Takes a class that implements ActionBean and returns the URL binding of that class.
- getUrlBinding(Class<? extends ActionBean>) - Method in class net.sourceforge.stripes.controller.NameBasedActionResolver
-
Finds or generates the URL binding for the class supplied.
- getUrlBinding(String) - Method in class net.sourceforge.stripes.controller.NameBasedActionResolver
-
Takes a class name and translates it into a URL binding by removing extraneous package names,
removing Action, Bean, or ActionBean from the end of the class name if present, replacing
periods with slashes, and appending a standard suffix as supplied by
NameBasedActionResolver.getBindingSuffix()
.
- getUrlBinding() - Method in class net.sourceforge.stripes.tools.ActionBeanInfo
-
The UrlBinding extracted from the ActionBean.
- getUrlBindingFromPath(String) - Method in interface net.sourceforge.stripes.controller.ActionResolver
-
Returns the URL binding that is a substring of the path provided.
- getUrlBindingFromPath(String) - Method in class net.sourceforge.stripes.controller.AnnotatedClassActionResolver
-
Returns the URL binding that is a substring of the path provided.
- getUserPrincipal() - Method in class net.sourceforge.stripes.controller.FlashRequest
-
- getUserPrincipal() - Method in class net.sourceforge.stripes.mock.MockHttpServletRequest
-
Returns the Principal if one is set on the request.
- getValidatedProperties(Class<?>) - Method in class net.sourceforge.stripes.controller.BindingPolicyManager
-
- getValidationErrors() - Method in class net.sourceforge.stripes.action.ActionBeanContext
-
Returns the set of validation errors associated with the current form.
- getValidationErrors() - Method in class net.sourceforge.stripes.mock.MockRoundtrip
-
Gets the (potentially empty) set of Validation Errors that were produced by the request.
- getValidationMetadata() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
- getValidationMetadata() - Method in class net.sourceforge.stripes.util.UrlBuilder
-
- getValidationMetadata(Class<?>) - Method in class net.sourceforge.stripes.validation.DefaultValidationMetadataProvider
-
- getValidationMetadata(Class<?>, ParameterName) - Method in class net.sourceforge.stripes.validation.DefaultValidationMetadataProvider
-
- getValidationMetadata(Class<?>) - Method in interface net.sourceforge.stripes.validation.ValidationMetadataProvider
-
- getValidationMetadata(Class<?>, ParameterName) - Method in interface net.sourceforge.stripes.validation.ValidationMetadataProvider
-
Get the validation metadata associated with the named
property
of the given
ActionBean
class.
- getValidationMetadataProvider() - Method in interface net.sourceforge.stripes.config.Configuration
-
- getValidationMetadataProvider() - Method in class net.sourceforge.stripes.config.DefaultConfiguration
-
- getValue() - Method in class net.sourceforge.stripes.controller.UrlBindingParameter
-
Return the parameter value that was extracted from a URI.
- getValue(String) - Method in class net.sourceforge.stripes.mock.MockHttpSession
-
Deprecated method.
- getValue(InputTagSupport) - Method in class net.sourceforge.stripes.tag.BeanFirstPopulationStrategy
-
Implementation of the interface method that will follow the search described in the class
level JavaDoc and attempt to find a value for this tag.
- getValue(InputTagSupport) - Method in class net.sourceforge.stripes.tag.DefaultPopulationStrategy
-
Implementation of the interface method that will follow the search described in the class
level JavaDoc and attempt to find a value for this tag.
- getValue() - Method in class net.sourceforge.stripes.tag.FormatTag
-
Get the object to be formatted
- getValue() - Method in class net.sourceforge.stripes.tag.InputButtonSupportTag
-
Returns the value set with setValue().
- getValue() - Method in class net.sourceforge.stripes.tag.InputCheckBoxTag
-
Returns the value that this checkbox will submit if it is checked.
- getValue() - Method in class net.sourceforge.stripes.tag.InputHiddenTag
-
Returns the value set with setValue().
- getValue() - Method in class net.sourceforge.stripes.tag.InputImageTag
-
- getValue() - Method in class net.sourceforge.stripes.tag.InputOptionsCollectionTag
-
Returns the property name set with setValue().
- getValue() - Method in class net.sourceforge.stripes.tag.InputOptionTag
-
Returns the value of the option as set with setValue().
- getValue() - Method in class net.sourceforge.stripes.tag.InputRadioButtonTag
-
Returns the value set with setValue()
- getValue() - Method in class net.sourceforge.stripes.tag.InputSelectTag
-
Returns the String value set by the tag attribute on the JSP, or the override value set in
the HttpRequest, or the override value bound to the ActionBean object in scope.
- getValue() - Method in class net.sourceforge.stripes.tag.InputTextAreaTag
-
Returns the value set using setValue().
- getValue() - Method in class net.sourceforge.stripes.tag.InputTextTag
-
Returns the value set using setValue().
- getValue() - Method in class net.sourceforge.stripes.tag.ParamTag
-
Gets the value attribute, as set with setValue().
- getValue(InputTagSupport) - Method in interface net.sourceforge.stripes.tag.PopulationStrategy
-
- getValue() - Method in class net.sourceforge.stripes.tag.UrlTag
-
Gets the URL as supplied on the page.
- getValue(NodeEvaluation, Object) - Method in class net.sourceforge.stripes.util.bean.ArrayPropertyAccessor
-
Gets the index specified by the current node from the target array.
- getValue(NodeEvaluation, Object) - Method in class net.sourceforge.stripes.util.bean.JavaBeanPropertyAccessor
-
Fetches the specified property value from the bean if it exists.
- getValue(NodeEvaluation, List<?>) - Method in class net.sourceforge.stripes.util.bean.ListPropertyAccessor
-
Fetches the value stored at the index specified by the current node.
- getValue(NodeEvaluation, Map<?, ?>) - Method in class net.sourceforge.stripes.util.bean.MapPropertyAccessor
-
Gets the value stored in the Map under the key specified by the current node.
- getValue(NodeEvaluation, T) - Method in interface net.sourceforge.stripes.util.bean.PropertyAccessor
-
Gets the value specified by the NodeEvaluation in the target object.
- getValue() - Method in class net.sourceforge.stripes.util.bean.PropertyExpressionEvaluation
-
Fetches the value of this expression evaluated against the bean.
- getValue(ELContext, Object, Object) - Method in class net.sourceforge.stripes.validation.expression.Jsp21ExpressionExecutor.StripesELResolver
-
Attempts to resolve the value as described in the class level javadoc.
- getValueFromActionBean(InputTagSupport) - Method in class net.sourceforge.stripes.tag.DefaultPopulationStrategy
-
Helper method that will check to see if there is an ActionBean present in the request,
and if so, retrieve the value for this tag from the ActionBean.
- getValueFromTag(InputTagSupport) - Method in class net.sourceforge.stripes.tag.DefaultPopulationStrategy
-
Helper method that will retrieve the preferred value set on the tag in the JSP.
- getValueNames() - Method in class net.sourceforge.stripes.mock.MockHttpSession
-
Returns a String[] of all the attribute names in session.
- getValueOnPage() - Method in class net.sourceforge.stripes.tag.InputCheckBoxTag
-
Returns the body of the tag if it is present and not empty, otherwise returns
the value of the 'checked' attribute.
- getValueOnPage() - Method in class net.sourceforge.stripes.tag.InputRadioButtonTag
-
Returns the body of the tag if it is present and not empty, otherwise returns
the value of the 'checked' attribute.
- getValueOnPage() - Method in class net.sourceforge.stripes.tag.InputTagSupport
-
Used during repopulation to query the tag for a value of values provided to the tag
on the JSP.
- getValuesFromRequest(InputTagSupport) - Method in class net.sourceforge.stripes.tag.DefaultPopulationStrategy
-
Helper method that will check the current request for user submitted values for the
tag supplied and return them as a String[] if there is one or more present.
- getValueType() - Method in class net.sourceforge.stripes.util.bean.NodeEvaluation
-
Gets the Type object which represents the type returned by evaluating up to this node.
- getVar() - Method in class net.sourceforge.stripes.tag.FieldMetadataTag
-
- getVar() - Method in class net.sourceforge.stripes.tag.UrlTag
-
Gets the name of the scoped variable to store the URL in.
- getVar() - Method in class net.sourceforge.stripes.tag.UseActionBeanTag
-
Gets the name of the page scope variable to which the ActionBean will be bound.
- getVar() - Method in class net.sourceforge.stripes.tag.VarTagSupport
-
Get the name of the variable to which the value will be assigned
- getVariableInfo(TagData) - Method in class net.sourceforge.stripes.tag.ErrorsTagExtraInfo
-
Returns an array of length two, for the variables exposed.
- getVariableInfo(TagData) - Method in class net.sourceforge.stripes.tag.UseActionBeanTagExtraInfo
-
Attempts to return type information so that the container can create a
named variable for the action bean.
- getVariableMapper() - Method in class net.sourceforge.stripes.validation.expression.Jsp21ExpressionExecutor.StripesELContext
-
Returns a no-op implementation of VariableMapper.
- getWildcardTypeBound(WildcardType) - Method in class net.sourceforge.stripes.util.bean.PropertyExpressionEvaluation
-
Gets the preferred bound from the WildcardType provided.
- getWriter() - Method in class net.sourceforge.stripes.controller.DynamicMappingFilter.ErrorTrappingResponseWrapper
-
- getWriter() - Method in class net.sourceforge.stripes.mock.MockHttpServletResponse
-
Returns a reference to a PrintWriter to be used for character output.
- GLOBAL_ERROR - Static variable in class net.sourceforge.stripes.validation.ValidationErrors
-
Key that is used to store global (i.e.
- globToPattern(String...) - Method in class net.sourceforge.stripes.controller.BindingPolicyManager
-
Converts a glob to a regex Pattern
.
- group - Variable in class net.sourceforge.stripes.tag.InputOptionsCollectionTag.Entry
-
- GZIP - Static variable in class net.sourceforge.stripes.util.Base64
-
Specify that data should be gzip-compressed.