|
||||||||||
| 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.subentries.SubentriesFactory
public class SubentriesFactory
A factory for creating Subentries Controls and their
SubentriesDecorator objects.
| Constructor Summary | |
|---|---|
SubentriesFactory(LdapCodecService codec)
Creates a new instance of SubentriesFactory. |
|
| Method Summary | |
|---|---|
String |
getOid()
|
SubentriesDecorator |
newCodecControl()
Creates and returns a decorated version of the Control. |
SubentriesDecorator |
newCodecControl(Subentries 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 SubentriesFactory(LdapCodecService codec)
codec - | Method Detail |
|---|
public String getOid()
getOid in interface ControlFactory<Subentries,SubentriesDecorator>public SubentriesDecorator newCodecControl()
newCodecControl in interface ControlFactory<Subentries,SubentriesDecorator>CodecControl decorated version of the Control.public SubentriesDecorator newCodecControl(Subentries control)
newCodecControl in interface ControlFactory<Subentries,SubentriesDecorator>control - The Control to be decorated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||