wicket.markup
Class TagUtils

java.lang.Object
  extended by wicket.markup.TagUtils

public class TagUtils
extends java.lang.Object

Some utils to handle tags which otherwise would bloat the Tag AP.

Author:
Juergen Donnerstag

Constructor Summary
TagUtils()
          Constructor
 
Method Summary
static boolean isBodyTag(ComponentTag tag)
           
static boolean isHeadTag(ComponentTag tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagUtils

public TagUtils()
Constructor

Method Detail

isBodyTag

public static final boolean isBodyTag(ComponentTag tag)
Parameters:
tag -
Returns:
True, if tag name equals '<body ...>'

isHeadTag

public static final boolean isHeadTag(ComponentTag tag)
Parameters:
tag -
Returns:
True, if tag name equals '<head ...>'


Copyright © 2004-2007 Wicket developers. All Rights Reserved.