T - the type of the servlet container.public abstract class AbstractLogbackAccessInstaller<T extends org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer> extends Object implements org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationEventPublisher |
applicationEventPublisher
The application event publisher.
|
protected Class<T> |
containerClass
The class of the servlet container.
|
protected org.springframework.core.env.Environment |
environment
The environment.
|
protected LogbackAccessProperties |
logbackAccessProperties
The configuration properties for Logback-access.
|
| Constructor and Description |
|---|
AbstractLogbackAccessInstaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer container) |
protected abstract void |
installLogbackAccess(T container)
Installs Logback-access.
|
protected final Class<T extends org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer> containerClass
protected final LogbackAccessProperties logbackAccessProperties
protected final org.springframework.core.env.Environment environment
protected final org.springframework.context.ApplicationEventPublisher applicationEventPublisher
public void customize(org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer container)
customize in interface org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerprotected abstract void installLogbackAccess(T container)
container - the servlet container.Copyright © 2017 rakugakibox.net. All rights reserved.