com.wewebu.ow.server.app
Class OwConfigDump

java.lang.Object
  extended by com.wewebu.ow.server.app.OwConfigDump

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


Nested Class Summary
protected  class OwConfigDump.VersionNumber
          version number class to retrieve version numbers form class objects
 
Constructor Summary
OwConfigDump()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwConfigDump

public OwConfigDump()
Method Detail

handleRequest

public void handleRequest(javax.servlet.ServletContext context_p,
                          javax.servlet.http.HttpServletRequest request_p,
                          javax.servlet.http.HttpServletResponse response_p)
                   throws Exception
called by the JSP page when the view should create its HTML content to be displayed. optionally set a prefix to distinguish several different applications. The role manager will filter the allowed plugins, MIME settings and design with the prefix. The default is empty. e.g. used for the Zero-Install Desktop Integration (ZIDI) to display a different set of plugins, MIME table and design for the Zero-Install Desktop Integration (ZIDI)

Parameters:
context_p - ServletContext
request_p - HttpServletRequest
response_p - HttpServletResponse
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.