|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaticPageServiceHome
Home interface to the request independent artifacts of the static page API.
Instantiate actually one of the subclasses to access these methods, e.g.
PortalStaticPageServiceHome
.
Method Summary | |
---|---|
StaticPageContentHandler |
createStaticPageContentHandler(LayoutModelController<LayoutNode,ModifiableLayoutNode> aController)
Deprecated. use createStaticPageContentHandler(LayoutModelController, Context)
instead |
StaticPageContentHandler |
createStaticPageContentHandler(LayoutModelController<LayoutNode,ModifiableLayoutNode> aController,
Context aContext)
Creates a StaticPageContentHandler that will synchronize the
LayoutModelController with the static page events |
StaticPageContentHandler |
createStaticPageContentHandler(LayoutModelController<LayoutNode,ModifiableLayoutNode> aController,
Context aContext,
boolean forceDelete)
Creates a StaticPageContentHandler that will synchronize the
LayoutModelController with the static page events |
StaticPageZipParser |
createStaticPageZipParser()
Creates a parser that parses specific markup files inside a ZIP file and that generates a merged event stream. |
FilenameParserFactory |
getFilenameParserFactory()
Returns the factory that produces FilenameParser instances |
javax.activation.FileTypeMap |
getFileTypeMap()
Returns the FileTypeMap that manages the suffixes of filenames to
mime types |
StaticPageParserFactory |
getStaticPageParserFactory()
Returns the factory that produces StaticPageParser instances. |
Method Detail |
---|
@Deprecated StaticPageContentHandler createStaticPageContentHandler(LayoutModelController<LayoutNode,ModifiableLayoutNode> aController) throws ModelException
createStaticPageContentHandler(LayoutModelController, Context)
instead
StaticPageContentHandler
that will synchronize the
LayoutModelController
with the static page events
aController
- controller that contains the LayoutModel
to modify
ModelException
StaticPageContentHandler createStaticPageContentHandler(LayoutModelController<LayoutNode,ModifiableLayoutNode> aController, Context aContext) throws ModelException
StaticPageContentHandler
that will synchronize the
LayoutModelController
with the static page events
aController
- controller that contains the LayoutModel
to modifyaContext
- the COR context
ModelException
StaticPageContentHandler createStaticPageContentHandler(LayoutModelController<LayoutNode,ModifiableLayoutNode> aController, Context aContext, boolean forceDelete) throws ModelException
StaticPageContentHandler
that will synchronize the
LayoutModelController
with the static page events
aController
- controller that contains the LayoutModel
to modifyaContext
- the COR contextforceDelete
- indicator if the handler fully cleanup the old content or if
the old content would be merged with the new content ModelException
StaticPageZipParser createStaticPageZipParser()
FilenameParserFactory getFilenameParserFactory()
FilenameParser
instances
javax.activation.FileTypeMap getFileTypeMap()
FileTypeMap
that manages the suffixes of filenames to
mime types
StaticPageParserFactory getStaticPageParserFactory()
StaticPageParser
instances.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |