public class ERXHyperlinkResource extends com.webobjects.appserver._private.WOHTMLDynamicElement
Modifier and Type | Field and Description |
---|---|
protected WOAssociation |
_action |
protected WOAssociation |
_disabled |
protected WOAssociation |
_escapeHTML |
protected WOAssociation |
_fragmentIdentifier |
protected WOAssociation |
_linkResource |
protected WOAssociation |
_string |
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _prefix, _rendered, _secure, _style, _suffix, _title, DontEscapeHTML, EscapeHTML
_children
_ConstructorParameters
Constructor and Description |
---|
ERXHyperlinkResource(String aName,
NSDictionary<String,WOAssociation> someAssociations,
WOElement template) |
Modifier and Type | Method and Description |
---|---|
protected void |
_appendCGIActionURLToResponse(WOResponse aResponse,
WOContext aContext,
boolean htmlEscapeURL,
String actionPath) |
protected void |
_appendCloseTagToResponse(WOResponse aResponse,
WOContext aContext) |
protected void |
_appendClosingHrefToResponse(WOResponse response,
WOContext context) |
protected void |
_appendComponentActionURLToResponse(WOResponse response,
WOContext context,
boolean escapeHTML) |
protected void |
_appendDataAjaxFalseToResponse(WOResponse response,
WOContext context) |
protected void |
_appendFragmentToResponse(WOResponse aResponse,
WOContext aContext) |
protected void |
_appendOpeningHrefToResponse(WOResponse response,
WOContext context) |
protected void |
_appendOpenTagToResponse(WOResponse aResponse,
WOContext aContext) |
protected void |
_appendQueryStringToResponse(WOResponse aResponse,
WOContext aContext,
String aRequestHandlerPath,
boolean htmlEscapeURL,
boolean defaultIncludeSessionID) |
protected void |
_appendStaticURLToResponse(WOResponse response,
WOContext context,
boolean escapeHTML,
String staticURL)
static URL バインディング処理
|
void |
appendAttributesToResponse(WOResponse aResponse,
WOContext aContext) |
void |
appendChildrenToResponse(WOResponse aResponse,
WOContext aContext) |
void |
appendContentStringToResponse(WOResponse aResponse,
WOContext aContext) |
protected static String |
computeActionStringInContext(String actionClass,
String directActionName,
WOContext aContext)
Binding "actionClass" and "directActionName" calculation
|
protected String |
fragmentIdentifierInContext(WOContext context) |
WOActionResults |
invokeAction(WORequest aRequest,
WOContext aContext) |
protected boolean |
isDisabledInContext(WOContext context) |
protected String |
linkResourceUri(WOResponse aResponse,
WOContext aContext) |
String |
toString() |
static String |
urlForHyperlinkResource(WOContext context,
String uri) |
__otherQueryDictionaryInContext, __queryDictionaryInContext, _appendAttributesFromAssociationsToResponse, _appendClassAndIdToResponse, _appendTagAttributeAndValueToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendHiddenFieldToResponse, appendNonURLAttributesToResponse, appendToResponse, appendURLAttributesToResponse, classInContext, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributeAssociations, constantAttributesRepresentation, elementName, escapeHTML, hasContent, idInContext, isRenderedInContext, nonUrlAttributeAssociations, prefixInContext, secureInContext, stringValueInContext, styleInContext, suffixInContext, titleInContext, urlAttributeAssociations
addChildElement, childrenElements, EmptyGroup, hasChildrenElements, invokeChildrenAction, takeChildrenValuesFromRequest, takeValuesFromRequest
protected WOAssociation _action
protected WOAssociation _string
protected WOAssociation _linkResource
protected WOAssociation _disabled
protected WOAssociation _fragmentIdentifier
protected WOAssociation _escapeHTML
public ERXHyperlinkResource(String aName, NSDictionary<String,WOAssociation> someAssociations, WOElement template)
public String toString()
toString
in class com.webobjects.appserver._private.WOHTMLDynamicElement
public WOActionResults invokeAction(WORequest aRequest, WOContext aContext)
invokeAction
in class com.webobjects.appserver._private.WODynamicGroup
protected void _appendOpenTagToResponse(WOResponse aResponse, WOContext aContext)
_appendOpenTagToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
protected void _appendCloseTagToResponse(WOResponse aResponse, WOContext aContext)
_appendCloseTagToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
protected void _appendQueryStringToResponse(WOResponse aResponse, WOContext aContext, String aRequestHandlerPath, boolean htmlEscapeURL, boolean defaultIncludeSessionID)
protected void _appendFragmentToResponse(WOResponse aResponse, WOContext aContext)
protected void _appendCGIActionURLToResponse(WOResponse aResponse, WOContext aContext, boolean htmlEscapeURL, String actionPath)
protected void _appendComponentActionURLToResponse(WOResponse response, WOContext context, boolean escapeHTML)
protected void _appendStaticURLToResponse(WOResponse response, WOContext context, boolean escapeHTML, String staticURL)
response
- - リスポンスcontext
- - コンテキストescapeHTML
- - HTML 回避するかどうかstaticURL
- protected void _appendOpeningHrefToResponse(WOResponse response, WOContext context)
protected void _appendClosingHrefToResponse(WOResponse response, WOContext context)
public void appendContentStringToResponse(WOResponse aResponse, WOContext aContext)
public void appendChildrenToResponse(WOResponse aResponse, WOContext aContext)
appendChildrenToResponse
in class com.webobjects.appserver._private.WODynamicGroup
protected void _appendDataAjaxFalseToResponse(WOResponse response, WOContext context)
protected boolean isDisabledInContext(WOContext context)
protected String linkResourceUri(WOResponse aResponse, WOContext aContext)
public void appendAttributesToResponse(WOResponse aResponse, WOContext aContext)
appendAttributesToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
protected static String computeActionStringInContext(String actionClass, String directActionName, WOContext aContext)
actionClass
- - Action ClassdirectActionName
- - Direct Action NameaContext
- - ContextactionClass
- - アクション・クラスdirectActionName
- - ダイレクトアクション名aContext
- - コンテキストCopyright © 2002 – 2024 Project Wonder.