|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BodyType in com.atlassian.confluence.content |
|---|
| Methods in com.atlassian.confluence.content that return BodyType | |
|---|---|
BodyType |
CustomContentEntityObject.getDefaultBodyType()
|
BodyType |
DefaultContentAdapter.getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
|
BodyType |
ContentEntityAdapterParent.getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
|
BodyType |
ContentEntityAdapter.getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
Get the default type for BodyContent objects attached to this content. |
| Uses of BodyType in com.atlassian.confluence.core |
|---|
| Fields in com.atlassian.confluence.core declared as BodyType | |
|---|---|
static BodyType |
BodyType.MAIL
Deprecated. since 4.2 and removal of Mail as core content type |
static BodyType |
BodyType.RAW
Body is raw character data (will not be rendered for display) |
static BodyType |
BodyType.WIKI
Body is legacy wiki markup (will be auto-converted to XHTML) |
static BodyType |
BodyType.XHTML
Body is XHTML storage format |
| Methods in com.atlassian.confluence.core that return BodyType | |
|---|---|
static BodyType |
BodyType.fromInt(int id)
Static method required by the PersistentEnum definition. |
BodyType |
BodyContent.getBodyType()
|
BodyType |
BodyTypeFactory.getBodyType(java.lang.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 | |
|---|---|
BodyContent |
ContentEntityObject.getBodyContent(BodyType expectedBodyType)
Gets the BodyContent object for this ContentEntityObject or throws an UnsupportedOperationException
if its body type is not the same as the supplied expectedBodyType. |
void |
BodyContent.setBodyType(BodyType bodyType)
Changes the body type for this object. |
| Constructors in com.atlassian.confluence.core with parameters of type BodyType | |
|---|---|
BodyContent(ContentEntityObject content,
java.lang.String body,
BodyType bodyType)
|
|
| Uses of BodyType in com.atlassian.confluence.mail |
|---|
| Methods in com.atlassian.confluence.mail that return BodyType | |
|---|---|
BodyType |
Mail.getDefaultBodyType()
Deprecated. |
| Uses of BodyType in com.atlassian.confluence.mail.archive.content |
|---|
| Methods in com.atlassian.confluence.mail.archive.content that return BodyType | |
|---|---|
BodyType |
MailContentEntityAdapter.getDefaultBodyType(CustomContentEntityObject pluginContentEntityObject)
|
| Uses of BodyType in com.atlassian.confluence.pages.templates |
|---|
| Methods in com.atlassian.confluence.pages.templates that return BodyType | |
|---|---|
BodyType |
PageTemplate.getBodyType()
|
| Methods in com.atlassian.confluence.pages.templates with parameters of type BodyType | |
|---|---|
void |
PageTemplate.setBodyType(BodyType bodyType)
|
| Method parameters in com.atlassian.confluence.pages.templates with type arguments of type BodyType | |
|---|---|
void |
DefaultPageTemplateManager.setTemplateHandlers(java.util.Map<BodyType,TemplateHandler> templateHandlers)
|
| Uses of BodyType in com.atlassian.confluence.plugins.contentproperty |
|---|
| Methods in com.atlassian.confluence.plugins.contentproperty that return BodyType | |
|---|---|
BodyType |
ContentPropertyEntityAdapter.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 | |
|---|---|
ContentBodyEntity(java.lang.String value,
BodyType bodyType)
|
|
| Uses of BodyType in com.atlassian.confluence.spaces |
|---|
| Methods in com.atlassian.confluence.spaces that return BodyType | |
|---|---|
BodyType |
SpaceDescription.getDefaultBodyType()
|
| Uses of BodyType in com.atlassian.confluence.user |
|---|
| Methods in com.atlassian.confluence.user that return BodyType | |
|---|---|
BodyType |
PersonalInformation.getDefaultBodyType()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||