Given a style class name, convert it so that it can be output to a css2-browser.
Field Detail
Constructor Detail
AdfStyleUtils
public AdfStyleUtils()
Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
Method Detail
convertToValidStyleClass
public static Object convertToValidStyleClass(Object styleClassName)
Given a style class name, convert it so that it can be output to a css2-browser. For example, '|' and '::'will be converted to '_'. This conversion needs to match the server-side conversion in AdfStyleUtils.java