public class UserSignupGenerator extends UserSignupGenerator
Modifier and Type | Field and Description |
---|---|
protected ContentTypeExtensionPoint |
_cTypeEP
The content types manager
|
protected FOContentCreationHelper |
_foContentCreation
The FO content creation helper
|
_currentUserProvider, _pageHelper, _repository, _resolver, _siteManager, _skinManager, _srcResolver, _synchronizeComponent, _userSignupManager
manager
objectModel, parameters, resolver, source
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer
Constructor and Description |
---|
UserSignupGenerator() |
Modifier and Type | Method and Description |
---|---|
protected void |
saxAdditionalInformation(String siteName,
String lang,
ZoneItem zoneItem)
SAX additional information
|
protected void |
saxItemsValues(Request request,
List<ViewItem> viewItems)
SAX the items values
|
protected void |
saxUserInputs(Request request,
ZoneItem zoneItem)
SAX the user inputs
|
void |
service(ServiceManager serviceManager) |
_saxNotEmptyParameter, _saxNotEmptyValue, generate, saxContent, saxErrors, saxSuccessContentIfNeeded, saxTOSIfNeeded, saxWarnings
dispose
recycle, setup
setConsumer, setContentHandler, setLexicalHandler
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setConsumer
protected ContentTypeExtensionPoint _cTypeEP
protected FOContentCreationHelper _foContentCreation
public UserSignupGenerator()
public void service(ServiceManager serviceManager) throws ServiceException
service
in interface Serviceable
service
in class UserSignupGenerator
ServiceException
protected void saxAdditionalInformation(String siteName, String lang, ZoneItem zoneItem) throws SAXException
UserSignupGenerator
saxAdditionalInformation
in class UserSignupGenerator
siteName
- The site namelang
- The content languagezoneItem
- The zone item holding the serviceSAXException
- if an error occursprotected void saxUserInputs(Request request, ZoneItem zoneItem) throws SAXException
UserSignupGenerator
saxUserInputs
in class UserSignupGenerator
request
- the requestzoneItem
- the zone item holding the serviceSAXException
- if an error occursprotected void saxItemsValues(Request request, List<ViewItem> viewItems) throws SAXException
request
- the requestviewItems
- the view itemsSAXException
- if an error occurs