📄 textfilter.java
字号:
package com.opensymphony.module.sitemesh.html;/** * TextFilters can be added to the HTMLProcessor (or specific States) and allow a simple means of filtering text content. * * <p>More than one TextFilter may be added to each HTMLProcessor/State and they will be called in the order they were added.</p> * * @author Joe Walnes * * @see HTMLProcessor * @see State * @see com.opensymphony.module.sitemesh.html.rules.RegexReplacementTextFilter */public interface TextFilter { String filter(String content); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -