Package org.fcrepo.http.commons.webxml
Class WebAppConfig
- java.lang.Object
-
- org.fcrepo.http.commons.webxml.bind.Describable
-
- org.fcrepo.http.commons.webxml.bind.Displayable
-
- org.fcrepo.http.commons.webxml.WebAppConfig
-
public class WebAppConfig extends Displayable
WebAppConfig class.
- Author:
- awoods
-
-
Constructor Summary
Constructors Constructor Description WebAppConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<ContextParam>contextParams()Collection<FilterMapping>filterMappings(String filterName)Collection<Filter>filters()Collection<Listener>listeners()Collection<ServletMapping>servletMappings(String servletName)Collection<Servlet>servlets()-
Methods inherited from class org.fcrepo.http.commons.webxml.bind.Displayable
displayName
-
Methods inherited from class org.fcrepo.http.commons.webxml.bind.Describable
getDescription
-
-
-
-
Constructor Detail
-
WebAppConfig
public WebAppConfig()
-
-
Method Detail
-
servletMappings
public Collection<ServletMapping> servletMappings(String servletName)
-
filterMappings
public Collection<FilterMapping> filterMappings(String filterName)
-
contextParams
public Collection<ContextParam> contextParams()
-
servlets
public Collection<Servlet> servlets()
-
filters
public Collection<Filter> filters()
-
listeners
public Collection<Listener> listeners()
-
-