@ApplicationScoped public class FactoryUniqueIdEncoder extends Object
Constructor and Description |
---|
FactoryUniqueIdEncoder() |
Modifier and Type | Method and Description |
---|---|
String |
encode(UIBeanHandler uiBean,
String name)
Encode a name for a given panel context, appending it to a String depending on the panel.
|
static FactoryUniqueIdEncoder |
lookup() |
public static FactoryUniqueIdEncoder lookup()
public String encode(UIBeanHandler uiBean, String name)
uiBean
- The UI beanname
- The symbolic name to encode so that different panels bean instances have different names.Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.