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

A

afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.parancoe.web.LanguageInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.parancoe.web.ParancoeOpenSessionInViewInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.parancoe.web.plugin.PluginInterceptor
 
AnnotationHandlerMapping - Class in org.parancoe.web.controller
An HandlerMapping implementation that reads url mapping from annotations.
AnnotationHandlerMapping() - Constructor for class org.parancoe.web.controller.AnnotationHandlerMapping
 
ApplicationContextPlugin - Class in org.parancoe.web.plugin
 
ApplicationContextPlugin() - Constructor for class org.parancoe.web.plugin.ApplicationContextPlugin
 

B

BASE_PACKAGE_ATTRIBUTE - Static variable in class org.parancoe.web.xml.ControllerBeanDefinitionParser
The package from which this parser loads controllers
BaseTest - Class in org.parancoe.web.test
E' la classe base per tutti i test.
BaseTest() - Constructor for class org.parancoe.web.test.BaseTest
 

C

camelizeMethod(String) - Static method in class org.parancoe.web.WebUtils
 
clazzToPopulate - Variable in class org.parancoe.web.PopulateInitialDataContextListener
 
conf - Variable in class org.parancoe.web.test.BaseTest
 
conf - Variable in class org.parancoe.web.test.PluginTest
 
contextDestroyed(ServletContextEvent) - Method in class org.parancoe.web.ContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.parancoe.web.ContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.parancoe.web.PopulateInitialDataContextListener
 
ContextListener - Class in org.parancoe.web
A context listener for initializing the Spring context.
ContextListener() - Constructor for class org.parancoe.web.ContextListener
 
ControllerBeanDefinitionParser - Class in org.parancoe.web.xml
A parser to load all the controllers defined in 'basePackage'.
ControllerBeanDefinitionParser() - Constructor for class org.parancoe.web.xml.ControllerBeanDefinitionParser
 
ControllerTest - Class in org.parancoe.web.test
 
ControllerTest() - Constructor for class org.parancoe.web.test.ControllerTest
 
createApplicationContext(String[]) - Method in class org.parancoe.web.test.BaseTest
 
createApplicationContext(String[]) - Method in class org.parancoe.web.test.PluginTest
 
createBinder(HttpServletRequest, Object, String) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Template method for creating a new ServletRequestDataBinder instance.
createBinder(NativeWebRequest, Object, String) - Method in class org.parancoe.web.annotation.ParancoeHandlerMethodInvoker
 
createWebApplicationContext(WebApplicationContext) - Method in class org.parancoe.web.ParancoeDispatcherServlet
 

D

dataSource - Variable in class org.parancoe.web.test.PluginTest
 
DefaultUrlMapping - Annotation Type in org.parancoe.web.controller.annotation
Annotation for the default urlmapping.
determineUrlsForHandler(String) - Method in class org.parancoe.web.controller.AnnotationHandlerMapping
 
doBind(NativeWebRequest, WebDataBinder, boolean) - Method in class org.parancoe.web.annotation.ParancoeHandlerMethodInvoker
 
doStartTagInternal() - Method in class org.parancoe.web.tag.FlashTag
 

E

ExceptionResolver - Class in org.parancoe.web
 
ExceptionResolver() - Constructor for class org.parancoe.web.ExceptionResolver
 

F

FlashHelper - Class in org.parancoe.web.util
 
FlashHelper() - Constructor for class org.parancoe.web.util.FlashHelper
 
FlashTag - Class in org.parancoe.web.tag
 
FlashTag() - Constructor for class org.parancoe.web.tag.FlashTag
 

G

getAllControllerTypeClasses(String) - Method in class org.parancoe.web.xml.ControllerBeanDefinitionParser
Return all classes in the package subtree matching Controller type.
getApplicationContextPlugins() - Method in class org.parancoe.web.plugin.PluginHelper
 
getConfigLocations() - Method in class org.parancoe.web.test.BaseTest
 
