org.nuiton.i18n.plugin.parser.impl
Class ParserJspMojo.JspFileProcessor.JspAttributeWithTagFilter

java.lang.Object
  extended by org.nuiton.processor.filters.DefaultFilter
      extended by org.nuiton.i18n.plugin.parser.impl.ParserJspMojo.JspFileProcessor.JspAttributeWithTagFilter
All Implemented Interfaces:
org.nuiton.processor.filters.Filter
Enclosing class:
ParserJspMojo.JspFileProcessor

public static class ParserJspMojo.JspFileProcessor.JspAttributeWithTagFilter
extends org.nuiton.processor.filters.DefaultFilter

To remove in attributes any sub tags inside it (used for example in struts) from jsp files.

Since:
2.0
Author:
tchemit

Nested Class Summary
 
Nested classes/interfaces inherited from class org.nuiton.processor.filters.DefaultFilter
org.nuiton.processor.filters.DefaultFilter.State
 
Field Summary
 
Fields inherited from class org.nuiton.processor.filters.DefaultFilter
cachedContent, NOT_FOUND, reader, state
 
Fields inherited from interface org.nuiton.processor.filters.Filter
EMPTY_STRING
 
Constructor Summary
ParserJspMojo.JspFileProcessor.JspAttributeWithTagFilter()
           
 
Method Summary
protected  String getFooter()
           
protected  String getHeader()
           
protected  String performInFilter(String ch)
           
protected  String performOutFilter(String ch)
           
 
Methods inherited from class org.nuiton.processor.filters.DefaultFilter
changeState, flush, getLineNumber, getMatchIndexFor, getMatchLengthFor, hasCachedData, parse, performHeaderFooterFilter, setReader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserJspMojo.JspFileProcessor.JspAttributeWithTagFilter

public ParserJspMojo.JspFileProcessor.JspAttributeWithTagFilter()
Method Detail

performInFilter

protected String performInFilter(String ch)
Specified by:
performInFilter in class org.nuiton.processor.filters.DefaultFilter

performOutFilter

protected String performOutFilter(String ch)
Specified by:
performOutFilter in class org.nuiton.processor.filters.DefaultFilter

getHeader

protected String getHeader()
Specified by:
getHeader in class org.nuiton.processor.filters.DefaultFilter

getFooter

protected String getFooter()
Specified by:
getFooter in class org.nuiton.processor.filters.DefaultFilter


Copyright © 2007-2011 CodeLutin. All Rights Reserved.