Tabnine Logo
IElementTagStructureHandler.setTemplateData
Code IndexAdd Tabnine to your IDE (free)

How to use
setTemplateData
method
in
org.thymeleaf.processor.element.IElementTagStructureHandler

Best Java code snippets using org.thymeleaf.processor.element.IElementTagStructureHandler.setTemplateData (Showing top 1 results out of 315)

origin: thymeleaf/thymeleaf

structureHandler.setTemplateData(fragmentTemplateData);
org.thymeleaf.processor.elementIElementTagStructureHandlersetTemplateData

Javadoc

Instructs the engine to set a new template data.

This method modifies the metadata about the template that is actually being processed. When inserting fragments, this allows the engine to know data about the specific fragment being processed, and also the complete stack of fragments being nested.

See ITemplateContext#getTemplateData()

Popular methods of IElementTagStructureHandler

  • setBody
    Instructs the engine to set a new body for the current element, in the form of an IModel. This is
  • removeAttribute
  • removeElement
  • setAttribute
    Instructs the engine to set an attribute (existing or not) in the current tag being processed.
  • replaceWith
  • setLocalVariable
  • insertBefore
  • insertImmediatelyAfter
  • replaceAttribute
    Instructs the engine to replace an existing attribute for a new one (which can also exist) in the c
  • removeTags
  • iterateElement
    Instructs the engine to iterate the current element, applying a specific iteration configuration.
  • removeAllButFirstChild
    Instructs the engine to remove all the children of the element being processed, except the first on
  • iterateElement,
  • removeAllButFirstChild,
  • removeBody,
  • setInliner,
  • setSelectionTarget

Popular in Java

  • Start an intent from android
  • getContentResolver (Context)
  • setRequestProperty (URLConnection)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • Socket (java.net)
    Provides a client-side TCP socket.
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now