getConfigLocations() - Method in class org.parancoe.web.test.PluginTest
 
getContextLoaderListeners() - Method in class org.parancoe.web.plugin.ApplicationContextPlugin
 
getDefaultExtension() - Method in class org.parancoe.web.controller.AnnotationHandlerMapping
 
getFixtureClasses() - Method in class org.parancoe.web.plugin.ApplicationContextPlugin
 
getFixtureClassNames() - Method in class org.parancoe.web.plugin.ApplicationContextPlugin
 
getInterceptors() - Method in class org.parancoe.web.plugin.WebPlugin
 
getLastModified(HttpServletRequest, Object) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
 
getMessageSource() - Method in class org.parancoe.web.tag.FlashTag
Use the application context itself for default message resolution.
getName() - Method in class org.parancoe.web.plugin.ApplicationContextPlugin
 
getName() - Method in class org.parancoe.web.plugin.WebPlugin
 
getNoSuchMessageExceptionDescription(NoSuchMessageException) - Method in class org.parancoe.web.tag.FlashTag
Return default exception message.
getType() - Method in class org.parancoe.web.tag.FlashTag
 
getWebPlugins() - Method in class org.parancoe.web.plugin.PluginHelper
 

H

handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
 
handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException, HttpServletRequest, HttpServletResponse) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Handle the case where no request handler method was found.

I

init() - Method in class org.parancoe.web.xml.ParancoeWebNamespaceHandler
 
initApplicationContextPlugins() - Method in class org.parancoe.web.plugin.PluginHelper
 
initFrameworkServlet() - Method in class org.parancoe.web.ParancoeDispatcherServlet
 
initWebPlugins() - Method in class org.parancoe.web.plugin.PluginHelper
 
invokeAfterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.parancoe.web.plugin.PluginHelper
 
invokeHandlerMethod(Method, Object, NativeWebRequest, ExtendedModelMap) - Method in class org.parancoe.web.annotation.ParancoeHandlerMethodInvoker
 
invokePluginContextDestroyed(ServletContextEvent) - Method in class org.parancoe.web.plugin.PluginHelper
invokes contextDestroyed for every registered plugin
invokePluginContextInitialized(ServletContextEvent) - Method in class org.parancoe.web.plugin.PluginHelper
invokes contextInitialized for every registered plugin
invokePluginPostHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.parancoe.web.plugin.PluginHelper
 
invokePluginPreHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.parancoe.web.plugin.PluginHelper
invokes contextInitialized for every registered plugin
isBindingCandidate(Object) - Method in class org.parancoe.web.annotation.ParancoeHandlerMethodInvoker
Determine whether the given value qualifies as a "binding candidate", i.e. might potentially be subject to bean-style data binding later on.

L

LanguageInterceptor - Class in org.parancoe.web
 
LanguageInterceptor() - Constructor for class org.parancoe.web.LanguageInterceptor
 
logger - Static variable in class org.parancoe.web.LanguageInterceptor
 

M

mpReq - Variable in class org.parancoe.web.test.ControllerTest
 
MultiUrlMapping - Annotation Type in org.parancoe.web.controller.annotation
Annotation type to indicate the handling of an array of urls

O

onSetUpBeforeTransaction() - Method in class org.parancoe.web.test.ControllerTest
 
onTearDownAfterTransaction() - Method in class org.parancoe.web.test.ControllerTest
 
org.parancoe.web - package org.parancoe.web
 
org.parancoe.web.annotation - package org.parancoe.web.annotation
 
org.parancoe.web.controller - package org.parancoe.web.controller
 
org.parancoe.web.controller.annotation - package org.parancoe.web.controller.annotation
 
org.parancoe.web.plugin - package org.parancoe.web.plugin
 
org.parancoe.web.tag - package org.parancoe.web.tag
 
org.parancoe.web.test - package org.parancoe.web.test
 
org.parancoe.web.util - package org.parancoe.web.util
 
