Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.forms
Interface FormDataProvider

All Known Subinterfaces:
FormInstance
All Known Implementing Classes:
FormData, SimpleFormDataProvider, TestFormInstance

public interface FormDataProvider

Author:
Bogdan Stefanescu

Method Summary
 Map<String,String[]> getFormFields()
           
 Collection<String> getKeys()
           
 String[] getList(String key)
           
 String getString(String key)
           
 

Method Detail

getKeys

Collection<String> getKeys()

getString

String getString(String key)

getList

String[] getList(String key)

getFormFields

Map<String,String[]> getFormFields()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.