com.liferay.portlet.documentlibrary.form
Class FileEntryForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.liferay.portlet.documentlibrary.form.FileEntryForm
All Implemented Interfaces:
java.io.Serializable

public class FileEntryForm
extends org.apache.struts.action.ActionForm

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
FileEntryForm()
           
 
Method Summary
 java.util.Properties getExtraSettingsProperties()
           
 java.lang.Object getExtraSettingsProperties(java.lang.String key)
           
 void setExtraSettingsProperties(java.util.Properties extraSettingsProperties)
           
 void setExtraSettingsProperties(java.lang.String key, java.lang.Object value)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileEntryForm

public FileEntryForm()
Method Detail

getExtraSettingsProperties

public java.lang.Object getExtraSettingsProperties(java.lang.String key)

getExtraSettingsProperties

public java.util.Properties getExtraSettingsProperties()

setExtraSettingsProperties

public void setExtraSettingsProperties(java.util.Properties extraSettingsProperties)

setExtraSettingsProperties

public void setExtraSettingsProperties(java.lang.String key,
                                       java.lang.Object value)