com.plumtree.portaluiinfrastructure.tags
Class TagType

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.tags.TagType

public class TagType
extends java.lang.Object

This enumeration specifies the type of the tag.

SIMPLE tags call ProcessTagBody at most once, whereas LOOPING tags can call it multiple times. NO_BODY tags do not display any tags or HTML nested inside them.


Field Summary
static TagType LOOPING
          Calls ProcessTagBody 0, 1 or more times.
static TagType NO_BODY
          Does not ever call ProcessTagBody.
static TagType SIMPLE
          Calls ProcessTagBody 0 or 1 times.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_BODY

public static final TagType NO_BODY
Does not ever call ProcessTagBody.


SIMPLE

public static final TagType SIMPLE
Calls ProcessTagBody 0 or 1 times.


LOOPING

public static final TagType LOOPING
Calls ProcessTagBody 0, 1 or more times.




Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.