pagebuilder.java
来自「一个jsp网页布局框架」· Java 代码 · 共 14 行
JAVA
14 行
package com.opensymphony.module.sitemesh.html.rules;/** * Allows a TagRule to add information to a Page object. * * The standard HTML processing rules bundled with SiteMesh use this interface instead of direct coupling to the HTMLPage * class, allowing the rules to be used for HTML processing in applications outside of SiteMesh. * * @author Joe Walnes */public interface PageBuilder { void addProperty(String key, String value);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?