org.apache.empire.jsf2.controls
Class InputControlManager

java.lang.Object
  extended by org.apache.empire.jsf2.controls.InputControlManager

public final class InputControlManager
extends Object


Method Summary
static InputControl getControl(String name)
           
static Class<? extends javax.faces.component.html.HtmlOutputLabel> getLabelComponentClass()
           
static void registerControl(InputControl control)
           
static void setLabelComponentClass(Class<? extends javax.faces.component.html.HtmlOutputLabel> labelComponentClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLabelComponentClass

public static Class<? extends javax.faces.component.html.HtmlOutputLabel> getLabelComponentClass()

setLabelComponentClass

public static void setLabelComponentClass(Class<? extends javax.faces.component.html.HtmlOutputLabel> labelComponentClass)

registerControl

public static void registerControl(InputControl control)

getControl

public static InputControl getControl(String name)


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.