|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.parancoe.web.plugin.PluginHelper
public class PluginHelper
Questa classe è solo un helper non è configurato in spring
| 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 |
|---|
public PluginHelper(org.springframework.context.ApplicationContext ctx)
| Method Detail |
|---|
public java.util.Collection<WebPlugin> getWebPlugins()
public java.util.Collection<ApplicationContextPlugin> getApplicationContextPlugins()
public void invokePluginContextInitialized(javax.servlet.ServletContextEvent evt)
evt - public void invokePluginContextDestroyed(javax.servlet.ServletContextEvent evt)
evt -
public boolean invokePluginPreHandle(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.lang.Object handler)
evt -
public void invokePluginPostHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object handler,
org.springframework.web.servlet.ModelAndView modelAndView)
public void invokeAfterCompletion(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.Object handler,
java.lang.Exception exception)
public void initWebPlugins()
public void initApplicationContextPlugins()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||