|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.helpers.PortletErrorHelper
public class PortletErrorHelper
This helper class provides methods to check markup information for errors.
| Constructor Summary | |
|---|---|
PortletErrorHelper()
|
|
| Method Summary | |
|---|---|
int |
GetErrorCode(java.lang.Object[][] objArrMarkup)
Get the error code from the markup information. |
java.lang.String |
GetErrorMessage(java.lang.Object[][] objArrMarkup)
Get the error message from the markup information. |
boolean |
IsErrorContentArray(java.lang.Object[][] objArrMarkup)
Check if there was an HTTP error in the markup information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletErrorHelper()
| Method Detail |
|---|
public boolean IsErrorContentArray(java.lang.Object[][] objArrMarkup)
objArrMarkup - the markup array to check for errors.
public int GetErrorCode(java.lang.Object[][] objArrMarkup)
objArrMarkup - the markup array used to get the error code.
public java.lang.String GetErrorMessage(java.lang.Object[][] objArrMarkup)
objArrMarkup - the markup array used to get the error message.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||