paramparent.java
来自「大家好啊 快来抢购J2ME东东 挺不错的啊 不要后悔啊 抓住机会」· Java 代码 · 共 13 行
JAVA
13 行
package com.ora.jsp.tags.generic;
/**
* This interface must be implemented by all tag handlers that can
* have ParamTag's in the body.
*/
public interface ParamParent {
/**
* Adds a parameter name-value pair represented by the
* embedded ParamTag. The value is URL encoded.
*/
void setParam(String name, String value);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?