Uses of Interface
org.apache.james.jspf.terms.Configuration

Packages that use Configuration
org.apache.james.jspf.impl   
org.apache.james.jspf.parser   
org.apache.james.jspf.terms   
 

Uses of Configuration in org.apache.james.jspf.impl
 

Methods in org.apache.james.jspf.impl with parameters of type Configuration
 java.lang.Object DefaultTermsFactory.createTerm(java.lang.Class termDef, Configuration subres)
           
 

Uses of Configuration in org.apache.james.jspf.parser
 

Classes in org.apache.james.jspf.parser that implement Configuration
 class MatcherBasedConfiguration
          Provides a MatchResult view of a subset of another MatchResult
 

Methods in org.apache.james.jspf.parser with parameters of type Configuration
 java.lang.Object TermsFactory.createTerm(java.lang.Class klass, Configuration subres)
          Create a new term starting from the TermDefinition created by this factory
 

Uses of Configuration in org.apache.james.jspf.terms
 

Methods in org.apache.james.jspf.terms with parameters of type Configuration
 void UnknownModifier.config(Configuration params)
           
 void IP4Mechanism.config(Configuration params)
           
 void IncludeMechanism.config(Configuration params)
           
 void GenericModifier.config(Configuration params)
           
 void GenericMechanism.config(Configuration params)
           
 void ConfigurationEnabled.config(Configuration params)
          Configuration
 void AMechanism.config(Configuration params)
           
 void AllMechanism.config(Configuration params)
           
 



Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.