

Public Member Functions | |
| ForumCtrl () | |
| boolean | canDelete (Topic topic) |
| boolean | canDelete (Post post) |
| String | getDeleteLink (Topic topic) |
| String | getDeleteLink (Post post) |
| boolean | hasContent () |
| String | renderNewTopicContainer (IConstructor constructor) |
| String | renderReplyContainer (IConstructor constructor, Topic topic) |
| String | renderReplyContainer (IConstructor constructor, Post post) |
| String | getParticipationLink (Topic topic) |
| boolean | isMine (Topic topic) |
Public Member Functions inherited from org.turro.elephant.direct.AbstractDirectEntityCtrl | |
| AbstractDirectEntityCtrl (String tmplRoot, String entityAttribute) | |
| void | setConstructor (IConstructor constructor) |
| void | setEntityPath (String entityPath) |
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) |
Public Member Functions inherited from org.turro.action.IEntityCtrl | |
| void | setTemplate (String template) |
| void | render (IConstructor constructor) |
| String | parse (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.AbstractDirectEntityCtrl | |
| ElephantMarker | getMarker (IConstructor constructor) |
Protected Member Functions inherited from org.turro.elephant.direct.AbstractDirectContentCtrl | |
| String | getRedirContext (IConstructor constructor, boolean withDomain) |
| 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.AbstractDirectEntityCtrl | |
| String | entityPath |
| IElephantEntity | iee |
| IConstructor | norReentrantConstructor |
Protected Attributes inherited from org.turro.elephant.direct.AbstractDirectContentCtrl | |
| String | template = "full" |
Definition at line 60 of file ForumCtrl.java.
| org.turro.forum.www.ForumCtrl.ForumCtrl | ( | ) |
Definition at line 64 of file ForumCtrl.java.
| boolean org.turro.forum.www.ForumCtrl.canDelete | ( | Post | post | ) |
| boolean org.turro.forum.www.ForumCtrl.canDelete | ( | Topic | topic | ) |
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 120 of file ForumCtrl.java.
| String org.turro.forum.www.ForumCtrl.getDeleteLink | ( | Post | post | ) |
Definition at line 90 of file ForumCtrl.java.

| String org.turro.forum.www.ForumCtrl.getDeleteLink | ( | Topic | topic | ) |
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 115 of file ForumCtrl.java.
| String org.turro.forum.www.ForumCtrl.getParticipationLink | ( | Topic | topic | ) |
Definition at line 175 of file ForumCtrl.java.

| boolean org.turro.forum.www.ForumCtrl.hasContent | ( | ) |
Reimplemented from org.turro.elephant.direct.AbstractDirectEntityCtrl.
Definition at line 102 of file ForumCtrl.java.
| boolean org.turro.forum.www.ForumCtrl.isMine | ( | Topic | topic | ) |
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 95 of file ForumCtrl.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 108 of file ForumCtrl.java.

| String org.turro.forum.www.ForumCtrl.renderNewTopicContainer | ( | IConstructor | constructor | ) |
Definition at line 139 of file ForumCtrl.java.

| String org.turro.forum.www.ForumCtrl.renderReplyContainer | ( | IConstructor | constructor, |
| Post | post | ||
| ) |
| String org.turro.forum.www.ForumCtrl.renderReplyContainer | ( | IConstructor | constructor, |
| Topic | topic | ||
| ) |