org.jboss.seam.core
Class UiComponent

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

@Name(value="org.jboss.seam.core.uiComponent")
@Intercept(value=NEVER)
@Scope(value=STATELESS)
@Install(precedence=0)
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()