Oracle

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

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle