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 BodyTypeContentEntityAdapter. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)Get the default type for BodyContent objects attached to this content.BodyTypeContentEntityAdapterParent. getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)BodyTypeCustomContentEntityObject. getDefaultBodyType()BodyTypeDefaultContentAdapter. 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 BodyTypeBodyType. RAWBody is raw character data (will not be rendered for display)static BodyTypeBodyType. UNKNOWNBody is UNKNOWN CONTENTstatic BodyTypeBodyType. WIKIBody is legacy wiki markup (will be auto-converted to XHTML)static BodyTypeBodyType. XHTMLBody is XHTML storage formatMethods in com.atlassian.confluence.core that return BodyType Modifier and Type Method Description static BodyTypeBodyType. fromInt(int id)BodyTypeBodyContent. getBodyType()BodyTypeBodyTypeFactory. getBodyType(String type)Return a body type which isn't one of the core types with their own direct accessor.BodyTypeContentEntityObject. getDefaultBodyType()BodyTypeBodyTypeFactory. getMailBodyType()BodyTypeBodyTypeFactory. getWikiBodyType()BodyTypeBodyTypeFactory. getXhtmlBodyType()Methods in com.atlassian.confluence.core with parameters of type BodyType Modifier and Type Method Description BodyContentContentEntityObject. getBodyContent(BodyType expectedBodyType)Gets theBodyContentobject for this ContentEntityObject or throws an UnsupportedOperationException if its body type is not the same as the suppliedexpectedBodyType.voidBodyContent. 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 booleanResourceIdentifierExtractor. 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 booleanXhtmlResourceIdentifierExtractor. 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 BodyTypeDummyAvailableContentEntityAdapter. 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 BodyTypePageTemplate. getBodyType()Methods in com.atlassian.confluence.pages.templates with parameters of type BodyType Modifier and Type Method Description voidPageTemplate. setBodyType(BodyType bodyType)Method parameters in com.atlassian.confluence.pages.templates with type arguments of type BodyType Modifier and Type Method Description voidDefaultPageTemplateManager. 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 BodyTypeJsonPropertyEntityAdapter. 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 BodyTypeSpaceDescription. getDefaultBodyType() -
Uses of BodyType in com.atlassian.confluence.user
Methods in com.atlassian.confluence.user that return BodyType Modifier and Type Method Description BodyTypePersonalInformation. getDefaultBodyType()
-