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 Summary
Fields Modifier and Type Field Description Mapper.MappedContext[]
contexts
int
nesting
-
Constructor Summary
Constructors Constructor Description ContextList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mapper.ContextList
addContext(Mapper.MappedContext mappedContext, int slashCount)
Mapper.ContextList
removeContext(java.lang.String path)
-
-
-
Field Detail
-
contexts
public final Mapper.MappedContext[] contexts
-
nesting
public final int nesting
-
-
Method Detail
-
addContext
public Mapper.ContextList addContext(Mapper.MappedContext mappedContext, int slashCount)
-
removeContext
public Mapper.ContextList removeContext(java.lang.String path)
-
-