Uses of Interface
org.apache.james.jspf.parser.TermDefinition

Packages that use TermDefinition
org.apache.james.jspf.impl   
org.apache.james.jspf.parser   
 

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

Classes in org.apache.james.jspf.impl that implement TermDefinition
 class DefaultTermDefinition
          Default implementation for the TermDefinition.
 

Methods in org.apache.james.jspf.impl that return types with arguments of type TermDefinition
 java.util.Collection<TermDefinition> DefaultTermsFactory.getMechanismsCollection()
           
 java.util.Collection<TermDefinition> DefaultTermsFactory.getModifiersCollection()
           
 

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

Methods in org.apache.james.jspf.parser that return types with arguments of type TermDefinition
 java.util.Collection<TermDefinition> TermsFactory.getMechanismsCollection()
          Return the collection of known Mechanisms
 java.util.Collection<TermDefinition> TermsFactory.getModifiersCollection()
          Return the collection of known Modifiers
 



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