org.jboss.seam.faces
Class UiComponent

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

@Name(value="org.jboss.seam.faces.uiComponent")
@BypassInterceptors
@Scope(value=STATELESS)
@Install(precedence=0,
         classDependencies="javax.faces.context.FacesContext")
public class UiComponent
extends Object

Access to UIComponents in the current view, by id.

Author:
Gavin King

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()


Copyright © 2011 Seam Framework. All Rights Reserved.