|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.ui.webdav.method.AbstractMethod
public abstract class AbstractMethod
| Nested Class Summary | |
|---|---|
static class |
AbstractMethod.Status
|
| Field Summary | |
|---|---|
static int |
CLOSING
Closing tag. |
static int |
NO_CONTENT
Element with no content. |
static int |
OPENING
Opening tag. |
| Constructor Summary | |
|---|---|
AbstractMethod()
|
|
| Method Summary | |
|---|---|
protected CollectionResource |
getCollection(int _endIndex,
java.lang.String[] _uri)
|
protected CollectionResource |
getCollection4ParentPath(java.lang.String _uri)
|
protected AbstractResource |
getResource4Path(java.lang.String _uri)
|
abstract void |
run(WebDAVRequest _request,
javax.servlet.http.HttpServletResponse _response)
|
void |
writeElement(java.io.Writer _writer,
java.lang.String name,
int type)
Write an element. |
void |
writeText(java.io.Writer _writer,
java.lang.String text)
Write text. |
void |
writeXMLHeader(java.io.Writer _writer)
Write XML Header. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int OPENING
public static final int CLOSING
public static final int NO_CONTENT
| Constructor Detail |
|---|
public AbstractMethod()
| Method Detail |
|---|
public abstract void run(WebDAVRequest _request,
javax.servlet.http.HttpServletResponse _response)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOException
javax.servlet.ServletExceptionprotected AbstractResource getResource4Path(java.lang.String _uri)
protected CollectionResource getCollection4ParentPath(java.lang.String _uri)
protected CollectionResource getCollection(int _endIndex,
java.lang.String[] _uri)
public void writeText(java.io.Writer _writer,
java.lang.String text)
throws java.io.IOException
text - Text to append
java.io.IOException
public void writeElement(java.io.Writer _writer,
java.lang.String name,
int type)
throws java.io.IOException
namespace - Namespace abbreviationnamespaceInfo - Namespace infoname - Element nametype - Element type
java.io.IOException
public void writeXMLHeader(java.io.Writer _writer)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||