org.apache.wicket.util.string
Class CssUtils

java.lang.Object
  extended by org.apache.wicket.util.string.CssUtils

public final class CssUtils
extends Object

Utility methods for CSS.

Author:
eelcohillenius

Field Summary
static String INLINE_CLOSE_TAG
          CSS inline close tag
static String INLINE_OPEN_TAG
          CSS inline open tag
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INLINE_OPEN_TAG

public static final String INLINE_OPEN_TAG
CSS inline open tag

See Also:
Constant Field Values

INLINE_CLOSE_TAG

public static final String INLINE_CLOSE_TAG
CSS inline close tag

See Also:
Constant Field Values


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.