Skip to content
Snippets Groups Projects
Commit 0a6e70b5 authored by User expired's avatar User expired Committed by User expired
Browse files

openolat#156: make javadoc happy

parent fa094a32
No related branches found
No related tags found
No related merge requests found
<body>
<h3>Scheduling tasks</h3>
<p>Scheduling stuff is now done with Spring config. Search for olatextconfig.xml in package
......@@ -7,3 +8,4 @@ resources/serviceconfig/commons/scheduler</p>
use cron style syntax for scheduling interval</p>
<p>Make sure that you use the JobWithDb class if your job is accessing the database!</p>
</body>
\ No newline at end of file
......@@ -88,7 +88,7 @@ public class JSAndCSSComponent extends AbstractComponent {
* @param componentName the name of the component
* @param baseClass the class of the controller (or from the package's Manager) from where the resources will be fetched: e.g. org/olat/demo/_static/js or /css respectively.
* @param forceCssRemove if true, the given css will be removed if no longer necessary (e.g. for a custom css as in the course), otherwise it will stay in the html-header for the whole usersession
* @param rawHeader -only use if neither jsFileNames nor cssFileName can be used (only for dynamically created jslibs for example)-a string (e.g. "<script...." or "<link rel=... those entries will be refreshed after each page, that is entries causes an full page reload in ajax mode
* @param rawHeader -only use if neither jsFileNames nor cssFileName can be used (only for dynamically created jslibs for example)-a string (e.g. "{@code <script.... }" or "{@code <link rel=... } those entries will be refreshed after each page, that is entries causes an full page reload in ajax mode
*/
public JSAndCSSComponent(String componentName, Class<?> baseClass, boolean forceCssRemove, String rawHeader) {
super(componentName);
......
<body>
<p>The logging frameworks which traks user actitivities is thread local based and be default write the data to
the database table "o_logging" but if you have a lot of users this table can grow very fast and need an solution to get collect and
analyze the data to shrink the table again. For a technical overview see the <a href="doc-files/LoggingFramwork.pdf">pdf<a/> document.
<p/>
\ No newline at end of file
<p/>
</body>
\ No newline at end of file
......@@ -69,7 +69,7 @@ import org.olat.login.auth.OLATAuthManager;
* <p>
* The following example will open OLAT in a new window without browser toolbars:
* <br>
* <form
* <pre>{@code <form
* method="post"
* action="http://office.frentix.com:8080/branch/remotelogin/"
* onsubmit="var olat = window.open('','OLAT','location=no,menubar=no,resizable=yes,toolbar=no,statusbar=no,scrollbars=yes')" olat.focus();"
......@@ -80,7 +80,7 @@ import org.olat.login.auth.OLATAuthManager;
* </form>
* <p>An optional parameter named redirect allow a redirect using a businesspath:
* <input type="hidden" name="redirect" value="/olat/url/RepositoryEntry/917504/CourseNode/81254724902921"/>
* <p>
* <p> }</pre>
* Initial Date: 05.08.2008 <br>
*
* @author Florian Gnaegi, frentix GmbH, http://www.frentix.com
......
<body>
TODO:
- Describe the package structure of the portfolio-modul
- Example for registering an artefactHandler to PortfolioModul (either in portfolioContext or over module)
- actual UML charts for better understanding
\ No newline at end of file
- actual UML charts for better understanding
</body>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment