<%@ page import="java.util.*" %> <%@ page import="com.ecyrd.jspwiki.*" %> <%@ page import="com.ecyrd.jspwiki.ui.*" %> <%@ page import="com.ecyrd.jspwiki.ui.admin.*" %> <%@ page errorPage="/Error.jsp" %> <%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %> JSPWiki administration

JSPWiki Administration

Not all things can be configured here. Some things need to be configured in your jspwiki.properties file.
<% WikiEngine wiki = WikiEngine.getInstance( getServletConfig() ); WikiContext ctx = WikiContext.findContext(pageContext); AdminBeanManager mgr = wiki.getAdminBeanManager(); %>

Contains core setup options.

<% out.write( ab.doGet(ctx) ); %>

This is a list of all groups in this wiki. If you click on the group name, you will be taken to the administration page of that particular group.

<% out.write( ab.doGet(ctx) ); %>

There will be more filter stuff here