public class ServletRegistrationMappingDescription extends RegistrationMappingDescription<ServletRegistration>
ServletRegistration
.Constructor and Description |
---|
ServletRegistrationMappingDescription(ServletRegistration servletRegistration)
Creates a new
ServletRegistrationMappingDescription derived from the given
servletRegistration . |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getMappings()
Returns the mappings for the registered servlet.
|
getClassName, getName, getRegistration
public ServletRegistrationMappingDescription(ServletRegistration servletRegistration)
ServletRegistrationMappingDescription
derived from the given
servletRegistration
.servletRegistration
- the servlet registrationpublic Collection<String> getMappings()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.