public abstract class AbstractFilter extends Object implements Filter
Modifier | Constructor and Description |
---|---|
protected |
AbstractFilter() |
Modifier and Type | Method and Description |
---|---|
String |
encode()
Encodes the filter to a String.
|
abstract StringBuffer |
encode(StringBuffer buff)
Encodes the filter to a StringBuffer.
|
String |
toString() |
public abstract StringBuffer encode(StringBuffer buff)
Filter
public String encode()
Filter
Copyright © 2005-2012 The Spring LDAP Framework. All Rights Reserved.