WebObjects 5.4.2

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 children()
           
 WOElement dynamicElement(NSDictionary declarations, NSArray 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 children()

template

public WOElement template()

addChildElement

public void addChildElement(Object object)

dynamicElement

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

Last updated June 2008

Copyright © 2000-2008 Apple Inc.