Package org.apache.catalina.mapper
Class Mapper.MappedContext
- java.lang.Object
-
- org.apache.catalina.mapper.Mapper.MapElement<java.lang.Void>
-
- org.apache.catalina.mapper.Mapper.MappedContext
-
- Enclosing class:
- Mapper
protected static final class Mapper.MappedContext extends Mapper.MapElement<java.lang.Void>
Represents a mapped context.
-
-
Field Summary
Fields Modifier and Type Field Description Mapper.ContextVersion[]versionsThe versions of the context.-
Fields inherited from class org.apache.catalina.mapper.Mapper.MapElement
name, object
-
-
Constructor Summary
Constructors Constructor Description MappedContext(java.lang.String name, Mapper.ContextVersion firstVersion)Constructor.
-
-
-
Field Detail
-
versions
public volatile Mapper.ContextVersion[] versions
The versions of the context.
-
-
Constructor Detail
-
MappedContext
public MappedContext(java.lang.String name, Mapper.ContextVersion firstVersion)Constructor.- Parameters:
name- The name of the contextfirstVersion- The first version
-
-