Uses of Package
org.springframework.boot.context.embedded

Packages that use org.springframework.boot.context.embedded
org.springframework.boot.context.embedded Support for embedded servlet containers. 
org.springframework.boot.context.embedded.jetty Support for Jetty EmbeddedServletContainers
org.springframework.boot.context.embedded.properties   
org.springframework.boot.context.embedded.tomcat Support for Tomcat EmbeddedServletContainers
 

Classes in org.springframework.boot.context.embedded used by org.springframework.boot.context.embedded
ConfigurableEmbeddedServletContainerFactory
          Simple interface that represents customizations to an EmbeddedServletContainerFactory.
EmbeddedServletContainer
          Simple interface that represents a fully configured embedded servlet container (for example Tomcat or Jetty).
EmbeddedServletContainerException
          Exceptions thrown by an embedded servlet container.
EmbeddedServletContainerFactory
          Factory interface that can be used to create EmbeddedServletContainers.
EmbeddedWebApplicationContext
          A WebApplicationContext that can be used to bootstrap itself from a contained EmbeddedServletContainerFactory bean.
ErrorPage
          Simple container-independent abstraction for servlet error pages.
MimeMappings
          Simple container-independent abstraction for servlet mime mappings.
MimeMappings.Mapping
          A single mime mapping.
RegistrationBean
          Base class for Servlet 3.0+ based registration beans.
ServletContextInitializer
          Interface used to configure a Servlet 3.0+ context programmatically.
ServletRegistrationBean
          A ServletContextInitializer to register Servlets in a Servlet 3.0+ container.
 

Classes in org.springframework.boot.context.embedded used by org.springframework.boot.context.embedded.jetty
AbstractEmbeddedServletContainerFactory
          Abstract base class for EmbeddedServletContainerFactory implementations.
ConfigurableEmbeddedServletContainerFactory
          Simple interface that represents customizations to an EmbeddedServletContainerFactory.
EmbeddedServletContainer
          Simple interface that represents a fully configured embedded servlet container (for example Tomcat or Jetty).
EmbeddedServletContainerException
          Exceptions thrown by an embedded servlet container.
EmbeddedServletContainerFactory
          Factory interface that can be used to create EmbeddedServletContainers.
ServletContextInitializer
          Interface used to configure a Servlet 3.0+ context programmatically.
 

Classes in org.springframework.boot.context.embedded used by org.springframework.boot.context.embedded.properties
ConfigurableEmbeddedServletContainerFactory
          Simple interface that represents customizations to an EmbeddedServletContainerFactory.
EmbeddedServletContainerCustomizer
          Strategy interface for customizing auto-configured embedded servlet containers.
 

Classes in org.springframework.boot.context.embedded used by org.springframework.boot.context.embedded.tomcat
AbstractEmbeddedServletContainerFactory
          Abstract base class for EmbeddedServletContainerFactory implementations.
ConfigurableEmbeddedServletContainerFactory
          Simple interface that represents customizations to an EmbeddedServletContainerFactory.
EmbeddedServletContainer
          Simple interface that represents a fully configured embedded servlet container (for example Tomcat or Jetty).
EmbeddedServletContainerException
          Exceptions thrown by an embedded servlet container.
EmbeddedServletContainerFactory
          Factory interface that can be used to create EmbeddedServletContainers.
ServletContextInitializer
          Interface used to configure a Servlet 3.0+ context programmatically.
 



Copyright © 2013. All Rights Reserved.