public class OwConfigDump extends Object
Configuration View to display the whole configuration of the application and its plugins. Used by the administrator and developer only.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Class and Description |
---|---|
protected static class |
OwConfigDump.VersionNumber
version number class to retrieve version numbers form class objects
|
Constructor and Description |
---|
OwConfigDump() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getHiddenTags()
Return values and tag to hide
|
void |
handleRequest(javax.servlet.ServletContext context_p,
javax.servlet.http.HttpServletRequest request_p,
javax.servlet.http.HttpServletResponse response_p)
called by the JSP page when the view should create its HTML content to be displayed.
|
void |
setConfigDumpProduct(String product) |
void |
setHiddenTags(Map<String,String> hiddenTags) |
public void handleRequest(javax.servlet.ServletContext context_p, javax.servlet.http.HttpServletRequest request_p, javax.servlet.http.HttpServletResponse response_p) throws Exception
context_p
- ServletContextrequest_p
- HttpServletRequestresponse_p
- HttpServletResponseException
public void setConfigDumpProduct(String product)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.