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

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

public class SearchResultAttributeValueAction
extends GrammarAction<LdapMessageContainer<SearchResultEntryDecorator>>

The action used to store a Value to an search result entry

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
SearchResultAttributeValueAction()
          Instantiates a new search result attribute value action.
 
Method Summary
 void action(LdapMessageContainer<SearchResultEntryDecorator> 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

SearchResultAttributeValueAction

public SearchResultAttributeValueAction()
Instantiates a new search result attribute value action.

Method Detail

action

public void action(LdapMessageContainer<SearchResultEntryDecorator> container)



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