home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / ftp.editplus.com.tar / ftp.editplus.com / epp211b.exe / jsp.stx < prev    next >
Text File  |  2003-06-28  |  2KB  |  191 lines

  1. #TITLE=JSP
  2. ; JSP syntax file written by ES-Computing.
  3.  
  4. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.
  5. #QUOTATION1='
  6. #QUOTATION2="
  7. #CONTINUE_QUOTE=n
  8. #LINECOMMENT=//
  9. #COMMENTON=/*
  10. #COMMENTOFF=*/
  11. #ESCAPE=\
  12. #CASE=y
  13. #HTML_EMBEDDED=y
  14. #SCRIPT_BEGIN=<%
  15. #SCRIPT_END=%>
  16.  
  17. #KEYWORD=Reserved words
  18. abstract
  19. break
  20. byte
  21. boolean
  22. catch
  23. case
  24. class
  25. char
  26. continue
  27. default
  28. double
  29. do
  30. else
  31. extends
  32. false
  33. final
  34. float
  35. for
  36. finally
  37. if
  38. import
  39. implements
  40. int
  41. interface
  42. instanceof
  43. long
  44. length
  45. native
  46. new
  47. null
  48. package
  49. private
  50. protected
  51. public
  52. final
  53. return
  54. switch
  55. synchronized
  56. short
  57. static
  58. super
  59. try
  60. true
  61. this
  62. throw
  63. throws
  64. threadsafe
  65. transient
  66. void
  67. while
  68.  
  69. #KEYWORD=Predifined classes
  70. ; java.lang
  71. Boolean
  72. Character
  73. Class
  74. ClassLoader
  75. Cloneable
  76. Double
  77. ExceptionInInitializerError
  78. Float
  79. Integer
  80. Long
  81. Math
  82. Number
  83. Object
  84. Process
  85. Runnable
  86. Runtime
  87. SecurityManager
  88. String
  89. StringBuffer
  90. System
  91. Thread
  92. ThreadGroup
  93. Throwable and its Subclasses
  94.  
  95. ; java.util
  96. BitSet
  97. Date
  98. Dictionary
  99. EmptyStackException
  100. Enumeration
  101. Hashtable
  102. NoSuchElementException
  103. Observable
  104. Observer
  105. Properties
  106. Random
  107. Stack
  108. StringTokenizer
  109. Vector
  110.  
  111. ; java.io
  112. BufferedInputStream
  113. BufferedOutputStream
  114. ByteArrayInputStream
  115. ByteArrayOutputStream
  116. DataInput
  117. DataInputStream
  118. DataOutput
  119. DataOutputStream
  120. EOFException
  121. File
  122. FileDescriptor
  123. FileInputStream
  124. FilenameFilter
  125. FileNotFoundException
  126. FileOutputStream
  127. FilterInputStream
  128. FilterOutputStream
  129. InputStream
  130. InterruptedIOException
  131. IOException
  132. LineNumberInputStream
  133. OutputStream
  134. PipedInputStream
  135. PipedOutputStream
  136. PrintStream
  137. PushbackInputStream
  138. RandomAccessFile
  139. SequenceInputStream
  140. StreamTokenizer
  141. StringBufferInputStream
  142. UTFDataFormatException
  143.  
  144. ; javax.servlet
  145. GenericServlet
  146. RequestDispatcher
  147. Servlet
  148. ServletConfig
  149. ServletContext
  150. ServletException
  151. ServletInputStream
  152. ServletOutputStream
  153. ServletRequest
  154. ServletResponse
  155. SingleThreadModel
  156. UnavailableException
  157.  
  158. ; javax.servlet.http
  159. Cookie
  160. HttpServlet
  161. HttpServletRequest
  162. HttpServletResponse
  163. HttpSession
  164. HttpSessionBindingEvent
  165. HttpSessionBindingListener
  166. HttpSessionContext
  167. HttpUtils
  168.  
  169. ; javax.servlet.jsp
  170. HttpJspPage
  171. JspEngineInfo
  172. JspError
  173. JspException
  174. JspFactory
  175. JspPage
  176. JspWriter
  177. PageContext
  178.  
  179. ; javax.servlet.jsp.tagext
  180. BodyContent
  181. BodyTag
  182. BodyTagSupport
  183. Tag
  184. TagAttributeInfo
  185. TagData
  186. TagExtraInfo
  187. TagInfo
  188. TagLibraryInfo
  189. TagSupport
  190. VariableInfo
  191. #