|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Content
Content
Method Summary | |
---|---|
String |
getBody()
Returns the actual entry content |
String |
getLanguage()
Retutns the language of the body content (xml:lang) |
String |
getMimeType()
Returns the MIME Type format of the body content |
String |
getMode()
Returns the method used to encode the body content (ie: xml, escaped, base64) |
void |
setBody(String content)
Set's the entry content |
void |
setLanguage(String language)
Sets the language of the body content (xml:lang) |
void |
setMimeType(String mimeType)
Set's the MIME Type format of the body content |
void |
setMode(String mode)
Set's the method used to encode the body content (ie: xml, escaped, base64) |
void |
setTagName(String tagame)
Set's the content tag name |
Methods inherited from interface org.intabulas.sandler.elements.ParseableEntity |
---|
loadDocument |
Method Detail |
---|
String getMimeType()
void setMimeType(String mimeType)
mimeType
- a String representing the MIME TypeString getMode()
void setMode(String mode)
mode
- a String representing the encodingString getLanguage()
void setLanguage(String language)
language
- a String representing the content languageString getBody()
void setBody(String content)
content
- a String representing the body contentvoid setTagName(String tagame)
tagame
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |