

Public Member Functions | |
| AnonymousCtrl () | |
| String | renderMailContainer (IConstructor constructor, IContact recipe, Object entity) |
| String | renderMailContainer (IConstructor constructor, IContact recipe, Object entity, String template) |
| String | renderMailContainer (IConstructor constructor, String recipeName, String recipeMail, Object entity) |
| String | renderMailContainer (IConstructor constructor, String recipeName, String recipeMail, Object entity, String template) |
| String | renderQuestionContainer (IConstructor constructor, IContact recipe, Object entity) |
| String | renderQuestionContainer (IConstructor constructor, IContact recipe, Object entity, String template) |
| void | renderAnswerForm (IConstructor constructor) |
| String | createAnswerLink (IConstructor constructor, IContact recipe, Object entity) |
Public Member Functions inherited from org.turro.elephant.direct.AbstractDirectContentCtrl | |
| AbstractDirectContentCtrl (String tmplRoot) | |
| String | createFormAction () |
| String | createPOST (String values) |
| String | getAjaxSubmitUrl (String containerId) |
| String | getAjaxUrl (String containerId, String values) |
| String | getAjaxUrl (String containerId, KeyValueMap values) |
| String | getAjaxEvalUrl (KeyValueMap values) |
| String | createRightNowURL (String values) |
| String | createRightNowURL (KeyValueMap values) |
| String | createLinkTo (String link, KeyValueMap values) |
| String | createURL () |
| String | createURL (IConstructor constructor, String values) |
| String | createURL (IConstructor constructor, String values, int daysValid) |
| String | createURL (IConstructor constructor, String values, int daysValid, boolean withDomain) |
| String | createURL (IConstructor constructor, IContact recipe, String values, int daysValid, boolean withDomain) |
| String | createURL (IConstructor constructor, IContact recipe, KeyValueMap values, int daysValid, boolean withDomain) |
| void | setTemplate (String template) |
| void | render (IConstructor constructor) |
| String | parse (IConstructor constructor) |
| boolean | itsMe (String id) |
| boolean | myTurn (HttpServletRequest request) |
| void | execute (ServletContext context, HttpServletRequest request, HttpServletResponse response) |
| void | execute (IConstructor constructor) |
Protected Member Functions | |
| void | prepareCleanMarker (ElephantMarker marker, KeyValueMap map) |
| void | prepareMarker (ElephantMarker marker) |
| String | getIdentifier () |
| void | doExecute (IConstructor constructor, KeyValueMap map) |
Protected Member Functions inherited from org.turro.elephant.direct.AbstractDirectContentCtrl | |
| String | getRedirContext (IConstructor constructor, boolean withDomain) |
| ElephantMarker | getMarker (IConstructor constructor) |
| ElephantMarker | getCleanMarkerFrom (IConstructor constructor) |
| void | addContainerId (ElephantMarker marker, boolean container) |
| String | getTmplRoot () |
| String | getTemplate () |
| void | writeMarkerToResponse (IConstructor constructor, KeyValueMap map) |
| void | writeMarkerToResponse (IConstructor constructor, KeyValueMap map, Map extra) |
| void | setNeedsUser (boolean needsUser) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.elephant.direct.AbstractDirectContentCtrl | |
| String | template = "full" |
Definition at line 53 of file AnonymousCtrl.java.
| org.turro.anonymous.AnonymousCtrl.AnonymousCtrl | ( | ) |
Definition at line 55 of file AnonymousCtrl.java.
| String org.turro.anonymous.AnonymousCtrl.createAnswerLink | ( | IConstructor | constructor, |
| IContact | recipe, | ||
| Object | entity | ||
| ) |
Definition at line 111 of file AnonymousCtrl.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 140 of file AnonymousCtrl.java.

|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 135 of file AnonymousCtrl.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 123 of file AnonymousCtrl.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 128 of file AnonymousCtrl.java.
| void org.turro.anonymous.AnonymousCtrl.renderAnswerForm | ( | IConstructor | constructor | ) |
Definition at line 107 of file AnonymousCtrl.java.

| String org.turro.anonymous.AnonymousCtrl.renderMailContainer | ( | IConstructor | constructor, |
| IContact | recipe, | ||
| Object | entity | ||
| ) |
Definition at line 60 of file AnonymousCtrl.java.
| String org.turro.anonymous.AnonymousCtrl.renderMailContainer | ( | IConstructor | constructor, |
| IContact | recipe, | ||
| Object | entity, | ||
| String | template | ||
| ) |
Definition at line 64 of file AnonymousCtrl.java.

| String org.turro.anonymous.AnonymousCtrl.renderMailContainer | ( | IConstructor | constructor, |
| String | recipeName, | ||
| String | recipeMail, | ||
| Object | entity | ||
| ) |
Definition at line 68 of file AnonymousCtrl.java.
| String org.turro.anonymous.AnonymousCtrl.renderMailContainer | ( | IConstructor | constructor, |
| String | recipeName, | ||
| String | recipeMail, | ||
| Object | entity, | ||
| String | template | ||
| ) |
Definition at line 72 of file AnonymousCtrl.java.

| String org.turro.anonymous.AnonymousCtrl.renderQuestionContainer | ( | IConstructor | constructor, |
| IContact | recipe, | ||
| Object | entity | ||
| ) |
Definition at line 89 of file AnonymousCtrl.java.
| String org.turro.anonymous.AnonymousCtrl.renderQuestionContainer | ( | IConstructor | constructor, |
| IContact | recipe, | ||
| Object | entity, | ||
| String | template | ||
| ) |