de.tuberlin.cs.flp.jspwiki.plugin.wikiarchive
|
|||
public static
String
|
CONTENT_SUFFIX |
||
public static
String
|
CONTENT_TYPE |
||
protected static
String
|
ENTRY_MARKER Start and end of an entry name, introducing a new entry.
|
||
protected static
char
|
ENTRY_MARKER_CHAR |
||
protected static
int
|
MARKER_SIZE |
|
|||
protected
void
|
createEntry(Object data, ArchiveEntry entry)
Creates a new archive entry in the data source handled by this ArchiveIOHandler.
|
||
protected static
String
|
entry2text(ArchiveEntry entry)
|
||
public
String
|
getContentSuffix()
Content type for export via HTTP.
|
||
public
String
|
getContentType()
Content type for export via HTTP.
|
||
protected
Map
|
parseAll(Object data)
Retrieves all archive entries from the data source.
|
||
protected
void
|
replaceEntry(Object data, ArchiveEntry newEntry, ArchiveEntry oldEntry)
Replaces an archive entry in the data source handled by this ArchiveIOHandler.
|
Tagged Values | |
static
|
false
|
documentation#author
|
Jens Gulden
|
|
public static final
String CONTENT_SUFFIX
public static final
String CONTENT_TYPE
protected static final
String ENTRY_MARKER
protected static final
char ENTRY_MARKER_CHAR
protected static final
int MARKER_SIZE
|
protected
void createEntry(Object data, ArchiveEntry entry)
data
- The data source handled by this ArchiveHandler, which is of type StringBuffer here.
entry
- The entry.
protected static
String
entry2text(ArchiveEntry entry)
entry
-
public
String
getContentSuffix()
public
String
getContentType()
protected
Map
parseAll(Object data)
Method Tagged Values | |
documentation#throws
|
IOException if an i/o error occurs
|
data
- The data source handled by this ArchiveHandler, which is of type StringBuffer here.
protected
void replaceEntry(Object data, ArchiveEntry newEntry, ArchiveEntry oldEntry)
data
- The data source handled by this ArchiveHandler, which is of type StringBuffer here.
newEntry
- The new entry.
oldEntry
- The old entry.