org.apache.myfaces.buildtools.maven2.plugin.faces.generator
Class GeneratorHelper
java.lang.Object
org.apache.myfaces.buildtools.maven2.plugin.faces.generator.GeneratorHelper
public class GeneratorHelper
- extends java.lang.Object
TODO: comment this!
- Version:
- $Revision: 606225 $ $Date: 2007-12-21 16:55:00 +0100 (Fr, 21 Dez 2007) $
- Author:
- Bruno Aranda (latest modification by $Author: matzew $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isConverter
public static boolean isConverter(java.lang.String propClass)
isKeyStroke
public static boolean isKeyStroke(java.lang.String propClass)
isAWTKeyStroke
public static boolean isAWTKeyStroke(java.lang.String propClass)
isNumber
public static boolean isNumber(java.lang.String propClass)
isColorList
public static boolean isColorList(java.lang.String propClass,
java.lang.String[] propClassParams)
isColor
public static boolean isColor(java.lang.String propClass)
isAction
public static boolean isAction(PropertyBean property)
isActionListener
public static boolean isActionListener(PropertyBean property,
boolean is12)
isValueChangeListener
public static boolean isValueChangeListener(PropertyBean property,
boolean is12)
isValidator
public static boolean isValidator(PropertyBean property,
boolean is12)
writeImports
public static void writeImports(PrettyWriter out,
java.lang.String packageName,
java.util.Set imports)
getJspPropertyType
public static java.lang.String getJspPropertyType(PropertyBean property,
boolean is12)
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.