com.jalios.jcms.handler
Class AbstractQueryHandler.QueryStringQhPrinter

java.lang.Object
  extended by com.jalios.jcms.handler.AbstractQueryHandler.QueryHandlerPrinter
      extended by com.jalios.jcms.handler.AbstractQueryHandler.QueryStringQhPrinter
Enclosing class:
AbstractQueryHandler<E>

public static class AbstractQueryHandler.QueryStringQhPrinter
extends AbstractQueryHandler.QueryHandlerPrinter

QueryString implementation of a QueryHandlerPrinter

Since:
jcms-5.7.4

Constructor Summary
AbstractQueryHandler.QueryStringQhPrinter()
           
 
Method Summary
 void printParam(String name, String value)
           
 String toString()
          Prints parameters for the specified QueryHandler
 
Methods inherited from class com.jalios.jcms.handler.AbstractQueryHandler.QueryHandlerPrinter
printParam, printParam, printParam
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractQueryHandler.QueryStringQhPrinter

public AbstractQueryHandler.QueryStringQhPrinter()
Method Detail

printParam

public void printParam(String name,
                       String value)
Specified by:
printParam in class AbstractQueryHandler.QueryHandlerPrinter

toString

public String toString()
Description copied from class: AbstractQueryHandler.QueryHandlerPrinter
Prints parameters for the specified QueryHandler

Overrides:
toString in class AbstractQueryHandler.QueryHandlerPrinter
Returns:
a String containing all parameters printed till invokation of this method.


Copyright © 2001-2010 Jalios SA. All Rights Reserved.