|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.xsp.exception.XSPExceptionUtil
public final class XSPExceptionUtil
XSP runtime exception utilities that provide error messages
Constructor Summary | |
---|---|
XSPExceptionUtil()
|
Method Summary | |
---|---|
static javax.faces.component.UIComponent |
getErrorComponent(java.lang.Object binding)
Gets the component that caused the error from ValueBinding or Methoding Binding |
static java.lang.String |
getErrorComponentId(java.lang.Object binding)
Gets the component id from component that caused error |
static java.lang.String |
getErrorPropertyId(java.lang.Object binding)
Gets the property id from component that caused error |
static java.lang.String |
getErrorText(java.lang.Object binding)
Gets the error text from a ValueBinding or Method Binding |
static java.lang.String |
getPropertyFromSourceId(java.lang.String sourceReferenceId)
Helper method to extract the property name from a source id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSPExceptionUtil()
Method Detail |
---|
public static java.lang.String getErrorText(java.lang.Object binding)
public static javax.faces.component.UIComponent getErrorComponent(java.lang.Object binding)
public static java.lang.String getErrorComponentId(java.lang.Object binding)
public static java.lang.String getErrorPropertyId(java.lang.Object binding)
public static java.lang.String getPropertyFromSourceId(java.lang.String sourceReferenceId)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |