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
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessTag(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, doProcessMethods inherited from class org.thymeleaf.processor.element.AbstractAttributeModelProcessor
doProcessMethods inherited from class org.thymeleaf.processor.element.AbstractElementModelProcessor
getDialectPrefix, getMatchingAttributeName, getMatchingElementName, processMethods inherited from class org.thymeleaf.processor.AbstractProcessor
getPrecedence, getTemplateModeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.processor.IProcessor
getPrecedence, getTemplateMode
-
Constructor Details
-
CombineAttributeModelProcessor
-
-
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:
processTagin classAbstractIwcmAttributeModelProcessor
-