org.richfaces.cdk.templatecompiler.statements
Class RendererUtilsMethod

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
      extended by org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
          extended by org.richfaces.cdk.templatecompiler.statements.RendererUtilsMethod
All Implemented Interfaces:
RequireImports

public class RendererUtilsMethod
extends JavaMethod

Author:
asmirnov@exadel.com

Field Summary
static java.lang.String BUILT_IN
           
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
IMPORTS_TRANSFORM
 
Constructor Summary
RendererUtilsMethod(HelperMethod helper, java.lang.String rendererUtilsClassName)
           
 
Method Summary
 java.lang.Iterable<JavaImport> getRequiredImports()
           
 boolean isHidden()
          

 
Methods inherited from class org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
getArguments, getExceptions, getMethodBody, getReturnType, setMethodBody
 
Methods inherited from class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
addAnnotation, addComment, addModifier, getAnnotations, getComments, getModifiers, getName, setHidden, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILT_IN

public static final java.lang.String BUILT_IN
See Also:
Constant Field Values
Constructor Detail

RendererUtilsMethod

public RendererUtilsMethod(HelperMethod helper,
                           java.lang.String rendererUtilsClassName)
Method Detail

isHidden

public boolean isHidden()
Description copied from class: JavaLanguageElement

Overrides:
isHidden in class JavaLanguageElement
Returns:
the hidden

getRequiredImports

public java.lang.Iterable<JavaImport> getRequiredImports()
Specified by:
getRequiredImports in interface RequireImports
Overrides:
getRequiredImports in class JavaMethod


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.