|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsFactory
public class PagedResultsFactory
A ControlFactory for EntryChange controls.
| Constructor Summary | |
|---|---|
PagedResultsFactory(LdapCodecService codec)
Creates a new instance of PagedResultsFactory. |
|
| Method Summary | |
|---|---|
String |
getOid()
|
PagedResultsDecorator |
newCodecControl()
Creates and returns a decorated version of the Control. |
PagedResultsDecorator |
newCodecControl(PagedResults control)
Decorates an existing control. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PagedResultsFactory(LdapCodecService codec)
codec - The LDAP codec.| Method Detail |
|---|
public String getOid()
getOid in interface ControlFactory<PagedResults,PagedResultsDecorator>public PagedResultsDecorator newCodecControl()
newCodecControl in interface ControlFactory<PagedResults,PagedResultsDecorator>CodecControl decorated version of the Control.public PagedResultsDecorator newCodecControl(PagedResults control)
newCodecControl in interface ControlFactory<PagedResults,PagedResultsDecorator>control - The Control to be decorated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||