public class AuthExceptionViewBean extends AuthViewBeanBase
ViewBean
auth exception UI.| Modifier and Type | Field and Description |
|---|---|
static String |
HTML_TITLE_AUTH_EXCEPTION
Property name for auth exception UI html title.
|
static String |
PAGE_NAME
Page name for auth exception.
|
ResourceBundle |
rb
Resource bundle
|
String |
ResultVal
Result value
|
static String |
TXT_EXCEPTION
Property name for text exception
|
static String |
TXT_GOTO_LOGIN_AFTER_FAIL
Property name for goto login after failure.
|
static String |
URL_LOGIN
Property name for url login.
|
fallbackLocale, PAGE_ENCODING, rbCache, SERVICE_URI, serviceUri, storeCookiesDEFAULT_COMMAND_CHILD_NVP_NAME, DISPLAY_EVENT_COMPLETED_REQUEST_ATTRIBUTE_NAME, OPTION_USE_PAGE_SESSION_FOR_DEFAULT_COMMAND_CHILDHANDLE_REQUEST_METHOD_PREFIX, HANDLE_REQUEST_METHOD_SUFFIXBEGIN_DISPLAY_EVENT_METHOD_PREFIX, BEGIN_DISPLAY_EVENT_METHOD_SUFFIX, END_DISPLAY_EVENT_METHOD_PREFIX, END_DISPLAY_EVENT_METHOD_SUFFIX, eventMethodRegistry, OPTION_ENABLE_QUALIFIELD_CHILD_NAME_LOOKUPS, OPTION_USE_LEGACY_DISPLAY_EVENT_SIGNATURESPAGE_SESSION_ATTRIBUTE_NVP_NAME, VIEW_BEAN_NAME_SUFFIX| Constructor and Description |
|---|
AuthExceptionViewBean()
Creates
AuthExceptionViewBean object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
beginContentHrefExceptionDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins content href exception display
|
boolean |
beginContentStaticTextExceptionDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Return
true if it begins content static text exception
display. |
void |
beginDisplay(com.iplanet.jato.view.event.DisplayEvent event)
Called as notification that the JSP has begun its display
processing.
|
boolean |
beginHrefExceptionDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins href exception display
|
boolean |
beginStaticTextExceptionDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
Returns if it begins static text exception display
|
protected com.iplanet.jato.view.View |
createChild(String name) |
void |
forwardTo(com.iplanet.jato.RequestContext requestContext)
Forwards the request to this view bean, displaying the page.
|
String |
getDisplayURL()
Returns display url for auth exception UI
|
String |
getTileIndex()
Returns tile index for auth exception UI.
|
void |
handleHrefExceptionRequest(com.iplanet.jato.view.event.RequestInvocationEvent event)
Handles href exception request
|
protected void |
registerChildren()
registers child views
|
getEncodedInputValue, getEncodedQueryParams, getRequestLocale, getValidatedInputURL, setPageEncodingdeserializePageAttributesclearPageSessionAttributes, forward, forwardTo, getDefaultCommandDescriptor, getDefaultDisplayURL, getLogicalName, getModuleURL, getPageSessionAttribute, getPageSessionAttributes, getPageSessionAttributeString, getPageSessionAttributeString, getRequestInvocationName, getRequestInvocationName, handleDeserializePageAttributesException, include, include, include, invokeRequestHandler, invokeRequestHandlerInternal, mapRequestParameters, removePageSessionAttribute, securityCheck, setDefaultCommandDescriptor, setDefaultDisplayURL, setPageSessionAttribute, setPageSessionAttributes, setRequestContextacceptRequest, afterAllModelsExecute, afterAllWebActionModelsExecute, afterHandleRequestCommandExecution, afterModelExecutes, afterWebActionModelExecutes, appMessage, beforeHandleRequestCommandExecution, beforeModelExecutes, beforeWebActionModelExecutes, createDefaultExecutionContext, executeAutoDeletingModel, executeAutoDeletingModels, executeAutoExecutingModel, executeAutoExecutingModels, executeAutoInsertingModel, executeAutoInsertingModels, executeAutoRetrievingModel, executeAutoRetrievingModels, executeAutoRetrievingModels, executeAutoUpdatingModel, executeAutoUpdatingModels, getAutoDeletingModels, getAutoExecutingModels, getAutoInsertingModels, getAutoRetrieveExecutionContext, getAutoRetrievingModels, getAutoUpdatingModels, getFirstActionExecutionContext, getLastActionExecutionContext, getModel, getNextActionExecutionContext, getPreviousActionExecutionContext, getRefreshActionExecutionContext, getRequestCompletionListenerChildNames, getRequestContext, getRequestParticipantChildNames, getSession, getViewBean, getWebActionModelOffset, getWebActionModels, getWebActionRowOffsetSessionKey, handleRequest, handleWebAction, isAutoRetrieveEnabled, onHandleRequestCommandExecutionError, onModelError, onNoModelDataAvailable, onWebActionExecutionError, requestComplete, setAutoDeletingModels, setAutoExecutingModels, setAutoInsertingModels, setAutoRetrieveEnabled, setAutoRetrieveExecutionContext, setAutoRetrievingModels, setAutoUpdatingModels, setWebActionModelOffsetbeginChildDisplay, beginChildDisplay, beginComponentDisplay, beginDisplay, childExists, createChildReserved, endChildDisplay, endChildDisplay, endComponentDisplay, endDisplay, endDisplay, ensureChild, getChild, getChildNames, getChildNames, getChildType, getCommandChildNames, getDefaultModel, getDisplayField, getDisplayFieldBooleanValue, getDisplayFieldDoubleValue, getDisplayFieldIntValue, getDisplayFieldStringValue, getDisplayFieldValue, getNumChildren, getQualifiedCommandChildNames, mapRequestParameter, onValidationException, registerChild, registerDisplayEventHandlers, removeAllChildren, removeChild, removeQualifiedNameIndices, resetChildren, setDefaultModel, setDisplayFieldValue, setDisplayFieldValue, setDisplayFieldValue, setDisplayFieldValue, unregisterChildgetName, getParent, getParentViewBean, getQualifiedName, getQualifiedViewNameSeparator, getRootView, getRootView, getSimpleQualifiedName, isVisible, setName, setParent, setQualifiedViewNameSeparator, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeginChildDisplay, endChildDisplay, endDisplay, getChild, getChildNames, getChildType, getDefaultModel, getDisplayField, getDisplayFieldValue, getNumChildren, resetChildren, setDisplayFieldValuegetName, getParent, getQualifiedName, setName, setParentpublic static final String PAGE_NAME
public String ResultVal
public ResourceBundle rb
public static final String URL_LOGIN
public static final String TXT_EXCEPTION
public static final String TXT_GOTO_LOGIN_AFTER_FAIL
public static final String HTML_TITLE_AUTH_EXCEPTION
public AuthExceptionViewBean()
AuthExceptionViewBean object.protected void registerChildren()
registerChildren in class AuthViewBeanBasepublic void forwardTo(com.iplanet.jato.RequestContext requestContext)
RequestDispatcher.forward(),
meaning that the same semantics apply to the use of this method.
This method makes implicit use of the display URL returned
by the getDisplayURL() method.forwardTo in interface com.iplanet.jato.view.ViewBeanforwardTo in class com.iplanet.jato.view.ViewBeanBaserequestContext - servlet context for auth requestpublic String getDisplayURL()
getDisplayURL in interface com.iplanet.jato.view.ViewBeangetDisplayURL in class com.iplanet.jato.view.ViewBeanBaseprotected com.iplanet.jato.view.View createChild(String name)
createChild in class AuthViewBeanBasepublic void beginDisplay(com.iplanet.jato.view.event.DisplayEvent event)
throws com.iplanet.jato.model.ModelControlException
beginDisplay in interface com.iplanet.jato.view.ContainerViewbeginDisplay in class com.iplanet.jato.view.RequestHandlingViewBaseevent - Display Event.com.iplanet.jato.model.ModelControlException - if manipulation of a model fails during
display preparation or execution of auto-retrieving models.public void handleHrefExceptionRequest(com.iplanet.jato.view.event.RequestInvocationEvent event)
throws javax.servlet.ServletException,
IOException
event - request invocation event.javax.servlet.ServletException - if it fails to foward requestIOException - if it fails to foward requestpublic boolean beginHrefExceptionDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue by defaultpublic boolean beginContentHrefExceptionDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue by default.public boolean beginStaticTextExceptionDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
event - child display eventtrue by default.public String getTileIndex()
getTileIndex in class AuthViewBeanBasepublic boolean beginContentStaticTextExceptionDisplay(com.iplanet.jato.view.event.ChildDisplayEvent event)
true if it begins content static text exception
display.event - The DisplayEventtrue if it begins content static text exception
display.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.