Package | Description |
---|---|
com.hfg.html |
The HTML classes in this package can be used to construct HTML or XHTML in an object-oriented fashion.
|
com.hfg.image | |
com.hfg.svg | |
com.hfg.util.mime | |
com.hfg.webapp | |
com.hfg.xml |
Classes for XML handling.
|
com.hfg.xml.msofficexml |
Modifier and Type | Method and Description |
---|---|
Script |
Script.setType(MimeType inValue)
Sets the script type.
|
StyleTag |
StyleTag.setType(MimeType inValue) |
Constructor and Description |
---|
Script(MimeType inType) |
Modifier and Type | Method and Description |
---|---|
MimeType |
ImageFormat.getMimeType() |
Modifier and Type | Method and Description |
---|---|
SvgScript |
SvgScript.setType(MimeType inValue)
Sets the script type.
|
Constructor and Description |
---|
SvgScript(MimeType inType) |
Modifier and Type | Method and Description |
---|---|
MimeType |
MimeEntity.getContentType() |
static MimeType |
MimeType.valueOf(String inString) |
Modifier and Type | Method and Description |
---|---|
void |
MimeEntity.setContentType(MimeType inValue) |
Modifier and Type | Method and Description |
---|---|
static void |
WebappUtil.setupResponseForFileDownload(javax.servlet.http.HttpServletResponse inResponse,
MimeType inMimeType,
File inFile) |
Modifier and Type | Method and Description |
---|---|
MimeType |
Doctype.getMimeType() |
Modifier and Type | Method and Description |
---|---|
Doctype |
Doctype.setMimeType(MimeType inValue) |
Modifier and Type | Class and Description |
---|---|
class |
OfficeOpenXmlMimeType
Office Open XML mime types.
|
Modifier and Type | Field and Description |
---|---|
static MimeType |
OfficeOpenXmlMimeType.DOCX |
static MimeType |
OfficeOpenXmlMimeType.DOTX |
static MimeType |
OfficeOpenXmlMimeType.POTX |
static MimeType |
OfficeOpenXmlMimeType.PPSX |
static MimeType |
OfficeOpenXmlMimeType.PPTX |
static MimeType |
OfficeOpenXmlMimeType.XLSX |
static MimeType |
OfficeOpenXmlMimeType.XLTX |
jataylor@hairyfatguy.com