public abstract class ERXDefaultRouteController extends ERXRouteController
com.webobjects.foundation.NSKeyValueCodingAdditions.DefaultImplementation, com.webobjects.foundation.NSKeyValueCodingAdditions.Utility
com.webobjects.foundation.NSKeyValueCoding._BooleanFieldBinding, com.webobjects.foundation.NSKeyValueCoding._BooleanMethodBinding, com.webobjects.foundation.NSKeyValueCoding._FieldBinding, com.webobjects.foundation.NSKeyValueCoding._ForwardingBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding._MethodBinding, com.webobjects.foundation.NSKeyValueCoding._NumberFieldBinding, com.webobjects.foundation.NSKeyValueCoding._NumberMethodBinding, com.webobjects.foundation.NSKeyValueCoding._ReflectionKeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCoding.MapImplementation, com.webobjects.foundation.NSKeyValueCoding.Null<T>, com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException, com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
com.webobjects.foundation.NSValidation._MethodBinding, com.webobjects.foundation.NSValidation._ValidationBinding, com.webobjects.foundation.NSValidation.DefaultImplementation, com.webobjects.foundation.NSValidation.Utility, com.webobjects.foundation.NSValidation.ValidationException
Constructor and Description |
---|
ERXDefaultRouteController(com.webobjects.appserver.WORequest request)
Constructs a new default route controller.
|
Modifier and Type | Method and Description |
---|---|
abstract com.webobjects.appserver.WOActionResults |
createAction()
Called when you want to commit a new instance.
|
abstract com.webobjects.appserver.WOActionResults |
destroyAction()
Called when you want to delete an instance.
|
abstract com.webobjects.appserver.WOActionResults |
indexAction()
Called when you want to list instances.
|
abstract com.webobjects.appserver.WOActionResults |
newAction()
Called when you need an uncommitted blank new instance.
|
abstract com.webobjects.appserver.WOActionResults |
showAction()
Called when you want to view a single instance.
|
abstract com.webobjects.appserver.WOActionResults |
updateAction()
Called when you want to update an instance (or instances).
|
_canSetHeaderForActionResults, _controllersForRequest, _disposeControllersForRequest, _registerControllerForRequest, _setContext, _setEditingContent, _setEntityName, _setFormat, _setHeaderForActionResults, _setRequestContent, _setRequestContent, _setRequestHandler, _setRequestNode, _setRoute, _setRouteKeys, _setRouteObjects, _takeRouteParametersFromRequest, accessControlAllowOrigin, accessControlAllowRequestHeaders, accessControlAllowRequestMethods, accessControlMaxAage, allowJSONP, allowWindowNameCrossDomainTransport, checkAccess, containsRouteKey, controller, controller, create, create, create, create, createRestContext, defaultFormat, dispose, editingContext, entityName, errorResponse, errorResponse, errorResponse, format, formatDelegateForFormat, formatNamed, headAction, includeOptional, isAutomaticHtmlRoutingEnabled, isKeyPathRequested, isKeyPathRequested, isSchemaRequest, json, json, json, json, newEditingContext, newEditingContext, object, object, object, object, options, optionsAction, pageNameForAction, pageWithName, performActionNamed, performActionNamed, performActionNamedWithError, performActionWithAnnotations, performActionWithArguments, performHtmlActionNamed, performRouteActionNamed, performUnknownAction, plist, plist, plist, plist, processActionResults, requestHandler, requestNode, response, response, response, response, response, response, response, response, response, response, response, responseContentForActionNamed, responseNodeForActionNamed, restContext, route, routeKeys, routeObjectForKey, routeObjects, routeObjects, routeStringForKey, schemaResponse, schemaResponseForEntityNamed, setOptions, setRestContext, shouldFailOnMissingHtmlPage, stringResponse, toString, update, update, xml, xml, xml, xml
_componentAction, defaultAction, getSessionIDForRequest, takeFormValueArraysForKeyArray, takeFormValuesForKeyArray
_isActionOnClass, _methodForAction, _preloadAllActionsOnClass, canAccessFieldsDirectly, context, debugString, existingSession, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, initializeRequestSessionIDInContext, languages, logString, pageWithName, request, session, setLanguages, takeValueForKey, takeValueForKeyPath, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, valueForKey, valueForKeyPath
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
handleQueryWithUnboundKey, handleTakeValueForUnboundKey, unableToSetNullForKey
takeValueForKeyPath, valueForKeyPath
public ERXDefaultRouteController(com.webobjects.appserver.WORequest request)
request
- the current requestpublic abstract com.webobjects.appserver.WOActionResults newAction() throws Throwable
Throwable
- if something goes wrongpublic abstract com.webobjects.appserver.WOActionResults updateAction() throws Throwable
Throwable
- if something goes wrongpublic abstract com.webobjects.appserver.WOActionResults destroyAction() throws Throwable
Throwable
- if something goes wrongpublic abstract com.webobjects.appserver.WOActionResults showAction() throws Throwable
Throwable
- if something goes wrongpublic abstract com.webobjects.appserver.WOActionResults createAction() throws Throwable
Throwable
- if something goes wrongCopyright © 2002 – 2020 Project Wonder.