Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogicx.jsp.tags
Interface BeanParamInterpreter


public interface BeanParamInterpreter


Method Summary
 Object get(String objectid, HttpSession session)
           
 void processAll(ServletRequest rq, HttpSession session)
           
 void processDelete(ServletRequest rq, HttpSession session)
           
 void processNew(ServletRequest rq, HttpSession session)
           
 void processShift(ServletRequest rq, HttpSession session)
           
 void set(ServletRequest rq, HttpSession session)
           
 

Method Detail

set

void set(ServletRequest rq,
         HttpSession session)
         throws Exception
Throws:
Exception

get

Object get(String objectid,
           HttpSession session)
           throws Exception
Throws:
Exception

processNew

void processNew(ServletRequest rq,
                HttpSession session)
                throws Exception
Throws:
Exception

processDelete

void processDelete(ServletRequest rq,
                   HttpSession session)
                   throws Exception
Throws:
Exception

processShift

void processShift(ServletRequest rq,
                  HttpSession session)
                  throws Exception
Throws:
Exception

processAll

void processAll(ServletRequest rq,
                HttpSession session)
                throws Exception
Throws:
Exception

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06