WebObjects 5.2.3

com.webobjects.smil
Class WOSMILHeadMeta

java.lang.Object
  extended bycom.webobjects.appserver.WOElement
      extended bycom.webobjects.appserver.WOComponent
          extended bycom.webobjects.smil.WOSMILElement
              extended bycom.webobjects.smil.WOSMILHeadMeta
All Implemented Interfaces:
Cloneable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, WOActionResults

public class WOSMILHeadMeta
extends WOSMILElement

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.

BindingSMIL attribute
elementIDid
contentcontent
namename
skipContentskip-content
basebase
picsLabelpics-Label
titletitle
otherTagStringuse this binding to add custom attributes

See Also:
WOSMILHead, Serialized Form

Nested 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 com.webobjects.appserver.WOComponent
appendToResponse, 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, sleep, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForKey, valueForKeyPath
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WOSMILHeadMeta

public WOSMILHeadMeta(WOContext context)
Creates a WOSMILHeadMeta.

Parameters:
context - the context this component is created with
Method Detail

base

public String base()
Returns the value of the base binding.

Returns:
value of the base binding

content

public String content()
Returns the value of the content binding.

Returns:
value of the content binding

metaName

public String metaName()
Returns the value of the metaName binding.

Returns:
value of the metaName binding

otherTagString

public String otherTagString()
Description copied from class: WOSMILElement
Returns the value of the otherTagString property.

Overrides:
otherTagString in class WOSMILElement
Returns:
value of the otherTagString property

picsLabel

public String picsLabel()
Returns value for the picsLabel binding.

Returns:
value of the picsLabel binding

setBase

public void setBase(String base)
Sets the value of the base binding.

Parameters:
base - value for the base binding

setContent

public void setContent(String content)
Sets the value of the content binding.

Parameters:
content - value for the content binding

setMetaName

public void setMetaName(String metaName)
Sets the value of the metaName binding.

Parameters:
metaName - value for the metaName binding

setPicsLabel

public void setPicsLabel(String label)
Sets the value of the picsLabel binding.

Parameters:
label - value for the picsLabel binding

setSkipContent

public void setSkipContent(boolean shouldSkipContent)
Sets the value of the skipContent binding.

Parameters:
shouldSkipContent - value for the skipContent binding

setTitle

public void setTitle(String title)
Sets the value of the title binding.

Parameters:
title - value for the title binding

skipContent

public boolean skipContent()
Returns the value of the skipContent binding.

Returns:
value of the skipContent binding

title

public String title()
Returns the value of the title binding.

Returns:
value of the title binding

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.