org.apache.directory.shared.ldap.codec.actions
Class InitLessOrEqualFilterAction

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<LdapMessageContainer<SearchRequestDecorator>>
      extended by org.apache.directory.shared.ldap.codec.actions.InitLessOrEqualFilterAction
All Implemented Interfaces:
Action<LdapMessageContainer<SearchRequestDecorator>>

public class InitLessOrEqualFilterAction
extends GrammarAction<LdapMessageContainer<SearchRequestDecorator>>

The action used to initialize the Less Or Equal filter

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
InitLessOrEqualFilterAction()
          Instantiates a new init less or equal filter action.
 
Method Summary
 void action(LdapMessageContainer<SearchRequestDecorator> container)
          
 
Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitLessOrEqualFilterAction

public InitLessOrEqualFilterAction()
Instantiates a new init less or equal filter action.

Method Detail

action

public void action(LdapMessageContainer<SearchRequestDecorator> container)
            throws DecoderException

Throws:
DecoderException


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.