Package ch.tocco.nice2.model.form.spi
Class AbstractTemplateHandler
java.lang.Object
ch.tocco.nice2.model.form.spi.AbstractTemplateHandler
- Direct Known Subclasses:
TemplateHandler
Deprecated.
Abstract base class for template receivers.
Other modules may subclass this to add additional template types to the template model that are based on
the template XML file specification.
-
Field Summary
Modifier and TypeFieldDescriptionprotected DisplayValue
Deprecated.protected String
Deprecated.protected final TemplateModelReceiver
Deprecated.protected URI
Deprecated.protected Template
Deprecated. -
Constructor Summary
ConstructorDescriptionAbstractTemplateHandler
(TemplateModelReceiver receiver, ComponentHandlerContextFactory handlerFacContext) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Deprecated.protected abstract Template
Deprecated.final void
finished()
Deprecated.final void
Deprecated.final void
Deprecated.void
setNameSpace
(String ignore) Deprecated.final void
Deprecated.void
startElement
(String elementName, URI resourceName) Deprecated.Deprecated.
-
Field Details
-
name
Deprecated. -
receiver
Deprecated. -
template
Deprecated. -
label
Deprecated. -
resourceName
Deprecated.
-
-
Constructor Details
-
AbstractTemplateHandler
public AbstractTemplateHandler(TemplateModelReceiver receiver, ComponentHandlerContextFactory handlerFacContext) Deprecated.
-
-
Method Details
-
startElement
@StartElement public void startElement(@ElementName String elementName, @ResourceName URI resourceName) throws ModelBuildException Deprecated.- Throws:
ModelBuildException
-
setNameSpace
Deprecated. -
tag
@AnyElement @Cardinality(min=1, max=2147483647) public Object tag(@ElementName String tagName) throws ModelBuildException Deprecated.- Throws:
ModelBuildException
-
setName
Deprecated. -
setLabel
Deprecated.- Throws:
ModelBuildException
-
setPath
Deprecated. -
finished
Deprecated.- Throws:
ModelBuildException
-
beforeFinish
Deprecated.- Throws:
ModelBuildException
-
createTemplate
Deprecated.
-