Class CombineAttributeModelProcessor

java.lang.Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.element.AbstractElementModelProcessor
org.thymeleaf.processor.element.AbstractAttributeModelProcessor
sk.iway.iwcm.system.spring.webjet_component.dialect.AbstractIwcmAttributeModelProcessor
sk.iway.iwcm.system.spring.webjet_component.dialect.CombineAttributeModelProcessor
All Implemented Interfaces:
org.thymeleaf.processor.element.IElementModelProcessor, org.thymeleaf.processor.element.IElementProcessor, org.thymeleaf.processor.IProcessor

public class CombineAttributeModelProcessor extends AbstractIwcmAttributeModelProcessor
Trieda CombineAttributeTagProcessor pre iwcm tag s nazvom combine Tag sluzi na vlozenie JS a CSS do sablon parsuje aj BODY tagu, kde hlada script a link tagy a berie z nich linky je to tak preto, aby sa to dalo pouzit aj bez WJ s npm run start
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    processTag(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IModel model, org.thymeleaf.model.IProcessableElementTag baseTag, javax.servlet.http.HttpServletRequest request)
     

    Methods inherited from class sk.iway.iwcm.system.spring.webjet_component.dialect.AbstractIwcmAttributeModelProcessor

    addCssTag, addScriptTag, doProcess

    Methods inherited from class org.thymeleaf.processor.element.AbstractAttributeModelProcessor

    doProcess

    Methods inherited from class org.thymeleaf.processor.element.AbstractElementModelProcessor

    getDialectPrefix, getMatchingAttributeName, getMatchingElementName, process

    Methods inherited from class org.thymeleaf.processor.AbstractProcessor

    getPrecedence, getTemplateMode

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.thymeleaf.processor.IProcessor

    getPrecedence, getTemplateMode
  • Constructor Details

    • CombineAttributeModelProcessor

      public CombineAttributeModelProcessor(String dialectPrefix)
  • Method Details

    • processTag

      protected void processTag(org.thymeleaf.context.ITemplateContext context, org.thymeleaf.model.IModel model, org.thymeleaf.model.IProcessableElementTag baseTag, javax.servlet.http.HttpServletRequest request)
      Specified by:
      processTag in class AbstractIwcmAttributeModelProcessor