|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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 |
RawEntity.setRecursionMode(RecursionMode recursionMode)
This method has no effect. |
void |
MimeTokenStream.setRecursionMode(RecursionMode mode)
Sets the current recursion. |
void |
EntityStateMachine.setRecursionMode(RecursionMode recursionMode)
Sets the current recursion mode. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||