public class JspInspectionResultProcessor extends BaseInspectionResultProcessor<MetawidgetTag>
${...}
using JSP EL.| Constructor and Description |
|---|
JspInspectionResultProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processAttributes(Map<String,String> attributes,
MetawidgetTag metawidgetTag)
Process the given attributes (which may belong to either entity, property or action).
|
processEntity, processInspectionResult, processInspectionResultAsDom, processTrait, processTraitsprotected void processAttributes(Map<String,String> attributes, MetawidgetTag metawidgetTag)
BaseInspectionResultProcessorDoes nothing by default.
processAttributes in class BaseInspectionResultProcessor<MetawidgetTag>attributes - attributes of the trait being processed. Subclasses can modify this Map to
modify the attributesmetawidgetTag - the parent Metawidget. Never null. May be useful to help processingCopyright © 2015. All Rights Reserved.