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
 Collection<TermDefinition> DefaultTermsFactory.getMechanismsCollection()
           
 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
 Collection<TermDefinition> TermsFactory.getMechanismsCollection()
          Return the collection of known Mechanisms
 Collection<TermDefinition> TermsFactory.getModifiersCollection()
          Return the collection of known Modifiers
 



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