Context Name |
Context Type |
Context Description |
poolyear |
Year |
The year that is currently beeing pooled. If there is no year beeing pooled, this will not be set |
unit |
Unit |
The unit specified by unitid. Only if poolyear is present |
courses |
Vector Courses |
Listing of all (jupiter) courses for the unit choosen by the student. Set only if there is a poolyear and unitid |
Fields inherited from class org.apache.turbine.modules.Screen |
filter, minFilter |
Method Summary |
void |
doBuildTemplate(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
|
java.util.Vector |
getCourses(Unit unit)
|
Methods inherited from class org.apache.turbine.modules.screens.VelocityScreen |
buildTemplate, doBuildTemplate, getContext |
Methods inherited from class org.apache.turbine.modules.screens.TemplateScreen |
doBuild, doPostBuildTemplate, doRedirect, doRedirect, setTemplate |
Methods inherited from class org.apache.turbine.modules.Screen |
, build, getLayout, htmlFilter, htmlMinFilter, prepareText, prepareTextMinimum, setLayout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
StudentChooseCourse
public StudentChooseCourse()
doBuildTemplate
public void doBuildTemplate(org.apache.turbine.util.RunData data,
org.apache.velocity.context.Context context)
- Overrides:
doBuildTemplate in class UnsecureScreen
getCourses
public java.util.Vector getCourses(Unit unit)
throws java.lang.Exception
|