|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwContentElement | |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.ecm | |
com.wewebu.ow.server.servlets |
Uses of OwContentElement in com.wewebu.ow.server.app |
---|
Classes in com.wewebu.ow.server.app that implement OwContentElement | |
---|---|
class |
OwDocumentImportItemContentElement
Standard implementation that is wrapped around
an .Used by the to represent
the single pages (aka content streams) of the content collection. |
Methods in com.wewebu.ow.server.app that return OwContentElement | |
---|---|
OwContentElement |
OwDocumentImportItemContentCollection.getContentElement(int iContentType_p,
int iPage_p)
Returns the content element for the given type and page |
Uses of OwContentElement in com.wewebu.ow.server.ecm |
---|
Classes in com.wewebu.ow.server.ecm that implement OwContentElement | |
---|---|
class |
OwFileObject
Implements OwObject for files on the files system. |
class |
OwStandardContentCollection
Standard Implementation of the OwContentCollection interface for just one content type and page. |
Methods in com.wewebu.ow.server.ecm that return OwContentElement | |
---|---|
OwContentElement |
OwStandardContentCollection.getContentElement(int iContentType_p,
int iPage_p)
get a content element for the given type and page |
OwContentElement |
OwFileObject.getContentElement(int iContentType_p,
int iPage_p)
get a content element for the given type and page |
OwContentElement |
OwContentCollection.getContentElement(int iContentType_p,
int iPage_p)
get a content element for the given type and page |
Uses of OwContentElement in com.wewebu.ow.server.servlets |
---|
Methods in com.wewebu.ow.server.servlets with parameters of type OwContentElement | |
---|---|
protected String |
OwMultifileDownload.createArchivedContentFileName(String defaultName_p,
OwContentElement element_p)
(overridable) Creates file names for OwContentElement based folder archive entries |
protected String |
OwAbstractUpload.createFileName(String defaultName,
OwContentElement contentElement)
Return the name which should be used in content disposition header. |
Constructors in com.wewebu.ow.server.servlets with parameters of type OwContentElement | |
---|---|
OwMultifileDownload.OwContentElementEntry(OwContentElement element_p,
String objectName_p,
int elementIndex_p)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |