info.magnolia.module.publicuserregistration.frontend.action
Class BasePublicUserParagraphAction

java.lang.Object
  extended by info.magnolia.rendering.model.RenderingModelImpl
      extended by info.magnolia.module.publicuserregistration.frontend.action.BasePublicUserParagraphAction
All Implemented Interfaces:
info.magnolia.rendering.model.RenderingModel
Direct Known Subclasses:
AuthenticationModel

public class BasePublicUserParagraphAction
extends info.magnolia.rendering.model.RenderingModelImpl

Rendering model for base public user action paragraph.


Field Summary
 
Fields inherited from class info.magnolia.rendering.model.RenderingModelImpl
content, contentMap, definition, parentModel
 
Fields inherited from interface info.magnolia.rendering.model.RenderingModel
SKIP_RENDERING
 
Constructor Summary
BasePublicUserParagraphAction(javax.jcr.Node content, info.magnolia.rendering.template.RenderableDefinition definition, info.magnolia.rendering.model.RenderingModel parent)
           
 
Method Summary
static String addErrorMessagesToUrl(String uri, Map errorMessages)
           
protected  String doExecute()
           
 String execute()
           
 Map getErrorMessages()
           
 String getLoginError()
           
 info.magnolia.cms.security.User getUser()
           
 boolean isAuthenticated()
           
 
Methods inherited from class info.magnolia.rendering.model.RenderingModelImpl
getContent, getDef, getDefinition, getNode, getParent, getRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePublicUserParagraphAction

public BasePublicUserParagraphAction(javax.jcr.Node content,
                                     info.magnolia.rendering.template.RenderableDefinition definition,
                                     info.magnolia.rendering.model.RenderingModel parent)
Method Detail

execute

public String execute()
Specified by:
execute in interface info.magnolia.rendering.model.RenderingModel
Overrides:
execute in class info.magnolia.rendering.model.RenderingModelImpl

getErrorMessages

public Map getErrorMessages()

addErrorMessagesToUrl

public static String addErrorMessagesToUrl(String uri,
                                           Map errorMessages)

doExecute

protected String doExecute()

isAuthenticated

public boolean isAuthenticated()

getUser

public info.magnolia.cms.security.User getUser()

getLoginError

public String getLoginError()


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.