Package org.apache.catalina.mapper
Class Mapper.ContextList
- java.lang.Object
- 
- org.apache.catalina.mapper.Mapper.ContextList
 
- 
- Enclosing class:
- Mapper
 
 protected static final class Mapper.ContextList extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description Mapper.MappedContext[]contextsintnesting
 - 
Constructor SummaryConstructors Constructor Description ContextList()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Mapper.ContextListaddContext(Mapper.MappedContext mappedContext, int slashCount)Mapper.ContextListremoveContext(java.lang.String path)
 
- 
- 
- 
Field Detail- 
contextspublic final Mapper.MappedContext[] contexts 
 - 
nestingpublic final int nesting 
 
- 
 - 
Method Detail- 
addContextpublic Mapper.ContextList addContext(Mapper.MappedContext mappedContext, int slashCount) 
 - 
removeContextpublic Mapper.ContextList removeContext(java.lang.String path) 
 
- 
 
-