org.parancoe.web.plugin
Class PluginHelper

java.lang.Object
  extended by org.parancoe.web.plugin.PluginHelper

public class PluginHelper
extends java.lang.Object

Questa classe è solo un helper non è configurato in spring

Author:
paolo.dona@seesaw.it, Jacopo Murador

Constructor Summary
PluginHelper(org.springframework.context.ApplicationContext ctx)
           
 
Method Summary
 java.util.Collection<ApplicationContextPlugin> getApplicationContextPlugins()
           
 java.util.Collection<WebPlugin> getWebPlugins()
           
 void initApplicationContextPlugins()
           
 void initWebPlugins()
           
 void invokeAfterCompletion(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object handler, java.lang.Exception exception)
           
 void invokePluginContextDestroyed(javax.servlet.ServletContextEvent evt)
          invokes contextDestroyed for every registered plugin
 void invokePluginContextInitialized(javax.servlet.ServletContextEvent evt)
          invokes contextInitialized for every registered plugin
 void invokePluginPostHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object handler, org.springframework.web.servlet.ModelAndView modelAndView)
           
 boolean invokePluginPreHandle(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.lang.Object handler)
          invokes contextInitialized for every registered plugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginHelper

public PluginHelper(org.springframework.context.ApplicationContext ctx)
Method Detail

getWebPlugins

public java.util.Collection<WebPlugin> getWebPlugins()

getApplicationContextPlugins

public java.util.Collection<ApplicationContextPlugin> getApplicationContextPlugins()

invokePluginContextInitialized

public void invokePluginContextInitialized(javax.servlet.ServletContextEvent evt)
invokes contextInitialized for every registered plugin

Parameters:
evt -

invokePluginContextDestroyed

public void invokePluginContextDestroyed(javax.servlet.ServletContextEvent evt)
invokes contextDestroyed for every registered plugin

Parameters:
evt -

invokePluginPreHandle

public boolean invokePluginPreHandle(javax.servlet.http.HttpServletRequest req,
                                     javax.servlet.http.HttpServletResponse res,
                                     java.lang.Object handler)
invokes contextInitialized for every registered plugin

Parameters:
evt -

invokePluginPostHandle

public void invokePluginPostHandle(javax.servlet.http.HttpServletRequest request,
                                   javax.servlet.http.HttpServletResponse response,
                                   java.lang.Object handler,
                                   org.springframework.web.servlet.ModelAndView modelAndView)

invokeAfterCompletion

public void invokeAfterCompletion(javax.servlet.http.HttpServletRequest request,
                                  javax.servlet.http.HttpServletResponse response,
                                  java.lang.Object handler,
                                  java.lang.Exception exception)

initWebPlugins

public void initWebPlugins()

initApplicationContextPlugins

public void initApplicationContextPlugins()


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