|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ActionBean
bound to the requested URL.ActionBean
to a URL.
LifecycleStage
s indicated
by the Intercepts
annotation.
LifecycleStage
(s).PropertyAccessor
interface for interacting with arrays.DelegatingExceptionHandler
.Base64.InputStream
will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.InputStream
in DECODE mode.
Base64.InputStream
in
either ENCODE or DECODE mode.
Base64.OutputStream
will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.OutputStream
in ENCODE mode.
Base64.OutputStream
in
either ENCODE or DECODE mode.
LifecycleStage
(s).Before
and After
annotations and
runs the annotated methods at the requested point in the request lifecycle.StripesFilter
to copy all the attributes from this flash scope to the given
request
.
DefaultActionBeanPropertyBinder
when binding properties
to an ActionBean
.formatterClass
for formatting objects of type clazz
.
converterClass
for converting objects of type clazz
.
ExpressionExecutor
that relies on the Apache Commons
EL implementation being available in the classpath.Type
object into a Class object.
org.apache.log4j.Priority.DEBUG
.
org.apache.log4j.Priority.DEBUG
.
CryptoUtil.decrypt(String)
instead
CryptoUtil.encrypt(String)
and decrypts it.
HttpCache.expires()
.
FormatterFactory
that contains a set of built-in formatters.DefaultTagErrorRenderer
.ValidationMetadataProvider
that scans classes and their superclasses
for properties annotated with Validate
and/or ValidateNestedProperties
and
exposes the validation metadata specified by those annotations.ExceptionHandler
that discovers and automatically
configures individual AutoExceptionHandler
classes to handle specific types of
exceptions.Formatter
,
TypeConverter
, AutoExceptionHandler
, etc.), this annotation indicates that the
class should not be loaded via autodiscovery.LifecycleStage.BindingAndValidation
altogether.init(..)
.
ActionBean
s.HttpServletResponseWrapper
that traps HTTP errors by overriding
sendError(int, ..)
.response
.
Writer
that passes characters to a PrintWriter
.CryptoUtil.encrypt(String)
instead
org.apache.log4j.Priority.ERROR
.
org.apache.log4j.Priority.ERROR
.
value
to an attribute named by
var
in the named scope
.
org.apache.log4j.Priority.FATAL
.
org.apache.log4j.Priority.FATAL
.
ResolverUtil
class.
ResolverUtil
class.
targetClass
.
DefaultFormatterFactory.findFormatterClass(Class)
, after
DefaultFormatterFactory.findInSuperclasses(Class)
.
DefaultFormatterFactory.findFormatterClass(Class)
.
HttpServletRequest
so that the information
contained therein can be carried over to the next request for use by the flash scope.InvocationHandler
for a dynamic proxy that replaces the
HttpServletResponse
on ActionBeanContext
s in the flash scope after the current request
cycle has completed.Formatter
.
InputTagSupport.format(Object, boolean)
with forOutput
set to true.
Formatter
.
Formatter
.ActionBean
that are recognized by this
ActionResolver
.
ActionBean
that are recognized by this
ActionResolver
.
ActionBean
DefaultActionBeanPropertyBinder
unless a subclass has
overridden the default.
StripesTagSupport.getActionBeanType(Object)
method except that instead of
returning the Class of ActionBean it returns the URL Binding of the ActionBean.
ActionBean
from the ActionResolver
.
NameBasedActionResolver
unless a subclass has
overridden the default.
StrictBinding
annotation for a class, checking all its superclasses if
necessary.
HttpCache
annotation on the method first and then on the class and its
superclasses.
ActionBean
class to which the UrlBinding
applies.
ActionBean
class to which this binding applies.
HttpUtil.getRequestedPath(HttpServletRequest)
) and
returns the associated binding, if any.
UrlBinding
prototype associated with the given ActionBean
type.
HttpUtil.getRequestedPath(HttpServletRequest)
) and
returns the associated binding prototype, if any.
InputOptionsCollectionTag.setCollection(Object)
.
Configuration
object that was passed into DefaultValidationMetadataProvider.init(Configuration)
.
InputTextTag.getMaxlength()
and then the maxlength
element of the Validate
annotation on the associated ActionBean
property.
sendError(int, ..)
StripesConstants.URL_KEY_EVENT_NAME
.
Resolution
returned by
DefaultExceptionHandler.handle(FileUploadLimitExceededException, HttpServletRequest, HttpServletResponse)
should forward to report the error.
FormatterFactory
.
LinkTagSupport.getUrl()
.
Map
that was passed in via setMap().
ClassLoader.getResources(String)
.
ActionBean
s classes that have been found.
PropertyDescriptor
s for a bean class.
HttpUtil.getRequestedPath(HttpServletRequest)
instead.
HttpUtil.getRequestedPath(HttpServletRequest)
instead.
FlashScope.completeRequest()
and
FlashScope.beginRequest(HttpServletRequest)
made by StripesFilter
.
TypeConverter
that can be used to convert the individual
items split out of the input String.
String
,
then this method will return that last component.
ActionBean
class for which a URL was being generated when this exception was
thrown.
DefaultTypeConverterFactory
unless a subclass has
overridden the default..
OnwardResolution.getUrl(Locale)
.
NameBasedActionResolver.getBindingSuffix()
.
ValidationMetadata
, as returned by
ValidationMetadataProvider.getValidationMetadata(Class, ParameterName)
.
ValidationMetadata
for the ActionBean
class
bound to the URL being built.
ValidationMetadata
for the given ActionBean
class.
property
of the given
ActionBean
class.
ValidationMetadataProvider
that can be used by Stripes to
determine what validations need to be applied during
LifecycleStage.BindingAndValidation
.
ValidationMetadataProvider
that can be used by Stripes to
determine what validations need to be applied during
LifecycleStage.BindingAndValidation
.
Pattern
.
FileUploadLimitExceededException
is notoriously difficult to handle for several
reasons:
The exception is thrown during construction of the StripesRequestWrapper
.
ActionBean
.
ActionBean
class to
suggest to the HTTP client how it should cache the response.HttpCache
annotation on the event handler method, the ActionBean
class or the ActionBean
's superclasses.org.apache.log4j.Priority.INFO
.
org.apache.log4j.Priority.INFO
.
BootstrapPropertyResolver.PACKAGES
to their respective factories.
ResolverUtil
to find implementations of AutoExceptionHandler.
configuration
.
RuntimeConfiguration.CORE_INTERCEPTOR_LIST
.
RuntimeConfiguration.INTERCEPTOR_LIST
.
LifecycleStage
to the
interceptors in the list that intercept it.
ValidationMetadataProvider
.
@SpringBean
and attempts
to lookup and inject a managed bean into the field/property.
Set
of Map.Entry
from the
specified Map
and uses it as the Collection
for the superclass InputOptionsCollectionTag
.PropertyAccessor
for reading JavaBean properties from
JavaBeans.ExpressionExecutor
that uses the container's built in
JSP2.0 EL implementation.ExpressionExecutor
that uses the new EL API available in Java
EE 5 in the javax.el
package.JarInputStream
that begin with the
specified path
.
PropertyAccessor
for interacting with Lists.Log
that maps directly to a
Logger for log4J version 1.2.PropertyAccessor
for interacting with Maps.Map
s of LifecycleStage
to Collection
of
Interceptor
.
MultipartWrapper
.PropertyExpression
.ParameterizableTag
.ActionBean
class, specified by the
UrlBinding
annotation.
UrlBinding
object for the ActionBean
class.
UrlBindingParameter
with the corresponding name and default value properties set
accordingly.
StripesRequestWrapper.pushUriParameters(HttpServletRequestWrapper)
.
NumberTypeConverterSupport.preprocess(String)
and further pre-processing by adding the % sign if it is missing, any removing any spaces
between the value and the % sign.
request
and merge them with the
previous URI parameters.
Base64.InputStream.read()
repeatedly until the end of stream
is reached or len bytes are read.
ActionBean
's URL binding.
DontAutoLoad
.
DispatcherServlet.restoreActionBean(HttpServletRequest)
.
ActionBean.setContext(ActionBeanContext)
with the given context
only if
necessary.
BooleanTypeConverter
believes it true.
LinkTagSupport.setUrl(String)
.
DispatcherServlet
to initialize and/or swap out the list of
Interceptor
instances which should wrap the current LifecycleStage
.
BooleanTypeConverter
then the
attribute will be set to "multiple", otherwise the attribute will not be output.
BooleanTypeConverter
.
Interceptor
that uses a Spring context to inject Spring beans into newly created
ActionBeans immediately following ActionBeanResolution.ActionBean
, this annotation turns on binding access controls.StrictBinding.defaultPolicy()
element.org.apache.log4j.Priority.TRACE
.
org.apache.log4j.Priority.TRACE
.
ValidationMetadata
object to determine if the given values
should be trimmed.
HttpUtil.getRequestedPath(HttpServletRequest)
instead.
ReflectUtil.getPropertyDescriptors(Class)
.
UrlBinding
annotation on an ActionBean
class.ActionBean
class.path
does not map to a single ActionBean because it
potentially matches all the URL bindings in the matches
collection.
path
does not map to a single ActionBean because it
potentially matches all the URL bindings in the matches
collection.
path
does not map to a single ActionBean because it
potentially matches all the URL bindings in the matches
collection.
path
does not map to a single ActionBean because it
potentially matches all the URL bindings in the matches
collection.
UrlBinding
objects.UrlBindingParameter
with the given name and value.
UrlBindingParameter
with the given name, value and default value.
UrlBindingParameter
.
UrlBindingParameter
except that the parameter's value will
be set to value
.
UrlBuilder.UrlBuilder(Locale, String, boolean)
.
ActionBean
.
isForPage
.
value
using the UTF-8 charset.
value
using the UTF-8 charset.
var
or id
attribute.ActionBean
classes.org.apache.log4j.Priority.WARN
.
org.apache.log4j.Priority.WARN
.
DispatcherServlet
to wrap a block of lifecycle code in
Interceptor
calls.
Base64.OutputStream.write(int)
repeatedly until len
bytes are written.
FormatTag.format(Object)
and writes the resulting String
to
the JSP output.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |