@Deprecated class CollectFragmentProcessor extends AbstractAttributeTagProcessor
Processor produced from FragmentProcessor in order to separate include and define logic to avoid ambiguity.
| Type | Name and description |
|---|---|
static String |
PROCESSOR_COLLECT |
static String |
PROCESSOR_DEFINE |
static int |
PROCESSOR_PRECEDENCE |
| Constructor and description |
|---|
CollectFragmentProcessor(TemplateMode templateMode, String dialectPrefix)Constructor, sets this processor to work on the 'collect' attribute. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
doProcess(ITemplateContext context, IProcessableElementTag tag, AttributeName attributeName, String attributeValue, IElementTagStructureHandler structureHandler)Inserts the content of :define fragments into the encountered
collect placeholder. |
| Methods inherited from class | Name |
|---|---|
class AbstractAttributeTagProcessor |
process, getMatchingAttributeName, getMatchingElementName, getPrecedence, getTemplateMode, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor, sets this processor to work on the 'collect' attribute.
Inserts the content of :define fragments into the encountered
collect placeholder.
Groovy Documentation