public class ERXRedirect
extends com.webobjects.appserver.WOComponent
com.webobjects.appserver.WOComponent._EventLoggingEnabler, com.webobjects.appserver.WOComponent.Event
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
_Extension, _IsEventLoggingEnabled, _keyAssociations
Constructor and Description |
---|
ERXRedirect(com.webobjects.appserver.WOContext context) |
Modifier and Type | Method and Description |
---|---|
void |
appendToResponse(com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context) |
protected NSDictionary<String,Object> |
directActionQueryParameters() |
protected String |
queryParametersString()
Returns the query parameters dictionary as a string.
|
void |
setComponent(com.webobjects.appserver.WOComponent component)
Sets the component instance to redirect to.
|
void |
setComponentToPage()
Sets the redirect component to be the original page that we were just on.
|
void |
setDirectActionClass(String directActionClass)
Sets the direct action class to redirect to.
|
void |
setDirectActionName(String directActionName)
The direct action name to redirect to.
|
void |
setIncludeSessionID(boolean includeSessionID)
Sets whether or not a direct action URL should contain the session ID.
|
void |
setQueryParameters(NSDictionary<String,? extends Object> queryParameters)
Sets the query parameters for this redirect.
|
void |
setRequestHandlerKey(String requestHandlerKey)
Sets the request handler key to redirect to.
|
void |
setRequestHandlerPath(String requestHandlerPath)
Sets the request handler path to redirect to.
|
void |
setSecure(boolean secure)
Sets whether or not a secure URL should be generated.
|
void |
setUrl(String url)
Sets the URL to redirect to.
|
__valueForBinding, _associationWithName, _awakeInContext, _childTemplate, _cleanUpStatelessComponent, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, application, awake, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, invokeAction, isCachingEnabled, isEventLoggingEnabled, isStateless, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, reset, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, setVariableValueForName, sleep, synchronizesVariablesWithBindings, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithHTMLString, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForBooleanBinding, valueForIntegerBinding, valueForKey, valueForKeyPath, valueForNSArrayBindings, valueForNSDictionaryBindings, valueForNumberBinding, valueForStringBinding, variableValueForName, variableWithName
public void setSecure(boolean secure)
secure
- whether or not a secure URL should be generated
生成される URL がセキュリティー URL であるかどうかをセットします
URL を直接でセットする時には使用されません。secure
- - セキュリティー URL を生成するかどうか
public void setIncludeSessionID(boolean includeSessionID)
false
to maintain backward compatibility.includeSessionID
- whether or not a sessionID should be includedpublic void setRequestHandlerKey(String requestHandlerKey)
requestHandlerKey
- the redirected request handler key
リダイレクト先のリダイレクト・リクエスト・ハンドラーをセットします
requestHandlerPath も同時にセットすることrequestHandlerKey
- - リダイレクト・リクエスト・ハンドラー
public void setRequestHandlerPath(String requestHandlerPath)
requestHandlerPath
- the request handler path to redirect to
リダイレクト先のリクエスト・ハンドラー・パスをセットします
requestHandlerKey も同時にセットすることrequestHandlerPath
- - リクエスト・ハンドラー・パス
public void setDirectActionClass(String directActionClass)
directActionClass
- the direct action class to redirect to
リダイレクト先のダイレクトアクション・クラスをセットします
directActionName も同時にセットすることdirectActionClass
- - ダイレクトアクション・クラス
public void setDirectActionName(String directActionName)
directActionName
- the direct action name
リダイレクト先のダイレクトアクション名をセットしますdirectActionName
- - ダイレクトアクション名
public void setUrl(String url)
url
- the URL to redirect to
リダイレクト先の URL をセットしますurl
- - リダイレクト先の URL
public void setComponentToPage()
public void setComponent(com.webobjects.appserver.WOComponent component)
component
- the component instance to redirect to
リダイレクト先のコンポーネント・インスタンスをセットします。
このコンポーネントはカレント・コンテクストのページとして置き換わり、
コンテクスト ID のリクエストがリダイレクトするコンポーネントを戻すカレント・コンテクストへの URL が生成されます。
リダイレクト・コンポーネントをセットすることでコンポーネントは一般ページ・キャシュ(Ajax ページ・キャシュではなく)
に登録され、このリクエストでの Ajax キャシュは使用禁止されます。結果としてコンポーネントへのリダイレクトは
(ハイパーリンクと同じく)バックトラック・キャシュを作成します。component
- - リダイレクト先のコンポーネント・インスタンス
public void setQueryParameters(NSDictionary<String,? extends Object> queryParameters)
queryParameters
- the query parameters for this redirect
リダイレクトのクエリー・パラメータをセットしますqueryParameters
- - リダイレクトのクエリー・パラメータ
protected String queryParametersString()
protected NSDictionary<String,Object> directActionQueryParameters()
public void appendToResponse(com.webobjects.appserver.WOResponse response, com.webobjects.appserver.WOContext context)
appendToResponse
in class com.webobjects.appserver.WOComponent
Copyright © 2002 – 2020 Project Wonder.