WebObjects 5.4.1

com.webobjects.appserver.parser
Class WOHTMLWebObjectTag

java.lang.Object
  extended by com.webobjects.appserver.parser.WOHTMLWebObjectTag

public class WOHTMLWebObjectTag
extends Object

Since:
5.4

Constructor Summary
WOHTMLWebObjectTag()
           
WOHTMLWebObjectTag(String webobject, WOHTMLWebObjectTag myParent)
           
 
Method Summary
 void addChildElement(Object object)
           
 NSArray<Object> children()
           
 WOElement dynamicElement(NSDictionary declarations, NSArray<String> languages)
           
 boolean isTopLevel()
           
 String name()
           
 WOHTMLWebObjectTag parentTag()
           
 WOElement template()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WOHTMLWebObjectTag

public WOHTMLWebObjectTag()

WOHTMLWebObjectTag

public WOHTMLWebObjectTag(String webobject,
                          WOHTMLWebObjectTag myParent)
                   throws WOHTMLFormatException
Throws:
WOHTMLFormatException
Method Detail

name

public String name()

parentTag

public WOHTMLWebObjectTag parentTag()

isTopLevel

public boolean isTopLevel()

children

public NSArray<Object> children()

template

public WOElement template()

addChildElement

public void addChildElement(Object object)

dynamicElement

public WOElement dynamicElement(NSDictionary declarations,
                                NSArray<String> languages)
                         throws WODeclarationFormatException,
                                ClassNotFoundException
Throws:
WODeclarationFormatException
ClassNotFoundException

Last updated Wednesday, January 23, 2008 14:25 PST

Copyright © 2000-2007 Apple Inc.