|
OOP MimeParser Version 3.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bentofw.util.AcceptMime
public class AcceptMime
Read the list of the acceptable mime-types from the resource
file, and returns the Set object.
The returned Set object contains the acceptable
mime-types, which can be used by:
com.bentofw.web.mime.MimeParser
| Method Summary | |
|---|---|
static java.util.Set |
getAcceptMime()
Read the list of the acceptable mime-types from the resource file, and returns the Set object. |
static AcceptMime |
getInstance()
|
static java.lang.String |
getStringList(java.util.Set mimes)
Returns String object which concatenates the acceptable mime-types. |
void |
setDebug(boolean db)
|
void |
setLogger(GenericLogger logger)
Set GenericLogger object to which the log messages will be written. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setDebug(boolean db)
public static AcceptMime getInstance()
public static java.util.Set getAcceptMime()
throws NestedException
NestedExceptionpublic static java.lang.String getStringList(java.util.Set mimes)
getAcceptMime().
mimes - The Set object includeing the acceptable
mime-types.
public void setLogger(GenericLogger logger)
GenericLogger object to which the log messages will be written.
logger - GenericLogger object to which the log messages will be
written.
|
OOP MimeParser Version 3.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.