|
|||||||||
| Home >> All >> org >> wymiwyg >> mies >> common >> [ vocabulary overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.wymiwyg.mies.common.vocabulary
Class HTTP

java.lang.Objectorg.wymiwyg.mies.common.vocabulary.HTTP
- public class HTTP
- extends java.lang.Object
HTTP vocabulary class for namespace http://www.w3.org/1999/xx/http#
| Field Summary | |
static Property |
Body
|
static Property |
ContentLength
|
static Property |
ContentType
|
(package private) static java.lang.String |
nBody
|
(package private) static java.lang.String |
nContentLength
|
(package private) static java.lang.String |
nContentType
|
protected static java.lang.String |
uri
|
| Constructor Summary | |
HTTP()
|
|
| Method Summary | |
static java.lang.String |
getURI()
returns the URI for this schema |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
uri
protected static final java.lang.String uri
- See Also:
- Constant Field Values
nContentType
static java.lang.String nContentType
ContentType
public static Property ContentType
nContentLength
static java.lang.String nContentLength
ContentLength
public static Property ContentLength
nBody
static java.lang.String nBody
Body
public static Property Body
| Constructor Detail |
HTTP
public HTTP()
| Method Detail |
getURI
public static java.lang.String getURI()
- returns the URI for this schema
|
|||||||||
| Home >> All >> org >> wymiwyg >> mies >> common >> [ vocabulary overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.wymiwyg.mies.common.vocabulary.HTTP