Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


com.bea.wlcp.wlng.api.plugin.context
Interface ContextInfo


public interface ContextInfo

Interface defining a context information object that is used by a ContextTranslator to put values into the current RequestContext.


Method Summary
 void put(String key, Object value)
           
 void put(String key, Set values)
           
 void put(String key, String value)
           

 

Method Detail

put

public void put(String key,
                Object value)

put

public void put(String key,
                Set values)

put

public void put(String key,
                String value)

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.