|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
com.bea.content.manager.faces.component.ResolverComponent
public abstract class ResolverComponent
Abstract base class for AttributeResolver components.
| Field Summary | |
|---|---|
static String |
ATTR_FAIL_ON_ERROR
|
static String |
ATTR_RESULT
|
protected static Debug |
debug
|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
ResolverComponent()
|
|
| Method Summary | |
|---|---|
protected Object |
getAttributeBinding(String attrName,
Object defaultValue)
This method is convenient for retrieving the value binding for a given attribute name, or return the default value if no value binding exists. |
String |
getFamily()
|
protected void |
handleException(Throwable e)
|
boolean |
isFailOnError()
Get the value of failOnError |
abstract void |
resolve(Writer writer)
|
void |
setFailOnError(boolean failOnError)
Set the value of failOnError |
protected void |
throwAttributeTypeException(String attrName,
Class<?> clazz)
|
protected void |
throwMissingAttributeError(String attrName)
|
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Debug debug
public static final String ATTR_FAIL_ON_ERROR
public static final String ATTR_RESULT
| Constructor Detail |
|---|
public ResolverComponent()
| Method Detail |
|---|
public String getFamily()
getFamily in class UIComponentpublic boolean isFailOnError()
failOnError
public void setFailOnError(boolean failOnError)
failOnError
protected Object getAttributeBinding(String attrName,
Object defaultValue)
attrName - The name of the attribute to retrieve.defaultValue - The value to return if no value binding exists.
public abstract void resolve(Writer writer)
protected void throwMissingAttributeError(String attrName)
protected void throwAttributeTypeException(String attrName,
Class<?> clazz)
protected void handleException(Throwable e)
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||