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, _userSignupManagermanagerobjectModel, parameters, resolver, sourcecontentHandler, 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, saxWarningsdisposerecycle, setupsetConsumer, setContentHandler, setLexicalHandlerenableLogging, getLogger, setupLogger, setupLogger, setupLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetConsumerprotected ContentTypeExtensionPoint _cTypeEP
protected FOContentCreationHelper _foContentCreation
public UserSignupGenerator()
public void service(ServiceManager serviceManager) throws ServiceException
service in interface Serviceableservice in class UserSignupGeneratorServiceExceptionprotected void saxAdditionalInformation(String siteName, String lang, ZoneItem zoneItem) throws SAXException
UserSignupGeneratorsaxAdditionalInformation in class UserSignupGeneratorsiteName - The site namelang - The content languagezoneItem - The zone item holding the serviceSAXException - if an error occursprotected void saxUserInputs(Request request, ZoneItem zoneItem) throws SAXException
UserSignupGeneratorsaxUserInputs in class UserSignupGeneratorrequest - 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