public interface Atom
限定符和类型 | 方法和说明 |
---|---|
Filter |
filter()
自身的过滤器,根据这个过滤器决定是否输出到web端
|
ScriptPath |
script()
已过时。
|
ScriptPath |
script(RequestClient req)
该原子组件所使用的javascript脚本
|
StylePath |
style()
已过时。
|
StylePath |
style(RequestClient req)
该原子组件所使用的css样式表
|
@Deprecated ScriptPath script()
@Deprecated StylePath style()
ScriptPath script(RequestClient req)
req
- 请求客户端StylePath style(RequestClient req)
req
- 请求客户端Filter filter()