info.informatica.ui.html
Class HTTPViewConfig
java.lang.Object
info.informatica.ui.DefaultDataViewConfig
info.informatica.ui.html.HTTPViewConfig
- All Implemented Interfaces:
- DataViewConfig
public final class HTTPViewConfig
- extends DefaultDataViewConfig
Configuration of HTTP form
- Author:
- amengual at informatica dot info
| Methods inherited from class info.informatica.ui.DefaultDataViewConfig |
addMetadataName, createDataView, getControlClass, getControlDefaults, getControlName, getFieldName, getLocalLabels, getViewClass, isMetadataName, pickMetadataName, setDefaultUIClass, setLocalLabels, setViewClass |
DEFAULT_VIEW_CLASS
public static final String DEFAULT_VIEW_CLASS
- See Also:
- Constant Field Values
DEFAULT_FIELD_CLASS
public static final String DEFAULT_FIELD_CLASS
- See Also:
- Constant Field Values
HTTPViewConfig
public HTTPViewConfig()
load
public void load(Iterator<FieldName> names)
load
public void load(javax.servlet.http.HttpServletRequest req)
getControlNames
public Iterator<ControlName> getControlNames()
- Description copied from interface:
DataViewConfig
- Gets the names of the UI entity fields associated to UI items.
- Specified by:
getControlNames in interface DataViewConfig- Specified by:
getControlNames in class DefaultDataViewConfig
getAllowedRoles
public Set<Role> getAllowedRoles(String opname)
main
public static void main(String[] args)
- Testdrive method used to read a form and print a proposed DataViewMap,
SQL create table, metadata and list of fields.