Public Member Functions | |
ProjectCtrl () | |
void | setServer (WsServer server) |
void | setAction (ProjectAction action) |
void | setAxId (String axId) |
void | setParticiationLabel (String particiationLabel) |
boolean | toggleBanned (KeyValueMap map) |
boolean | askParticipate (KeyValueMap map) |
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 50 of file ProjectCtrl.java.
org.turro.alliance.content.control.ProjectCtrl.ProjectCtrl | ( | ) |
Definition at line 56 of file ProjectCtrl.java.
boolean org.turro.alliance.content.control.ProjectCtrl.askParticipate | ( | KeyValueMap | map | ) |
Definition at line 168 of file ProjectCtrl.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 138 of file ProjectCtrl.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 133 of file ProjectCtrl.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 79 of file ProjectCtrl.java.
|
protected |
Reimplemented from org.turro.elephant.direct.AbstractDirectContentCtrl.
Definition at line 87 of file ProjectCtrl.java.
void org.turro.alliance.content.control.ProjectCtrl.setAction | ( | ProjectAction | action | ) |
Definition at line 65 of file ProjectCtrl.java.
void org.turro.alliance.content.control.ProjectCtrl.setAxId | ( | String | axId | ) |
void org.turro.alliance.content.control.ProjectCtrl.setParticiationLabel | ( | String | particiationLabel | ) |
void org.turro.alliance.content.control.ProjectCtrl.setServer | ( | WsServer | server | ) |
boolean org.turro.alliance.content.control.ProjectCtrl.toggleBanned | ( | KeyValueMap | map | ) |
Definition at line 158 of file ProjectCtrl.java.