org.parancoe.web.plugin
Class Plugin

java.lang.Object
  extended by 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

Constructor Summary
Plugin()
           
 
Method Summary
 java.util.List<org.springframework.web.context.ContextLoaderListener> getContextLoaderListeners()
           
 java.util.List<java.lang.Class> getFixtureClasses()
           
 java.util.List<java.lang.String> getFixtureClassNames()
           
 java.util.List<org.springframework.web.servlet.handler.HandlerInterceptorAdapter> getInterceptors()
           
 java.lang.String getName()
           
 void setContextLoaderListeners(java.util.List<org.springframework.web.context.ContextLoaderListener> contextLoaderListeners)
           
 void setFixtureClassNames(java.util.List<java.lang.String> fixtureClassNames)
           
 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
 

Constructor Detail

Plugin

public Plugin()
Method Detail

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.