public class ViewFactoryImpl extends Object implements ViewFactory
| Constructor and Description |
|---|
ViewFactoryImpl(String name,
String pkg,
String typoF) |
| Modifier and Type | Method and Description |
|---|---|
String |
getImplementedType() |
String |
getPackage() |
String |
getSimpleName() |
StyleSheetDefinition |
getStyleSheetDefinition() |
List<ViewDefinition<?>> |
getViewDefinitions() |
void |
setStyleSheetDefinition(StyleSheetDefinition styleSheetDefinition) |
public String getSimpleName()
getSimpleName in interface ViewFactorypublic String getPackage()
getPackage in interface ViewFactorypublic String getImplementedType()
getImplementedType in interface ViewFactorypublic StyleSheetDefinition getStyleSheetDefinition()
getStyleSheetDefinition in interface ViewFactorypublic void setStyleSheetDefinition(StyleSheetDefinition styleSheetDefinition)
public List<ViewDefinition<?>> getViewDefinitions()
getViewDefinitions in interface ViewFactoryCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.