|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BodyTypeFactory
Describes a factory responsible for providing a consistent and fixed set of BodyType instances to other components.
Method Summary | |
---|---|
BodyType |
getBodyType(java.lang.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. |
Method Detail |
---|
void initialiseBodyTypes()
BodyType getXhtmlBodyType()
BodyType getMailBodyType()
BodyType getWikiBodyType()
BodyType getBodyType(java.lang.String type)
type
- the String representation of the BodyType required
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |