com.macvu.tiles.actions
Class CacheInformationForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by com.macvu.tiles.actions.CacheInformationForm
All Implemented Interfaces:
java.io.Serializable

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

User: MVu

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CacheInformationForm()
           
 
Method Summary
 boolean getCacheEnabled()
           
 java.lang.String getCacheFields()
           
 java.util.List getCachingAttributeList()
           
 java.lang.String getKeyFactory()
           
 java.lang.String getRepositoryFactory()
           
 java.lang.String getRepositoryName()
           
 java.lang.String getTileName()
           
 boolean isCacheEnabled()
           
 void setCacheEnabled(boolean cacheEnabled)
           
 void setCacheFields(java.lang.String cacheFields)
           
 void setCachingAttributeList(java.util.List cachingAttributeList)
           
 void setKeyFactory(java.lang.String keyFactory)
           
 void setRepositoryFactory(java.lang.String repositoryFactory)
           
 void setRepositoryName(java.lang.String repositoryName)
           
 void setTileName(java.lang.String tileName)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheInformationForm

public CacheInformationForm()
Method Detail

getTileName

public java.lang.String getTileName()

setTileName

public void setTileName(java.lang.String tileName)

getCacheEnabled

public boolean getCacheEnabled()

isCacheEnabled

public boolean isCacheEnabled()

setCacheEnabled

public void setCacheEnabled(boolean cacheEnabled)

getKeyFactory

public java.lang.String getKeyFactory()

setKeyFactory

public void setKeyFactory(java.lang.String keyFactory)

getRepositoryFactory

public java.lang.String getRepositoryFactory()

setRepositoryFactory

public void setRepositoryFactory(java.lang.String repositoryFactory)

getRepositoryName

public java.lang.String getRepositoryName()

setRepositoryName

public void setRepositoryName(java.lang.String repositoryName)

getCacheFields

public java.lang.String getCacheFields()

setCacheFields

public void setCacheFields(java.lang.String cacheFields)

getCachingAttributeList

public java.util.List getCachingAttributeList()

setCachingAttributeList

public void setCachingAttributeList(java.util.List cachingAttributeList)

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Overrides:
validate in class org.apache.struts.action.ActionForm


Copyright © 2005 MacVu group. All Rights Reserved.