com.liferay.portlet.communities.form
Class PageForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.liferay.portlet.communities.form.PageForm
All Implemented Interfaces:
java.io.Serializable

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

View Source

Author:
Javier Bermejo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
PageForm()
           
 
Method Summary
 java.util.Properties getTypeSettingsProperties()
           
 java.lang.Object getTypeSettingsProperties(java.lang.String key)
           
 void setTypeSettingsProperties(java.util.Properties typeSettingsProperties)
           
 void setTypeSettingsProperties(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

PageForm

public PageForm()
Method Detail

getTypeSettingsProperties

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

getTypeSettingsProperties

public java.util.Properties getTypeSettingsProperties()

setTypeSettingsProperties

public void setTypeSettingsProperties(java.util.Properties typeSettingsProperties)

setTypeSettingsProperties

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