Uses of Class
com.atlassian.confluence.core.BodyType
-
-
Uses of BodyType in com.atlassian.confluence.content
Methods in com.atlassian.confluence.content that return BodyType Modifier and Type Method Description BodyType
ContentEntityAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
Get the default type for BodyContent objects attached to this content.BodyType
ContentEntityAdapterParent. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
BodyType
CustomContentEntityObject. getDefaultBodyType()
BodyType
DefaultContentAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
-
Uses of BodyType in com.atlassian.confluence.core
Fields in com.atlassian.confluence.core declared as BodyType Modifier and Type Field Description static BodyType
BodyType. RAW
Body is raw character data (will not be rendered for display)static BodyType
BodyType. UNKNOWN
Body is UNKNOWN CONTENTstatic BodyType
BodyType. WIKI
Body is legacy wiki markup (will be auto-converted to XHTML)static BodyType
BodyType. XHTML
Body is XHTML storage formatMethods in com.atlassian.confluence.core that return BodyType Modifier and Type Method Description static BodyType
BodyType. fromInt(int id)
BodyType
BodyContent. getBodyType()
BodyType
BodyTypeFactory. getBodyType(String type)
Return a body type which isn't one of the core types with their own direct accessor.BodyType
ContentEntityObject. getDefaultBodyType()
BodyType
BodyTypeFactory. getMailBodyType()
BodyType
BodyTypeFactory. getWikiBodyType()
BodyType
BodyTypeFactory. getXhtmlBodyType()
Methods in com.atlassian.confluence.core with parameters of type BodyType Modifier and Type Method Description BodyContent
ContentEntityObject. getBodyContent(BodyType expectedBodyType)
Gets theBodyContent
object for this ContentEntityObject or throws an UnsupportedOperationException if its body type is not the same as the suppliedexpectedBodyType
.void
BodyContent. setBodyType(BodyType bodyType)
Changes the body type for this object.Constructors in com.atlassian.confluence.core with parameters of type BodyType Constructor Description BodyContent(ContentEntityObject content, String body, BodyType bodyType)
-
Uses of BodyType in com.atlassian.confluence.impl.content.render.prefetch
Methods in com.atlassian.confluence.impl.content.render.prefetch with parameters of type BodyType Modifier and Type Method Description boolean
ResourceIdentifierExtractor. handles(BodyType bodyType)
-
Uses of BodyType in com.atlassian.confluence.impl.content.render.prefetch.xhtml
Methods in com.atlassian.confluence.impl.content.render.prefetch.xhtml with parameters of type BodyType Modifier and Type Method Description boolean
XhtmlResourceIdentifierExtractor. handles(BodyType bodyType)
-
Uses of BodyType in com.atlassian.confluence.it.api.test.plugin.apiavailable
Methods in com.atlassian.confluence.it.api.test.plugin.apiavailable that return BodyType Modifier and Type Method Description BodyType
DummyAvailableContentEntityAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
-
Uses of BodyType in com.atlassian.confluence.pages.templates
Methods in com.atlassian.confluence.pages.templates that return BodyType Modifier and Type Method Description BodyType
PageTemplate. getBodyType()
Methods in com.atlassian.confluence.pages.templates with parameters of type BodyType Modifier and Type Method Description void
PageTemplate. setBodyType(BodyType bodyType)
Method parameters in com.atlassian.confluence.pages.templates with type arguments of type BodyType Modifier and Type Method Description void
DefaultPageTemplateManager. setTemplateHandlers(Map<BodyType,TemplateHandler> templateHandlers)
-
Uses of BodyType in com.atlassian.confluence.plugins.contentproperty
Methods in com.atlassian.confluence.plugins.contentproperty that return BodyType Modifier and Type Method Description BodyType
JsonPropertyEntityAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
-
Uses of BodyType in com.atlassian.confluence.plugins.rest.entities
Constructors in com.atlassian.confluence.plugins.rest.entities with parameters of type BodyType Constructor Description ContentBodyEntity(String value, BodyType bodyType)
-
Uses of BodyType in com.atlassian.confluence.spaces
Methods in com.atlassian.confluence.spaces that return BodyType Modifier and Type Method Description BodyType
SpaceDescription. getDefaultBodyType()
-
Uses of BodyType in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user that return BodyType Modifier and Type Method Description BodyType
PersonalInformation. getDefaultBodyType()
-