org.parancoe.web.validation - package org.parancoe.web.validation
 
org.parancoe.web.xml - package org.parancoe.web.xml
 

P

PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Log category to use when no mapped handler is found for a request.
pageNotFoundLogger - Static variable in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Additional logger to use when no mapped handler is found for a request.
ParancoeAnnotationMethodHandlerAdapter - Class in org.parancoe.web.annotation
Implementation of the HandlerAdapter interface that maps handler methods based on HTTP paths, HTTP methods and request parameters expressed through the RequestMapping annotation.
ParancoeAnnotationMethodHandlerAdapter() - Constructor for class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
 
ParancoeDispatcherServlet - Class in org.parancoe.web
 
ParancoeDispatcherServlet() - Constructor for class org.parancoe.web.ParancoeDispatcherServlet
 
ParancoeHandlerMethodInvoker - Class in org.parancoe.web.annotation
Support class for invoking an annotated handler method.
ParancoeHandlerMethodInvoker(HandlerMethodResolver) - Constructor for class org.parancoe.web.annotation.ParancoeHandlerMethodInvoker
 
ParancoeHandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer) - Constructor for class org.parancoe.web.annotation.ParancoeHandlerMethodInvoker
 
ParancoeHandlerMethodInvoker(HandlerMethodResolver, WebBindingInitializer, SessionAttributeStore, ParameterNameDiscoverer, Validator, WebArgumentResolver...) - Constructor for class org.parancoe.web.annotation.ParancoeHandlerMethodInvoker
 
ParancoeOpenSessionInViewInterceptor - Class in org.parancoe.web
I don't know why the transaction annotations aren't recognized.
ParancoeOpenSessionInViewInterceptor() - Constructor for class org.parancoe.web.ParancoeOpenSessionInViewInterceptor
 
ParancoeWebNamespaceHandler - Class in org.parancoe.web.xml
A handler for parancoe-web namespace
ParancoeWebNamespaceHandler() - Constructor for class org.parancoe.web.xml.ParancoeWebNamespaceHandler
 
PARENT_ATTRIBUTE - Static variable in class org.parancoe.web.xml.ControllerBeanDefinitionParser
The parent used to define controllers found
parse(Element, ParserContext) - Method in class org.parancoe.web.xml.ControllerBeanDefinitionParser
Register controllers found in basePackage attribute giving them parent as parent.
PluginHelper - Class in org.parancoe.web.plugin
Questa classe è solo un helper non è configurato in spring
PluginHelper(ApplicationContext) - Constructor for class org.parancoe.web.plugin.PluginHelper
 
PluginInterceptor - Class in org.parancoe.web.plugin
Questa classe fa da proxy per tutti gli interceptor configurati nei plugins.
PluginInterceptor() - Constructor for class org.parancoe.web.plugin.PluginInterceptor
 
PluginTest - Class in org.parancoe.web.test
E' la classe base per tutti i test dei plugin.
PluginTest() - Constructor for class org.parancoe.web.test.PluginTest
 
PopulateInitialDataContextListener - Class in org.parancoe.web
 
PopulateInitialDataContextListener() - Constructor for class org.parancoe.web.PopulateInitialDataContextListener
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.parancoe.web.LanguageInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.parancoe.web.ParancoeOpenSessionInViewInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.parancoe.web.plugin.PluginInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.parancoe.web.LanguageInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.parancoe.web.ParancoeOpenSessionInViewInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.parancoe.web.plugin.PluginInterceptor
 

R

raiseMissingParameterException(String, Class) - Method in class org.parancoe.web.annotation.ParancoeHandlerMethodInvoker
 
raiseSessionRequiredException(String) - Method in class org.parancoe.web.annotation.ParancoeHandlerMethodInvoker
 
req - Variable in class org.parancoe.web.test.ControllerTest
 
res - Variable in class org.parancoe.web.test.ControllerTest
 
