org.apache.felix.ipojo.webconsole
Class IPOJOServlet.RequestInfo

java.lang.Object
  extended by org.apache.felix.ipojo.webconsole.IPOJOServlet.RequestInfo
Enclosing class:
IPOJOServlet

private final class IPOJOServlet.RequestInfo
extends java.lang.Object


Field Summary
 boolean m_all
          Is 'all' elements of the type required.
 java.lang.String m_name
          Name of the required element.
 java.lang.String m_type
          Type of the required element.
 
Constructor Summary
protected IPOJOServlet.RequestInfo(javax.servlet.http.HttpServletRequest request)
          Creates a RequestInfo.
 
Method Summary
 java.lang.String toString()
          toString method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_name

public final java.lang.String m_name
Name of the required element.


m_type

public final java.lang.String m_type
Type of the required element.


m_all

public final boolean m_all
Is 'all' elements of the type required.

Constructor Detail

IPOJOServlet.RequestInfo

protected IPOJOServlet.RequestInfo(javax.servlet.http.HttpServletRequest request)
Creates a RequestInfo. This constructor parses the parameter of the request.

Parameters:
request - the request
Method Detail

toString

public java.lang.String toString()
toString method.

Overrides:
toString in class java.lang.Object
Returns:
the String form of the request.
See Also:
Object.toString()


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