public interface ModuleDescriptor extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getContextRoot()
Returns the context root of the application if any
|
String |
getName()
Returns the name of the module
|
Map<String,String> |
getServletMappings()
Returns the Servlet mappings present in this module if any, or the empty list if none
|
String |
getType()
Returns the type of the module e.g.
|
Copyright © 2020. All rights reserved.