Package | Description |
---|---|
com.jalios.jcms.archive |
Contains the classes used to deal with archives management in JCMS.
|
com.jalios.jcms.handler |
Contains the javabean classes uses to process HTTP request (aka form handlers).
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
ArchiveQueryHandler.printParams(AbstractQueryHandler.QueryHandlerPrinter printer) |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractQueryHandler.HiddenParamQhPrinter
HTML hidden input implementation of a QueryHandlerPrinter
|
static class |
AbstractQueryHandler.QueryStringQhPrinter
QueryString implementation of a QueryHandlerPrinter
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
WorkspaceQueryHandler.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 |
MemberQueryHandler.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 |
DBMemberQueryHandler.printParams(AbstractQueryHandler.QueryHandlerPrinter printer)
Print current QueryHandler params using specified QueryHandlerPrinter.
|
protected java.lang.String |
AllMemberQueryHandler.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.
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.