|
WebObjects 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.webobjects.appserver.WOElement
|
+--com.webobjects.appserver.WOComponent
|
+--com.webobjects.smil.WOSMILElement
|
+--com.webobjects.smil.WOSMILHeadMeta
WOSMILHeadMeta creates content for a SMIL "meta" element. "meta" elements go into
the SMIL document's "head" element and contain all of the documents meta data.
| Binding | SMIL attribute |
|---|---|
elementID | id |
content | content |
name | name |
skipContent | skip-content |
base | base |
picsLabel | pics-Label |
title | title |
otherTagString | use this binding to add custom attributes |
WOSMILHead, Serialized Form| Inner classes inherited from class com.webobjects.appserver.WOComponent |
WOComponent.Event |
| Inner classes inherited from class com.webobjects.foundation.NSKeyValueCoding |
NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor |
| Inner classes inherited from class com.webobjects.foundation.NSKeyValueCodingAdditions |
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
| Inner classes inherited from class com.webobjects.foundation.NSValidation |
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding |
NullValue |
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
KeyPathSeparator |
| Constructor Summary | |
WOSMILHeadMeta(WOContext context)
Creates a WOSMILHeadMeta. |
|
| Method Summary | |
String |
base()
Returns the value of the base binding. |
String |
content()
Returns the value of the content binding. |
String |
metaName()
Returns the value of the metaName binding. |
String |
otherTagString()
Returns the value of the otherTagString property. |
String |
picsLabel()
Returns value for the picsLabel binding. |
void |
setBase(String base)
Sets the value of the base binding. |
void |
setContent(String content)
Sets the value of the content binding. |
void |
setMetaName(String metaName)
Sets the value of the metaName binding. |
void |
setPicsLabel(String label)
Sets the value of the picsLabel binding. |
void |
setSkipContent(boolean shouldSkipContent)
Sets the value of the skipContent binding. |
void |
setTitle(String title)
Sets the value of the title binding. |
boolean |
skipContent()
Returns the value of the skipContent binding. |
String |
title()
Returns the value of the title binding. |
| Methods inherited from class com.webobjects.smil.WOSMILElement |
elementID, setElementID, setOtherTagString, synchronizesVariablesWithBindings |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WOSMILHeadMeta(WOContext context)
context - the context this component is created with| Method Detail |
public String base()
base binding.base bindingpublic String content()
content binding.content bindingpublic String metaName()
metaName binding.metaName bindingpublic String otherTagString()
WOSMILElementotherTagString property.otherTagString in class WOSMILElementcom.webobjects.smil.WOSMILElementotherTagString propertypublic String picsLabel()
picsLabel binding.picsLabel bindingpublic void setBase(String base)
base binding.base - value for the base bindingpublic void setContent(String content)
content binding.content - value for the content bindingpublic void setMetaName(String metaName)
metaName binding.metaName - value for the metaName bindingpublic void setPicsLabel(String label)
picsLabel binding.label - value for the picsLabel bindingpublic void setSkipContent(boolean shouldSkipContent)
skipContent binding.shouldSkipContent - value for the skipContent bindingpublic void setTitle(String title)
title binding.title - value for the title bindingpublic boolean skipContent()
skipContent binding.skipContent bindingpublic String title()
title binding.title binding
|
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||