public abstract class AbstractSpringConfiguration extends Object implements Configuration
NO_ROUTE
Modifier | Constructor and Description |
---|---|
protected |
AbstractSpringConfiguration(Class<?>... annotatedClasses) |
Modifier and Type | Method and Description |
---|---|
void |
configure(Routes routes) |
protected abstract void |
configure(Routes routes,
org.springframework.beans.factory.BeanFactory beanFactory) |
protected void |
onCreate(org.springframework.beans.factory.BeanFactory beanFactory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
override
protected AbstractSpringConfiguration(Class<?>... annotatedClasses)
public final void configure(Routes routes)
configure
in interface Configuration
protected void onCreate(org.springframework.beans.factory.BeanFactory beanFactory)
protected abstract void configure(Routes routes, org.springframework.beans.factory.BeanFactory beanFactory)
Copyright © 2015. All Rights Reserved.