Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

harrytran998/Funix-JavaWeb-PRJ321

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 

Repository files navigation

PRJ321-Funix

Những điều cần lưu ý

  1. JSP Elements & Directives
Scripting Element Example
Comment <%-- comment --%>
Directive <%@ directive %>
Declaration <%! declarations %>
Scriptlet <% scriplets %>
Expression <%= expression %>

Several jsp directives is used to provide directions and instructions to the container, telling it how to handle certain aspects of JSP process.

Directive Description
<%@ page ... %> Defines page-dependent attributes, such as scripting language, error page, and buffering requirements.
<%@ include ... %> Includes a file during the translation phase.
<%@ taglib ... %> Declares a tag library containing custom action to use in the page

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published