mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user