info.informatica.ui.html
Class HTTPViewConfig

java.lang.Object
  extended by info.informatica.ui.DefaultDataViewConfig
      extended by 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

Field Summary
static String DEFAULT_FIELD_CLASS
           
static String DEFAULT_VIEW_CLASS
           
 
Constructor Summary
HTTPViewConfig()
           
 
Method Summary
 Set<Role> getAllowedRoles(String opname)
           
 Iterator<ControlName> getControlNames()
          Gets the names of the UI entity fields associated to UI items.
 void load(javax.servlet.http.HttpServletRequest req)
           
 void load(Iterator<FieldName> names)
           
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.
 
Methods inherited from class info.informatica.ui.DefaultDataViewConfig
addMetadataName, createDataView, getControlClass, getControlDefaults, getControlName, getFieldName, getLocalLabels, getViewClass, isMetadataName, pickMetadataName, setDefaultUIClass, setLocalLabels, setViewClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HTTPViewConfig

public HTTPViewConfig()
Method Detail

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.