public class SpringBeanTagFactory extends Object implements TagFactory, org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
SpringBeanTagFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
Tag |
createTag()
返回上下文中对应Tag bean对象
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Spring 应用程序上下文
|
void |
setName(String name)
目标Bean名
|
public void setName(String name)
name - public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareapplicationContext - public Tag createTag()
createTag 在接口中 TagFactoryCopyright © 2015. All rights reserved.