@Label(value="FilterMapping") public interface FilterMappingDescriptor extends WebDescriptor
Modifier and Type | Method and Description |
---|---|
List<DispatcherDescriptor> |
getDispatchers() |
ServletDescriptor |
getServlet() |
List<UrlPatternDescriptor> |
getUrlPatterns() |
void |
setServlet(ServletDescriptor servletDescriptor) |
@Relation(value="ON_URL_PATTERN") List<UrlPatternDescriptor> getUrlPatterns()
@Relation(value="ON_SERVLET") ServletDescriptor getServlet()
void setServlet(ServletDescriptor servletDescriptor)
@Relation(value="USES_DISPATCHER") List<DispatcherDescriptor> getDispatchers()
Copyright © 2016 buschmais GbR. All rights reserved.