|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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 FormNested Class Summary |
Nested classes inherited from class com.webobjects.appserver.WOComponent |
WOComponent.Event |
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding |
NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor |
Nested classes inherited from class com.webobjects.foundation.NSKeyValueCodingAdditions |
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
Nested classes inherited from class com.webobjects.foundation.NSValidation |
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
Field Summary |
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 withMethod Detail |
public String base()
base
binding.
base
bindingpublic String content()
content
binding.
content
bindingpublic String metaName()
metaName
binding.
metaName
bindingpublic String otherTagString()
WOSMILElement
otherTagString
property.
otherTagString
in class WOSMILElement
otherTagString
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 Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |