Uses of Class
org.apache.james.mime4j.stream.RecursionMode

Packages that use RecursionMode
org.apache.james.mime4j.stream   
 

Uses of RecursionMode in org.apache.james.mime4j.stream
 

Methods in org.apache.james.mime4j.stream that return RecursionMode
 RecursionMode MimeTokenStream.getRecursionMode()
          Gets the current recursion mode.
static RecursionMode RecursionMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecursionMode[] RecursionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.james.mime4j.stream with parameters of type RecursionMode
 void MimeTokenStream.setRecursionMode(RecursionMode mode)
          Sets the current recursion.
 void EntityStateMachine.setRecursionMode(RecursionMode recursionMode)
          Sets the current recursion mode.
 void RawEntity.setRecursionMode(RecursionMode recursionMode)
          This method has no effect.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.