Apache Tomcat 7.0.4

org.apache.tomcat.util.http.mapper
Class Mapper.Context

java.lang.Object
  extended by org.apache.tomcat.util.http.mapper.Mapper.MapElement
      extended by org.apache.tomcat.util.http.mapper.Mapper.Context
Enclosing class:
Mapper

protected static final class Mapper.Context
extends Mapper.MapElement


Field Summary
 Mapper.Wrapper defaultWrapper
           
 Mapper.Wrapper[] exactWrappers
           
 Mapper.Wrapper[] extensionWrappers
           
 int nesting
           
 Context resources
           
 String[] welcomeResources
           
 Mapper.Wrapper[] wildcardWrappers
           
 
Fields inherited from class org.apache.tomcat.util.http.mapper.Mapper.MapElement
name, object
 
Constructor Summary
protected Mapper.Context()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

welcomeResources

public String[] welcomeResources

resources

public Context resources

defaultWrapper

public Mapper.Wrapper defaultWrapper

exactWrappers

public Mapper.Wrapper[] exactWrappers

wildcardWrappers

public Mapper.Wrapper[] wildcardWrappers

extensionWrappers

public Mapper.Wrapper[] extensionWrappers

nesting

public int nesting
Constructor Detail

Mapper.Context

protected Mapper.Context()

Apache Tomcat 7.0.4

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.