public class ERXMissingRouteController extends ERXRouteController
Name | Description |
---|---|
ERXRest.strictMode | (default "true") If set to true, status code in the response will be 405 Not Allowed, if set to false, status code will be 404 Not Found |
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 |
---|
ERXMissingRouteController(com.webobjects.appserver.WORequest request)
Constructs a new ERXMissingRouteController.
|
Modifier and Type | Method and Description |
---|---|
protected String |
entityName()
Returns the name of the entity that this controller is currently handling.
|
com.webobjects.appserver.WOActionResults |
missingAction()
Returns an error response of 404 or an error response of 405 if strict mode is set to true
|
_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, 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 ERXMissingRouteController(com.webobjects.appserver.WORequest request)
request
- the current requestprotected String entityName()
ERXRouteController
entityName
in class ERXRouteController
public com.webobjects.appserver.WOActionResults missingAction()
Copyright © 2002 – 2020 Project Wonder.