Uses of Interface
org.springframework.extensions.surf.extensibility.ExtensibilityModelElement
Packages that use ExtensibilityModelElement
Package
Description
-
Uses of ExtensibilityModelElement in org.springframework.extensions.surf.extensibility
Subinterfaces of ExtensibilityModelElement in org.springframework.extensions.surf.extensibilityModifier and TypeInterfaceDescriptioninterfaceInstances of classes that implement this interface are used to indicate the end of a section of content in the model.interfaceinterfaceThis is aContentModelElementthat doesn't place any content at the location where it is placed in theExtensibilityModel.interfaceThis is aContentModelElementthat does not produce any content when it is first rendered by instead relies on subsequently renderedDeferredContentSourceModelElementinstances to populate it with data before its final content is flushed.interfaceInstances of classes that implement this interface are used to indicate the start of a section of content in the model.interfaceMethods in org.springframework.extensions.surf.extensibility that return types with arguments of type ExtensibilityModelElementModifier and TypeMethodDescriptionExtensibilityModel.getAdditionalContentElements()Retrieves the list of elements being generated as part of extension processing. -
Uses of ExtensibilityModelElement in org.springframework.extensions.surf.extensibility.impl
Classes in org.springframework.extensions.surf.extensibility.impl that implement ExtensibilityModelElementModifier and TypeClassDescriptionclassclassclassAContentModelElementthat despite accepting unbounded content (that is content not defined by an extensibility element) does not actually output it when flushed.classclassclassMethods in org.springframework.extensions.surf.extensibility.impl that return types with arguments of type ExtensibilityModelElementModifier and TypeMethodDescriptionExtensibilityModelImpl.getAdditionalContentElements()Retrieves the currentListofExtensibilityModelElementinstances that are being generated as part of extension processing.