|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Problem
to the Log
at WARN
level.
ModelAndView.clear()
i.e.
ModelAndView.clear()
i.e.
NULL
.
ELResolver
that exposes the Spring
WebApplicationContext
instance under a variable named
"webApplicationContext".WebApplicationContext
for a given
ServletContext
.VariableResolver
that exposes the Spring
WebApplicationContext
instance under a variable named
"webApplicationContext".ServletContext
programmatically -- as opposed to (or possibly in conjunction
with) the traditional web.xml
-based approach.WebDataBinder
for performing data binding in the context of a specific web request.AbstractController
and WebContentInterceptor
.DataBinder
for data binding from web request parameters
to JavaBean objects.WebDataBinder
instance for a named target object.JtaTransactionManager
variant for BEA WebLogic (9.0 and higher).LoadTimeWeaver
implementation for WebLogic's instrumentable
ClassLoader.WebLogicLoadTimeWeaver
class using
the default class loader
.
WebLogicLoadTimeWeaver
class using
the supplied ClassLoader
.
NativeJdbcExtractor
interface for WebLogic,
supporting WebLogic Server 8.1 and higher.@EnableWebMvc
.WebMvcConfigurer
.DataBinder
to perform data binding
from web request parameters to JavaBeans, including support for multipart files.DataSource
implementation that delegates all calls to a WebSphere
target DataSource
, typically obtained from JNDI, applying a current
isolation level and/or current user credentials to every Connection obtained
from it.LoadTimeWeaver
implementation for WebSphere's instrumentable ClassLoader.WebSphereLoadTimeWeaver
class using
the default class loader
.
WebSphereLoadTimeWeaver
class using
the supplied ClassLoader
.
FactoryBean
that obtains a WebSphere MBeanServer
reference through WebSphere's proprietary AdminServiceFactory
API,
available on WebSphere 5.1 and higher.NativeJdbcExtractor
interface for WebSphere,
supporting WebSphere Application Server 5.1 and higher.UOWManager
instance, obtained from WebSphere's
JNDI environment.Statement
returned by the parent implementation with a
RunAfterTestClassCallbacks
statement, thus preserving the default
functionality but adding support for the Spring TestContext Framework.
Statement
returned by the parent implementation with a
RunAfterTestMethodCallbacks
statement, thus preserving the
default functionality but adding support for the Spring TestContext
Framework.
Statement
returned by the parent implementation with a
RunBeforeTestClassCallbacks
statement, thus preserving the
default functionality but adding support for the Spring TestContext
Framework.
Statement
returned by the parent implementation with a
RunBeforeTestMethodCallbacks
statement, thus preserving the
default functionality but adding support for the Spring TestContext
Framework.
@Repeat
annotation by returning a
SpringRepeat
statement initialized with the configured repeat
count or 1
if no repeat count is configured.
@Timed
and JUnit's
@Test(timeout=...)
annotations, but not both
simultaneously.
MockPropertySource.setProperty(java.lang.String, java.lang.Object)
that returns the current instance.
TaskExecutor
implementation
that delegates to a JCA 1.5 WorkManager, implementing the
WorkManager
interface.WorkManager
interface,
which either needs to be specified as reference or through the JNDI name.AbstractHttpMessageConverter.getDefaultContentType(Object)
if a content
type was not provided, calls AbstractHttpMessageConverter.getContentLength(T, org.springframework.http.MediaType)
, and sets the corresponding headers
on the output message.
TagWriter
.
TagWriter
.
TagWriter
.
TagWriter
.
null
or zero length.
input
' element to the supplied
TagWriter
,
marking it as 'checked' if appropriate.
input type="radio"
' element with the configured
AbstractMultiCheckedElementTag.setItems(Object)
values.
input(radio)
' element with the configured
value
.
form
' tag and exposes
the form object name in the PageContext
.
input
' tag to the supplied TagWriter
including the
databound value.
input
' tag to the supplied TagWriter
.
label
' tag and forces a block tag so
that body content is written correctly.
select
' tag to the supplied
TagWriter
.
Log
instance.
Throwable
to the
supplied Log
instance.
AbstractXmlHttpMessageConverter.writeInternal(Object, HttpOutputMessage)
.
value
' attribute to the supplied TagWriter
.
value
' attribute to the supplied TagWriter
.
PasswordInputTag
only writes it's value if the
'showPassword'
property value is
true
.
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |