org.parancoe.web.plugin
Class Plugin
java.lang.Object
org.parancoe.web.plugin.Plugin
public class Plugin
- 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Plugin
public Plugin()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getContextLoaderListeners
public java.util.List<org.springframework.web.context.ContextLoaderListener> getContextLoaderListeners()
setContextLoaderListeners
public void setContextLoaderListeners(java.util.List<org.springframework.web.context.ContextLoaderListener> contextLoaderListeners)
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)
getFixtureClassNames
public java.util.List<java.lang.String> getFixtureClassNames()
setFixtureClassNames
public void setFixtureClassNames(java.util.List<java.lang.String> fixtureClassNames)
getFixtureClasses
public java.util.List<java.lang.Class> getFixtureClasses()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2007 JUG Padova Parancoe Team. All Rights Reserved.