org.apache.felix.webconsole.plugins.event.internal
Class PropertiesEditorSupport

java.lang.Object
  extended by org.apache.felix.webconsole.plugins.event.internal.PropertiesEditorSupport

public class PropertiesEditorSupport
extends java.lang.Object

Java support for propeditor.js handling.


Method Summary
static java.util.Hashtable convertProperties(javax.servlet.http.HttpServletRequest request)
          Converts the properties from the request to a key-value hashtable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertProperties

public static final java.util.Hashtable convertProperties(javax.servlet.http.HttpServletRequest request)
Converts the properties from the request to a key-value hashtable.

Parameters:
request - the request to process
Returns:
the converted properties


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.