public class DemoWebAppInitializer
extends org.crazyyak.dev.jerseyspring.YakWebAppInitializer
| Constructor and Description |
|---|
DemoWebAppInitializer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addListeners(javax.servlet.ServletContext servletContext,
org.springframework.web.context.WebApplicationContext appContext) |
java.lang.Class<? extends org.glassfish.jersey.server.ResourceConfig> |
getApplicationClass(javax.servlet.ServletContext servletContext,
org.springframework.web.context.WebApplicationContext appContext) |
java.lang.String |
getEnvironmentPropertyName(javax.servlet.ServletContext servletContext,
org.springframework.web.context.WebApplicationContext appContext) |
java.lang.String |
getProfilesPropertyName(javax.servlet.ServletContext servletContext,
org.springframework.web.context.WebApplicationContext appContext) |
protected java.lang.String |
getSpringConfigLocation(javax.servlet.ServletContext servletContext,
org.springframework.web.context.WebApplicationContext appContext) |
public java.lang.Class<? extends org.glassfish.jersey.server.ResourceConfig> getApplicationClass(javax.servlet.ServletContext servletContext,
org.springframework.web.context.WebApplicationContext appContext)
getApplicationClass in class org.crazyyak.dev.jerseyspring.YakWebAppInitializerpublic java.lang.String getEnvironmentPropertyName(javax.servlet.ServletContext servletContext,
org.springframework.web.context.WebApplicationContext appContext)
getEnvironmentPropertyName in class org.crazyyak.dev.jerseyspring.YakWebAppInitializerpublic java.lang.String getProfilesPropertyName(javax.servlet.ServletContext servletContext,
org.springframework.web.context.WebApplicationContext appContext)
getProfilesPropertyName in class org.crazyyak.dev.jerseyspring.YakWebAppInitializerprotected java.lang.String getSpringConfigLocation(javax.servlet.ServletContext servletContext,
org.springframework.web.context.WebApplicationContext appContext)
getSpringConfigLocation in class org.crazyyak.dev.jerseyspring.YakWebAppInitializerprotected void addListeners(javax.servlet.ServletContext servletContext,
org.springframework.web.context.WebApplicationContext appContext)
addListeners in class org.crazyyak.dev.jerseyspring.YakWebAppInitializer