public abstract class AbstractBodyElement extends Object implements BodyElement
Constructor and Description |
---|
AbstractBodyElement(Object element) |
AbstractBodyElement(Object element,
String charset) |
AbstractBodyElement(Object element,
String contentType,
String charset) |
AbstractBodyElement(String name,
Object element,
String contentType,
String charset) |
Modifier and Type | Method and Description |
---|---|
String |
getCharset() |
String |
getContentType() |
Object |
getElement() |
String |
getName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
public AbstractBodyElement(Object element)
public String getName()
getName
in interface BodyElement
public Object getElement()
getElement
in interface BodyElement
public String getContentType()
getContentType
in interface BodyElement
public String getCharset()
getCharset
in interface BodyElement
Copyright © 2006–2018 TinyGroup. All rights reserved.