Package org.ametys.web.inputdata
Class UserInputData
java.lang.Object
org.ametys.web.inputdata.UserInputData
- All Implemented Interfaces:
- InputData,- Contextualizable,- Serviceable
InputData for SAXing events about FO user- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcontextualize(Context context) booleanisCacheable(Site site, Page page) Returns true if thisInputDatais cacheable for the current site and if possible page.voidservice(ServiceManager manager) voidtoSAX(ContentHandler handler) Generates SAX events for providing data.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.web.inputdata.InputDatashouldBeCached
- 
Constructor Details- 
UserInputDatapublic UserInputData()
 
- 
- 
Method Details- 
service- Specified by:
- servicein interface- Serviceable
- Throws:
- ServiceException
 
- 
contextualize- Specified by:
- contextualizein interface- Contextualizable
- Throws:
- ContextException
 
- 
isCacheableDescription copied from interface:InputDataReturns true if thisInputDatais cacheable for the current site and if possible page.- Specified by:
- isCacheablein interface- InputData
- Parameters:
- site- the current- Site.
- page- the current- Page. Can be null.
- Returns:
- true if this InputDatais cacheable for the current site or page.
 
- 
toSAXDescription copied from interface:InputDataGenerates SAX events for providing data.- Specified by:
- toSAXin interface- InputData
- Parameters:
- handler- the content handler to SAX into.
- Throws:
- SAXException- if an error occurs while SAXing.
- ProcessingException- if an error occurs during processing.
 
 
-