Page Renderer prototype point checkin

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6842 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-09-20 14:21:04 +00:00
parent bdea4b33d9
commit d71b009b6b
7 changed files with 808 additions and 8 deletions

View File

@@ -54,13 +54,13 @@ public class WebScriptServlet extends HttpServlet
private static final Log logger = LogFactory.getLog(WebScriptServlet.class);
// Component Dependencies
private DeclarativeWebScriptRegistry registry;
private ServiceRegistry serviceRegistry;
private WebScriptServletAuthenticator authenticator;
protected DeclarativeWebScriptRegistry registry;
protected ServiceRegistry serviceRegistry;
protected WebScriptServletAuthenticator authenticator;
protected ConfigService configService;
/** Host Server Configuration */
private static ServerConfigElement serverConfig;
protected static ServerConfigElement serverConfig;
@Override