org.parancoe.web.plugin
Class WebPlugin
java.lang.Object
org.parancoe.web.plugin.WebPlugin
public class WebPlugin
- extends java.lang.Object
Define the basic properties of a plugin
Ogni plugin nel suo parancoe-plugin.xml configura un'istanza di questa classe
impostando le properties adatte.
- Author:
- paolo.dona@seesaw.it, Jacopo Murador
|
Method Summary |
java.util.List<org.springframework.web.servlet.handler.HandlerInterceptorAdapter> |
getInterceptors()
|
java.lang.String |
getName()
|
void |
setInterceptors(java.util.List<org.springframework.web.servlet.handler.HandlerInterceptorAdapter> interceptors)
|
void |
setName(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebPlugin
public WebPlugin()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getInterceptors
public java.util.List<org.springframework.web.servlet.handler.HandlerInterceptorAdapter> getInterceptors()
setInterceptors
public void setInterceptors(java.util.List<org.springframework.web.servlet.handler.HandlerInterceptorAdapter> interceptors)
Copyright © 2008 JUG Padova Parancoe Team. All Rights Reserved.