public class Configuration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ACTIONS_PACKAGE |
protected static String |
ACTIONS_PATTERN |
protected static String |
ACTIONS_PROVIDER |
protected static String |
DEFAULT_ACTION |
protected static String |
LAYOUTS_FOLDER |
protected static String |
LAYOUTS_SUFFIX |
protected static String |
VIEWS_FOLDER |
protected static String |
VIEWS_SUFFIX |
protected static String |
VIEWS_TYPE |
| Constructor and Description |
|---|
Configuration(Properties properties)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionsPackage() |
String |
getActionsPattern() |
String |
getActionsProviderClassName() |
String |
getDefaultAction() |
String |
getLayoutsFolder() |
String |
getLayoutsSuffix() |
String |
getViewsFolder() |
String |
getViewsSuffix() |
ViewsType |
getViewsType() |
protected static final String DEFAULT_ACTION
protected static final String ACTIONS_PATTERN
protected static final String ACTIONS_PACKAGE
protected static final String ACTIONS_PROVIDER
protected static final String VIEWS_TYPE
protected static final String VIEWS_FOLDER
protected static final String VIEWS_SUFFIX
protected static final String LAYOUTS_FOLDER
protected static final String LAYOUTS_SUFFIX
public Configuration(Properties properties)
properties - public ViewsType getViewsType()
public String getViewsFolder()
public String getViewsSuffix()
public String getLayoutsFolder()
public String getLayoutsSuffix()
public String getDefaultAction()
public String getActionsPattern()
public String getActionsPackage()
public String getActionsProviderClassName()
Copyright © 2016. All rights reserved.