Package org.springframework.extensions.surf.extensibility.impl
package org.springframework.extensions.surf.extensibility.impl
-
ClassesClassDescriptionDefines the abstract behaviour of an extensibility directive by implementing the common structure.Should be extended to take advantage of the helper methods it provides for retrieving properties required for the directive represented by the subclass.The default
ExtensibilityContentimplementation.This is the default class for capturing the data contained within extensibility directives.AContentModelElementthat despite accepting unbounded content (that is content not defined by an extensibility element) does not actually output it when flushed.Used to maintain the debug data about theExtensibilityDirectiveinstances used in a single request.The markup directive is used to delimit a section of a FreeMarker template that can then be manipulated by extension module code.An extension of theWriterclass that is used with theExtensibilityModel.