resetRequestAndResponse() - Method in class org.parancoe.web.test.ControllerTest
Reset the request and the response, maintaining the same session.
resolveCommonArgument(MethodParameter, NativeWebRequest) - Method in class org.parancoe.web.annotation.ParancoeHandlerMethodInvoker
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.parancoe.web.ExceptionResolver
sends unhandled exceptions to genericError.jsp
resolveStandardArgument(Class, NativeWebRequest) - Method in class org.parancoe.web.annotation.ParancoeHandlerMethodInvoker
 

S

setAlwaysUseFullPath(boolean) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Set if URL lookup should always use the full path within the current servlet context.
setApplicationContext(ApplicationContext) - Method in class org.parancoe.web.plugin.PluginInterceptor
 
setContextLoaderListeners(List<ContextLoaderListener>) - Method in class org.parancoe.web.plugin.ApplicationContextPlugin
 
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Set a custom ArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Set one or more custom ArgumentResolvers to use for special method parameter types.
setDefaultExtension(String) - Method in class org.parancoe.web.controller.AnnotationHandlerMapping
 
setError(HttpServletRequest, String) - Static method in class org.parancoe.web.util.FlashHelper
 
setFixtureClassNames(List<String>) - Method in class org.parancoe.web.plugin.ApplicationContextPlugin
 
setInterceptors(List<HandlerInterceptorAdapter>) - Method in class org.parancoe.web.plugin.WebPlugin
 
setMethodNameResolver(MethodNameResolver) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Set the MethodNameResolver to use for resolving default handler methods (carrying an empty @RequestMapping annotation).
setName(String) - Method in class org.parancoe.web.plugin.ApplicationContextPlugin
 
setName(String) - Method in class org.parancoe.web.plugin.WebPlugin
 
setNotice(HttpServletRequest, String) - Static method in class org.parancoe.web.util.FlashHelper
 
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g. for default attribute names).
setPathMatcher(PathMatcher) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Set the PathMatcher implementation to use for matching URL paths against registered URL patterns.
setRedirectError(HttpServletRequest, String) - Static method in class org.parancoe.web.util.FlashHelper
 
setRedirectNotice(HttpServletRequest, String) - Static method in class org.parancoe.web.util.FlashHelper
 
setSessionAttributeStore(SessionAttributeStore) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Specify the strategy to store session attributes with.
setSynchronizeOnSession(boolean) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setType(String) - Method in class org.parancoe.web.tag.FlashTag
 
setUrlDecode(boolean) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Set if context path and request URI should be URL-decoded.
setUrlPathHelper(UrlPathHelper) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Set the UrlPathHelper to use for resolution of lookup paths.
setValidator(Validator) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Set the validator to use on @ModelAttribute parameter of methods annotated with @Validation.
setWebBindingInitializer(WebBindingInitializer) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
supports(Object) - Method in class org.parancoe.web.annotation.ParancoeAnnotationMethodHandlerAdapter
 

T

type - Variable in class org.parancoe.web.tag.FlashTag
 

U

updateModelAttributes(Object, Map, ExtendedModelMap, NativeWebRequest) - Method in class org.parancoe.web.annotation.ParancoeHandlerMethodInvoker
 
UrlMapping - Annotation Type in org.parancoe.web.controller.annotation
Annotation type to indicate the handling of a url

V

Validation - Annotation Type in org.parancoe.web.validation
An annotation for adding validation to a controller method.

W

WebPlugin - Class in org.parancoe.web.plugin
Define the basic properties of a plugin Ogni plugin nel suo parancoe-plugin.xml configura un'istanza di questa classe impostando le properties adatte.
WebPlugin() - Constructor for class org.parancoe.web.plugin.WebPlugin
 
WebUtils - Class in org.parancoe.web
 
WebUtils() - Constructor for class org.parancoe.web.WebUtils
 
writeMessage(String) - Method in class org.parancoe.web.tag.FlashTag
Write the message to the page.

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

Copyright © 2008 JUG Padova Parancoe Team. All Rights Reserved.