Uses of Class
com.jalios.jcms.handler.AbstractQueryHandler.QueryHandlerPrinter
-
Packages that use AbstractQueryHandler.QueryHandlerPrinter Package Description com.jalios.jcms.archive Contains the classes used to deal with archives management in JPlatform.com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers).com.jalios.jcms.trash com.jalios.jcms.workspace Contains classes about workspace features. -
-
Uses of AbstractQueryHandler.QueryHandlerPrinter in com.jalios.jcms.archive
Methods in com.jalios.jcms.archive with parameters of type AbstractQueryHandler.QueryHandlerPrinter Modifier and Type Method Description protected java.lang.String
ArchiveQueryHandler. printParams(AbstractQueryHandler.QueryHandlerPrinter printer)
-
Uses of AbstractQueryHandler.QueryHandlerPrinter in com.jalios.jcms.handler
Subclasses of AbstractQueryHandler.QueryHandlerPrinter in com.jalios.jcms.handler Modifier and Type Class Description static class
AbstractQueryHandler.HiddenParamQhPrinter
HTML hidden input implementation of a QueryHandlerPrinterstatic class
AbstractQueryHandler.QueryStringQhPrinter
QueryString implementation of a QueryHandlerPrinterMethods in com.jalios.jcms.handler with parameters of type AbstractQueryHandler.QueryHandlerPrinter Modifier and Type Method Description protected java.lang.String
AbstractMemberQueryHandler. printParams(AbstractQueryHandler.QueryHandlerPrinter printer)
Print current QueryHandler params using specified QueryHandlerPrinter.protected abstract java.lang.String
AbstractQueryHandler. printParams(AbstractQueryHandler.QueryHandlerPrinter printer)
Method to be implemented by subclass to provide params printing in query or hidden input format.
Typical implementation :protected java.lang.String
AllMemberQueryHandler. printParams(AbstractQueryHandler.QueryHandlerPrinter printer)
Print current QueryHandler params using specified QueryHandlerPrinter.protected java.lang.String
CategoryQueryHandler. printParams(AbstractQueryHandler.QueryHandlerPrinter printer)
Print current QueryHandler params using specified QueryHandlerPrinter.protected java.lang.String
GroupQueryHandler. printParams(AbstractQueryHandler.QueryHandlerPrinter printer)
Print current QueryHandler params using specified QueryHandlerPrinter.protected java.lang.String
MemberQueryHandler. printParams(AbstractQueryHandler.QueryHandlerPrinter printer)
Print current QueryHandler params using specified QueryHandlerPrinter.protected java.lang.String
QueryHandler. printParams(AbstractQueryHandler.QueryHandlerPrinter printer)
Print current QueryHandler params using specified QueryHandlerPrinter.protected java.lang.String
WorkspaceQueryHandler. printParams(AbstractQueryHandler.QueryHandlerPrinter printer)
Deprecated.Print current QueryHandler params using specified QueryHandlerPrinter. -
Uses of AbstractQueryHandler.QueryHandlerPrinter in com.jalios.jcms.trash
Methods in com.jalios.jcms.trash with parameters of type AbstractQueryHandler.QueryHandlerPrinter Modifier and Type Method Description protected java.lang.String
TrashAppHandler. printParams(AbstractQueryHandler.QueryHandlerPrinter printer)
-
Uses of AbstractQueryHandler.QueryHandlerPrinter in com.jalios.jcms.workspace
Methods in com.jalios.jcms.workspace with parameters of type AbstractQueryHandler.QueryHandlerPrinter Modifier and Type Method Description protected java.lang.String
WorkspaceQueryHandler. printParams(AbstractQueryHandler.QueryHandlerPrinter printer)
-