|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.core.component.GenericHstComponent
org.hippoecm.hst.component.support.bean.BaseHstComponent
org.hippoecm.hst.component.support.forms.BaseFormHstComponent
@Deprecated public class BaseFormHstComponent
Field Summary | |
---|---|
static String |
DEFAULT_FORMDATA_CONTAINER
Deprecated. |
static String |
DEFAULT_FORMDATA_TYPE
Deprecated. |
static String |
DEFAULT_STORED_FORMS_LOCATION
Deprecated. |
static String |
DEFAULT_UUID_NAME
Deprecated. |
static String |
DEFAULT_WRITABLE_PASSWORD_PROPERTY
Deprecated. |
static String |
DEFAULT_WRITABLE_USERNAME_PROPERTY
Deprecated. |
static String |
HST_CREATIONTIME
Deprecated. |
static String |
HST_FORM_DATA_NODE
Deprecated. |
static String |
HST_FORM_FIELD_DATA
Deprecated. |
static String |
HST_FORM_FIELD_MESSAGES
Deprecated. |
static String |
HST_FORM_FIELD_NAME
Deprecated. |
static String |
HST_PREDECESSOR
Deprecated. |
static String |
HST_SEALED
Deprecated. |
Fields inherited from class org.hippoecm.hst.component.support.bean.BaseHstComponent |
---|
BEANS_ANNOTATED_CLASSES_CONF_PARAM, beansInitialized, DEFAULT_BEANS_ANNOTATED_CLASSES_CONF, hstQueryManagerFactory, OBJECT_CONVERTER_CONTEXT_ATTRIBUTE, objectConverter |
Fields inherited from class org.hippoecm.hst.core.component.GenericHstComponent |
---|
RESOURCE_PATH_BY_RESOURCE_ID |
Constructor Summary | |
---|---|
BaseFormHstComponent()
Deprecated. |
Method Summary | |
---|---|
void |
doAction(HstRequest request,
HstResponse response)
Deprecated. Allows the component to process actions |
protected String |
getFormDataNodeName()
Deprecated. |
protected String |
getFormDataNodeType()
Deprecated. |
protected String |
getWritablePassword()
Deprecated. |
protected String |
getWritableUserName()
Deprecated. |
protected void |
persistFormMap(HstRequest request,
HstResponse response,
FormMap formMap,
StoreFormResult storeFormResult)
Deprecated. use {@link FormUtils#persistFormMap(HstRequest, HstResponse, FormMap, StoreFormResult) instead |
protected void |
populate(HstRequest request,
FormMap formMap)
Deprecated. use FormUtils.populate(HstRequest, FormMap) instead |
Methods inherited from class org.hippoecm.hst.core.component.GenericHstComponent |
---|
destroy, doBeforeRender, doBeforeServeResource, getComponentConfiguration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_UUID_NAME
public static final String DEFAULT_STORED_FORMS_LOCATION
public static final String DEFAULT_FORMDATA_CONTAINER
public static final String DEFAULT_FORMDATA_TYPE
public static final String HST_CREATIONTIME
public static final String HST_PREDECESSOR
public static final String HST_FORM_DATA_NODE
public static final String HST_FORM_FIELD_DATA
public static final String HST_FORM_FIELD_MESSAGES
public static final String HST_FORM_FIELD_NAME
public static final String DEFAULT_WRITABLE_USERNAME_PROPERTY
public static final String DEFAULT_WRITABLE_PASSWORD_PROPERTY
public static final String HST_SEALED
Constructor Detail |
---|
public BaseFormHstComponent()
Method Detail |
---|
public void doAction(HstRequest request, HstResponse response) throws HstComponentException
HstComponent
doAction
in interface HstComponent
doAction
in class GenericHstComponent
HstComponentException
@Deprecated protected void populate(HstRequest request, FormMap formMap)
FormUtils.populate(HstRequest, FormMap)
instead
request
- the current hstRequestformMap
- the formMap that will be populated@Deprecated protected void persistFormMap(HstRequest request, HstResponse response, FormMap formMap, StoreFormResult storeFormResult) throws HstComponentException
request
- the requestresponse
- the responseformMap
- the form names + values to temporarily storestoreFormResult
- an object to store some result of the data persisting, for example the uuid of the created node
HstComponentException
- when the storing of the formdata fails@Deprecated protected String getWritablePassword()
DEFAULT_WRITABLE_PASSWORD_PROPERTY
, then override
this method
@Deprecated protected String getWritableUserName()
DEFAULT_WRITABLE_USERNAME_PROPERTY
, then override
this method
@Deprecated protected String getFormDataNodeName()
@Deprecated protected String getFormDataNodeType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |