Class TemplateInformationHelper
- java.lang.Object
-
- org.uberfire.annotations.processors.TemplateInformationHelper
-
public class TemplateInformationHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringIS_DEFAULTstatic StringPANEL_TYPEstatic StringPARENT_CHOOSES_PANEL_TYPEstatic StringPARTSstatic StringVALUE
-
Constructor Summary
Constructors Constructor Description TemplateInformationHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TemplateInformationextractWbTemplatePerspectiveInformation(Elements elementUtils, TypeElement classElement)
-
-
-
Field Detail
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
PANEL_TYPE
public static final String PANEL_TYPE
- See Also:
- Constant Field Values
-
IS_DEFAULT
public static final String IS_DEFAULT
- See Also:
- Constant Field Values
-
PARENT_CHOOSES_PANEL_TYPE
public static final String PARENT_CHOOSES_PANEL_TYPE
- See Also:
- Constant Field Values
-
PARTS
public static final String PARTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
extractWbTemplatePerspectiveInformation
public static TemplateInformation extractWbTemplatePerspectiveInformation(Elements elementUtils, TypeElement classElement) throws GenerationException
- Throws:
GenerationException
-
-