Class CustomPage
- java.lang.Object
-
- org.bonitasoft.plugin.analyze.report.model.CustomPage
-
- Direct Known Subclasses:
Form,Page,RestAPIExtension,Theme
public abstract class CustomPage extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomPage.CustomPageType
-
Field Summary
Fields Modifier and Type Field Description static StringDESCRIPTION_PROPERTYstatic StringDISPLAY_NAME_PROPERTYstatic StringNAME_PROPERTY
-
Constructor Summary
Constructors Constructor Description CustomPage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static <T extends CustomPage>
Tcreate(String name, String displayName, String description, Artifact artifact, Class<T> type)
-
-
-
Field Detail
-
DISPLAY_NAME_PROPERTY
public static final String DISPLAY_NAME_PROPERTY
- See Also:
- Constant Field Values
-
DESCRIPTION_PROPERTY
public static final String DESCRIPTION_PROPERTY
- See Also:
- Constant Field Values
-
NAME_PROPERTY
public static final String NAME_PROPERTY
- See Also:
- Constant Field Values
-
-