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

Latest commit

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

PRJ321-Funix

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

  1. JSP Elements & Directives
ScriptingElement 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.

DirectiveDescription
<%@ 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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages