站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.0.0 API 英文版文档

UiComponent (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档


org.jboss.seam.core
Class UiComponent

java.lang.Object
  extended by org.jboss.seam.core.UiComponent

@Name(value="uiComponent")
@Intercept(value=NEVER)
@Scope(value=STATELESS)
public class UiComponent
extends Object


Constructor Summary
UiComponent()
           
 
Method Summary
 Map<String,javax.faces.component.UIComponent> getViewComponents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UiComponent

public UiComponent()
Method Detail

getViewComponents

@Unwrap
public Map<String,javax.faces.component.UIComponent> getViewComponents()