HttpSession
action to
+ * remove obsolete session values.
+ *
+ * @param session
+ * @param mode ToolAccessMode to decide which role's session will be clear.
+ */
+ abstract public void clearSession(HttpSession session, ToolAccessMode mode);
+
+ private String getLamsUrl(){
+ String serverURL = Configuration.get(ConfigurationKeys.SERVER_URL);
+
+ if ( StringUtils.isBlank(serverURL) ) {
+ log.warn("ServerURLTag unable to write out server URL as it is missing from the configuration file.");
+ }
+
+ return serverURL;
+ }
+
+
+ public ILamsToolService getToolService(){
+ WebApplicationContext webContext = WebApplicationContextUtils.getRequiredWebApplicationContext(this.getServlet().getServletContext());
+ return (ILamsToolService) webContext.getBean(AuthoringConstants.TOOL_SERVICE_BEAN_NAME);
+ }
+}
Index: lams_central/web/authoringConfirm.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/authoringConfirm.jsp,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ lams_central/web/authoringConfirm.jsp 11 May 2006 06:00:32 -0000 1.1
@@ -0,0 +1,34 @@
+<%@ taglib uri="tags-fmt" prefix="fmt"%>
+<%@ taglib uri="tags-lams" prefix="lams"%>
+<%@ taglib uri="tags-html" prefix="html"%>
+
+
+
+ |
+
+
+ |
+
+
+
- <%@ include file="/common/messages.jsp" %> - | -
+ <%@ include file="/common/messages.jsp"%> + | +
-