|
spring-webmvc-portlet | ||||||||
PREV NEXT | FRAMES NO FRAMES |
HandlerExceptionResolver
implementations.HandlerMapping
implementations.HandlerMapping
implementations that rely on a map which caches handler objects per lookup key.AbstractRefreshableApplicationContext
subclass which implements the ConfigurablePortletApplicationContext
interface for portlet environments.HandlerInterceptorAdapter.afterCompletion(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object, java.lang.Exception)
.
HandlerInterceptorAdapter.afterCompletion(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object, java.lang.Exception)
.
HandlerInterceptorAdapter.afterCompletion(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object, java.lang.Exception)
.
HandlerInterceptorAdapter.afterCompletion(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object, java.lang.Exception)
.
HandlerAdapter
interface that maps handler methods based on portlet modes, action/render phases
and request parameters expressed through the RequestMapping
annotation.HandlerExceptionResolver
interface that handles
exceptions through the ExceptionHandler
annotation.false
.
false
.
ActionResponse
.
PortletMultipartResolver
implementation for
Jakarta Commons FileUpload
1.2 or above.Portlet
but is able to participate in an MVC workflow.StandardPortletEnvironment
.
StandardPortletEnvironment
HandlerMapping
interface that maps handlers based on portlet modes expressed through the
RequestMapping
annotation at the type or method level.MultipartActionRequest
interface.String
prefixed to the name of a
destruction callback when it is stored in a PortletSession
.
"exceptionMappings"
, using the
"defaultErrorView"
as fallback.
PortletContext.getResourcePaths
to find
matching resources below the web application root directory.
Controller
interface that allows
for handling Portlet 2.0 event requests as well.PortletContext.getResource
.
AbstractHandlerMapping.setInterceptors(java.lang.Object[])
).
javax.portlet.GenericPortlet
that treats
its config parameters as bean properties.null
if not present.
null
if none specified.
null
if none.
null
if not present.
PortletContext.getRealPath
, throwing a FileNotFoundException
if not found or not resolvable.
null
if not present.
null
if no
specific one is found.
PortletContext.getResourceAsStream
,
but throws a FileNotFoundException if not found.
null
if not present.
null
if not present.
ModelMap
instance (never null
).
PortletSession.PORTLET_SCOPE
,
creating and setting a new attribute if no existing found.
null
when no
PortletConfig set yet.
null
when no
PortletConfig set yet.
AbstractFormController.passRenderParameters(javax.portlet.ActionRequest, javax.portlet.ActionResponse)
is called.
PortletRequest
that we're wrapping.
PortletSession.PORTLET_SCOPE
.
PortletResponse
that we're wrapping (if any).
PortletSession
that we're wrapping.
PortletSession.PORTLET_SCOPE
.
null
if not present.
PortletContext.getResource
,
but throws a FileNotFoundException if no resource found.
null
if we are using a view name
to be resolved by the DispatcherPortlet via a ViewResolver.
null
if we are using a view object.
HandlerInterceptor
interface,
for simplified implementation of pre-only/post-only interceptors.ModelAndView
has a view, either
as a view name or as a direct view instance.
registerHandlers
method in addition
to the superclass's initialization.
registerHandlers
method in addition
to the superclass's initialization.
registerHandlers
method in addition
to the superclass's initialization.
registerHandlers
method in addition
to the superclass's initialization.
Servlet
- and Portlet
-based stub property sources
with actual instances populated with the given context and config objects.
PortletContext.getResourceAsStream
,
which returns null
in case of a non-readable resource (e.g.
ActionResponse.sendRedirect(java.lang.String)
is
expected to be called in the action phase.
"warnLogCategory"
property.
PortletRequestBindingException
subclass that indicates a missing parameter.org.apache.commons.fileupload.portlet.PortletFileUpload
instance.
SimpleFormController.isFormChangeRequest(PortletRequest)
returns true
.
onFormChange
variant, called by the full version
onFormChange(request, response, command, errors)
.
DispatcherPortlet.initStrategies(org.springframework.context.ApplicationContext)
.
onSubmitAction
version.
onSubmitAction
version.
onSubmitRender
version.
onSubmitRender
version.
HandlerMapping
to map from a request parameter to request handler beans.ActionRequest
to the
RenderRequest
.PropertySource
that reads init parameters from a PortletConfig
object.AbstractController
.BeanPostProcessor
implementation that passes the PortletContext to beans that implement
the PortletContextAware
interface.PropertySource
that reads init parameters from a PortletContext
object.Resource
implementation for
PortletContext
resources, interpreting
relative paths within the portlet application root directory.PathMatchingResourcePatternResolver
,
able to find matching resources below the web application root directory
via Portlet API's PortletContext.getResourcePaths
.Scope
wrapper for a PortletContext, i.e.HandlerMapping
interface to map from the current PortletMode to request handler beans.HandlerMapping
interface to map from the current PortletMode and a request parameter to
request handler beans.RequestAttributes
interface.DataBinder
to perform data binding
from portlet request parameters to JavaBeans, including support for multipart files.WebRequest
adapter
for a PortletRequest
.Controller
implementation that wraps a portlet instance which it manages
internally.PortletContextAwareProcessor
, etc.
PortletContextAwareProcessor
, etc.
HandlerInterceptorAdapter.preHandle(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object)
.
ActionRequest
,
get handler mapping parameter and add it to the ActionResponse.
HandlerInterceptorAdapter.preHandle(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object)
.
HandlerInterceptorAdapter.preHandle(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object)
.
HandlerInterceptorAdapter.preHandle(javax.portlet.PortletRequest, javax.portlet.PortletResponse, java.lang.Object)
.
onSubmitAction
's full version else.
showForm
in case of errors,
and delegates to onSubmitRender's full version else.
- renderInvalidSubmit(RenderRequest, RenderResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractFormController
- Deprecated. Handle an invalid submit request, e.g.
- renderInvalidSubmit(RenderRequest, RenderResponse) -
Method in class org.springframework.web.portlet.mvc.AbstractWizardFormController
- Deprecated. Handle an invalid submit request, e.g.
- RenderMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
- Annotation for mapping Portlet render requests onto handler methods.
- resolveCommonArgument(MethodParameter, NativeWebRequest, Exception) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
- Resolves common method arguments.
- resolveContextualObject(String) -
Method in class org.springframework.web.portlet.context.PortletContextScope
-
- resolveException(RenderRequest, RenderResponse, Object, Exception) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
- Checks whether this resolver is supposed to apply (i.e.
- resolveException(ResourceRequest, ResourceResponse, Object, Exception) -
Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
-
- resolveException(RenderRequest, RenderResponse, Object, Exception) -
Method in interface org.springframework.web.portlet.HandlerExceptionResolver
- Try to resolve the given exception that got thrown during on handler execution,
returning a ModelAndView that represents a specific error page if appropriate.
- resolveException(ResourceRequest, ResourceResponse, Object, Exception) -
Method in interface org.springframework.web.portlet.HandlerExceptionResolver
- Try to resolve the given exception that got thrown during on handler execution,
returning a ModelAndView that represents a specific error page if appropriate.
- resolveMultipart(ActionRequest) -
Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
-
- resolveMultipart(ActionRequest) -
Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
- Parse the given portlet request into multipart files and parameters,
and wrap the request inside a MultipartActionRequest object
that provides access to file descriptors and makes contained
parameters accessible via the standard PortletRequest methods.
- resolveReference(String) -
Method in class org.springframework.web.portlet.context.PortletRequestAttributes
-
- resolveStandardArgument(Class<?>, NativeWebRequest, Exception) -
Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
- Resolves standard method arguments.
- resolveViewName(String, Map, PortletRequest) -
Method in class org.springframework.web.portlet.DispatcherPortlet
- Resolve the given view name into a View object (to be rendered).
- ResourceAwareController - Interface in org.springframework.web.portlet.mvc
- Extension of the Portlet
Controller
interface that allows
for handling Portlet 2.0 resource requests as well. - ResourceMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
- Annotation for mapping Portlet resource requests onto handler methods.
PropertyAccessException
s.
@SessionAttributes
annotated handlers
for the given number of seconds.
StaticPortletApplicationContext
class does not support this method.
StaticPortletApplicationContext
class does not support this method.
ActionResponse.sendRedirect(java.lang.String)
.
AbstractFormController.passRenderParameters(javax.portlet.ActionRequest, javax.portlet.ActionResponse)
is called.
PortletSession.PORTLET_SCOPE
.
InheritableThreadLocal
).
setPortletConfig
, if available.
setPortletConfig
, if available.
HandlerExceptionResolver
implementation
that allows for mapping exception class names to view names, either for a
set of given handlers or for all handlers in the DispatcherPortlet.Environment
implementation to be used by Servlet
-based web
applications.ApplicationContext
implementation for testing.SimpleFormController.isFormChangeRequest(javax.portlet.PortletRequest)
:
A form change request changes the appearance of the form
and should not get validated but just show the new form.
toString()
.
session.setAttribute
calls, explicitly indicating to the container that they might have been modified.
ModelAndView.clear()
i.e.
WebApplicationContext
implementation which takes its configuration from XML documents, understood
by an XmlBeanDefinitionReader
.
|
spring-webmvc-portlet | ||||||||
PREV NEXT | FRAMES NO FRAMES |