Public Member Functions | |
void | setConstructor (IConstructor constructor) |
void | setEntityPath (String entityPath) |
void | setTemplate (String template) |
boolean | hasContent () |
void | render (IConstructor constructor) |
String | parse (IConstructor constructor) |
boolean | isMine (Challenge challenge) |
Object | getFollowCtrl () |
boolean | allowsQuestion () |
boolean | itsMe (String id) |
boolean | myTurn (HttpServletRequest request) |
void | execute (ServletContext context, HttpServletRequest request, HttpServletResponse response) |
long | countParticipations (String root, IContact contact, String reason) |
long | countResponses (IContact contact) |
Static Public Member Functions | |
static String | createPOST (String values) |
static String | createURL (String values) |
static String | getIdentifier () |
Definition at line 56 of file StudentsCtrl.java.
boolean org.turro.students.www.StudentsCtrl.allowsQuestion | ( | ) |
long org.turro.students.www.StudentsCtrl.countParticipations | ( | String | root, |
IContact | contact, | ||
String | reason | ||
) |
Definition at line 195 of file StudentsCtrl.java.
long org.turro.students.www.StudentsCtrl.countResponses | ( | IContact | contact | ) |
Definition at line 199 of file StudentsCtrl.java.
|
static |
Definition at line 158 of file StudentsCtrl.java.
|
static |
Definition at line 163 of file StudentsCtrl.java.
void org.turro.students.www.StudentsCtrl.execute | ( | ServletContext | context, |
HttpServletRequest | request, | ||
HttpServletResponse | response | ||
) |
Implements org.turro.elephant.direct.IDirectContent.
Definition at line 185 of file StudentsCtrl.java.
Object org.turro.students.www.StudentsCtrl.getFollowCtrl | ( | ) |
Definition at line 104 of file StudentsCtrl.java.
|
static |
Definition at line 170 of file StudentsCtrl.java.
boolean org.turro.students.www.StudentsCtrl.hasContent | ( | ) |
Implements org.turro.action.IEntityCtrl.
Definition at line 80 of file StudentsCtrl.java.
boolean org.turro.students.www.StudentsCtrl.isMine | ( | Challenge | challenge | ) |
boolean org.turro.students.www.StudentsCtrl.itsMe | ( | String | id | ) |
Implements org.turro.elephant.direct.IDirectContent.
Definition at line 175 of file StudentsCtrl.java.
boolean org.turro.students.www.StudentsCtrl.myTurn | ( | HttpServletRequest | request | ) |
Implements org.turro.elephant.direct.IDirectContent.
Definition at line 180 of file StudentsCtrl.java.
String org.turro.students.www.StudentsCtrl.parse | ( | IConstructor | constructor | ) |
Implements org.turro.action.IEntityCtrl.
Definition at line 95 of file StudentsCtrl.java.
void org.turro.students.www.StudentsCtrl.render | ( | IConstructor | constructor | ) |
Implements org.turro.action.IEntityCtrl.
Definition at line 90 of file StudentsCtrl.java.
void org.turro.students.www.StudentsCtrl.setConstructor | ( | IConstructor | constructor | ) |
Implements org.turro.action.IEntityCtrl.
Definition at line 65 of file StudentsCtrl.java.
void org.turro.students.www.StudentsCtrl.setEntityPath | ( | String | entityPath | ) |
Implements org.turro.action.IEntityCtrl.
Definition at line 70 of file StudentsCtrl.java.
void org.turro.students.www.StudentsCtrl.setTemplate | ( | String | template | ) |
Implements org.turro.action.IEntityCtrl.
Definition at line 75 of file StudentsCtrl.java.