JSP 对象

  1. 属性集合对象
  2. 隐含对象
  3. action 元素

action 元素

标签 描述  
<jsp:useBean> 存取JavaBean  
<jsp:setProperty> 存取JavaBean  
<jsp:getProperty> 存取JavaBean  
<jsp:include>    
<jsp:forward>    
<jsp:param>    
<jsp:plugin>    
<jsp:params>    
<jsp:fallback>    
<jsp:root> JSP Document  
<jsp:declaration> JSP Document  
<jsp:scriptlet> JSP Document  
<jsp:expression> JSP Document  
<jsp:text> JSP Document  
<jsp:output> JSP Document  
<jsp:attribute> XML  
<jsp:body> XML  
<jsp:element> XML  
<jsp:invoke> Tag File  
<jsp:doBody> Tag File