er.extensions.components
Class ERXFavIcon
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
com.webobjects.appserver._private.WODynamicGroup
com.webobjects.appserver._private.WOHTMLDynamicElement
er.extensions.components.ERXFavIcon
public class ERXFavIcon
- extends com.webobjects.appserver._private.WOHTMLDynamicElement
FavIcon link with resource manager support.
- Author:
- ak
Bindings |
href | href to the icon |
filename | filename of the icon |
framework | framework of the icon |
Field Summary |
protected com.webobjects.appserver.WOAssociation |
_filename
|
protected com.webobjects.appserver.WOAssociation |
_framework
|
protected com.webobjects.appserver.WOAssociation |
_href
|
Fields inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement |
_associations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization |
Fields inherited from class com.webobjects.appserver._private.WODynamicGroup |
_children |
Fields inherited from class com.webobjects.appserver.WODynamicElement |
_ConstructorParameters |
Constructor Summary |
ERXFavIcon(java.lang.String aName,
com.webobjects.foundation.NSDictionary associations,
com.webobjects.appserver.WOElement template)
|
Method Summary |
void |
appendAttributesToResponse(com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context)
|
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement |
_appendAttributesFromAssociationsToResponse, _appendCloseTagToResponse, _appendOpenTagToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendNonURLAttributesToResponse, appendToResponse, appendURLAttributesToResponse, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributesRepresentation, elementName, escapeHTML, nonUrlAttributeAssociations, toString, urlAttributeAssociations |
Methods inherited from class com.webobjects.appserver._private.WODynamicGroup |
addChildElement, appendChildrenToResponse, childrenElements, EmptyGroup, hasChildrenElements, invokeAction, invokeChildrenAction, takeChildrenValuesFromRequest, takeValuesFromRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_href
protected com.webobjects.appserver.WOAssociation _href
_framework
protected com.webobjects.appserver.WOAssociation _framework
_filename
protected com.webobjects.appserver.WOAssociation _filename
ERXFavIcon
public ERXFavIcon(java.lang.String aName,
com.webobjects.foundation.NSDictionary associations,
com.webobjects.appserver.WOElement template)
appendAttributesToResponse
public void appendAttributesToResponse(com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context)
- Overrides:
appendAttributesToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
Copyright © 2002 – 2007 Project Wonder.