📄 tagrule.java
字号:
package com.opensymphony.module.sitemesh.html;public interface TagRule { void setContext(HTMLProcessorContext context); /** * Called by the HTMLProcessor to determine if a rule should be called for a given tag. * * The name parameter will always be passed in lowercase. */ boolean shouldProcess(String name); void process(Tag tag);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -