public interface BodyTypeFactory
Modifier and Type | Method and Description |
---|---|
BodyType |
getBodyType(String type)
Return a body type which isn't one of the core types with their own direct accessor.
|
BodyType |
getMailBodyType() |
BodyType |
getWikiBodyType() |
BodyType |
getXhtmlBodyType() |
void |
initialiseBodyTypes()
For use during setup to ensure all the necessary BodyTypes have been created.
|
void initialiseBodyTypes()
BodyType getXhtmlBodyType()
BodyType getMailBodyType()
BodyType getWikiBodyType()
BodyType getBodyType(String type)
type
- the String representation of the BodyType requiredCopyright © 2003–2021 Atlassian. All rights reserved.