Java Doc for ParseState.java in » EJB-Server-resin-3.1.5 » resin » com » caucho » jsp » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
EJB Server resin 3.1.5
»
resin
»
com.caucho.jsp
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
com.caucho.jsp
.ParseState
ParseState
public
class ParseState
(Code)
Represents the current state of the parser.
Field Summary
final static
Logger
log
Constructor Summary
public
ParseState
()
Create a new parse state instance.
Method Summary
public
void
addDepend
(Path path)
Add a dependency.
public
void
addImport
(
String
importString)
Adds an import string.
public
String
findPrefix
(
String
uri)
public
int
getBuffer
()
Returns the buffer size in bytes.
public
JspBuilder
getBuilder
()
public
String
getCharEncoding
()
public
String
getContentType
()
public
ArrayList
<PersistentDependency>
getDependList
()
public
String
getErrorPage
()
public
Class
getExtends
()
public
ArrayList
<
String
>
getImportList
()
Returns the import list.
public
String
getInfo
()
Returns the JSP's info string.
public
JspPropertyGroup
getJspPropertyGroup
()
Gets the JSP property group.
public
LineMap
getLineMap
()
Returns the line map.
public
Namespace
getNamespaces
()
public
String
getPageEncoding
()
public
QName
getQName
(
String
name)
Returns the QName for the given name.
public
JspResourceManager
getResourceManager
()
Gets the resource manager.
public
String
getUriPwd
()
public
boolean
isAutoFlush
()
Returns true if the autoFlush is enabled.
public
boolean
isDeferredSyntaxAllowedAsLiteral
()
Returns true if JSP whitespace is trimmed.
public
boolean
isELIgnored
()
Returns true if JSP EL is ignored.
public
boolean
isErrorPage
()
Returns true if the errorPage is enabled.
public
boolean
isForbidXml
()
public
boolean
isOptionalSession
()
Returns true if the optional session is enabled.
public
boolean
isPrintNullAsBlank
()
Returns true if the print-null-as-blank is enabled.
public
boolean
isRecycleTags
()
Returns true if recycle-tags is enabled.
public
boolean
isScriptingInvalid
()
Returns true if JSP scripting is invalidn.
public
boolean
isSession
()
Returns true if the session is enabled.
public
boolean
isTag
()
public
boolean
isThreadSafe
()
Returns true if the threadSafe is enabled.
public
boolean
isTrimWhitespace
()
Returns true if JSP whitespace is trimmed.
public
boolean
isVelocityEnabled
()
Returns true if Velocity statements are enabled.
public
boolean
isXml
()
public
void
markAutoFlushSet
()
Mark the thread safe attribute as set.
public
void
markBufferSet
()
Mark the buffer attribute as set.
public
void
markELIgnoredSet
()
Mark the el-ignored attribute as set.
public
void
markErrorPage
()
Mark the error page attribute as set.
public
void
markSessionSet
()
Mark the thread safe attribute as set.
public
void
markThreadSafeSet
()
Mark the thread safe attribute as set.
public
void
popNamespace
(
String
prefix)
Pops a namespace.
public
void
pushNamespace
(
String
prefix,
String
uri)
Pushes a namespace.
public
Path
resolvePath
(
String
uri)
Resolves a path.
public
boolean
setAutoFlush
(boolean autoFlush)
Set if the autoFlush is enabled.
public
boolean
setBuffer
(int buffer)
Set the buffer size.
public
void
setBuilder
(
JspBuilder
jspBuilder)
public
void
setCharEncoding
(
String
charEncoding)
public
void
setContentType
(
String
contentType)
public
void
setDeferredSyntaxAllowedAsLiteral
(boolean trim)
Set true if JSP whitespace is trimmed.
public
boolean
setELIgnored
(boolean isELIgnored)
Set if JSP EL is ignored.
public
void
setELIgnoredDefault
(boolean isELIgnored)
Set if JSP EL is ignored.
public
boolean
setErrorPage
(boolean errorPage)
Set if the errorPage is enabled.
public
void
setErrorPage
(
String
errorPage)
public
void
setExtends
(
Class
extendsValue)
public
void
setForbidXml
(boolean isForbidXml)
public
void
setInfo
(
String
info)
public
void
setJspPropertyGroup
(
JspPropertyGroup
group)
Sets the JSP property group.
public
void
setPageEncoding
(
String
pageEncoding)
public
void
setRecycleTags
(boolean recycleTags)
Set if recycle-tags is enabled.
public
void
setResourceManager
(
JspResourceManager
resourceManager)
Sets the resource manager.
public
void
setScriptingInvalid
(boolean isScriptingInvalid)
Set if JSP scripting is ignored.
public
boolean
setSession
(boolean session)
Set if the session is enabled.
public
void
setTag
(boolean isTag)
public
boolean
setThreadSafe
(boolean threadSafe)
Set if the threadSafe is enabled.
public
void
setTrimWhitespace
(boolean trim)
Set true if JSP whitespace is trimmed.
public
void
setUriPwd
(
String
uriPwd)
public
void
setVelocityEnabled
(boolean isVelocity)
Set if velocity statements are enabled.
public
void
setXml
(boolean isXml)
Field Detail
log
final static
Logger
log
(Code)
Constructor Detail
ParseState
public
ParseState()
(Code)
Create a new parse state instance.
Method Detail
addDepend
public
void addDepend(Path path)
(Code)
Add a dependency.
addImport
public
void addImport(
String
importString) throws
JspParseException
(Code)
Adds an import string.
findPrefix
public
String
findPrefix(
String
uri)
(Code)
getBuffer
public
int getBuffer()
(Code)
Returns the buffer size in bytes.
getBuilder
public
JspBuilder
getBuilder()
(Code)
Gets the builder
getCharEncoding
public
String
getCharEncoding()
(Code)
Gets the JSP's character encoding
getContentType
public
String
getContentType()
(Code)
Gets the JSP's content type
getDependList
public
ArrayList
<PersistentDependency> getDependList()
(Code)
Returns the dependencies
getErrorPage
public
String
getErrorPage()
(Code)
Gets the JSP's error page
getExtends
public
Class
getExtends()
(Code)
Returns the JSP's extends
getImportList
public
ArrayList
<
String
> getImportList()
(Code)
Returns the import list.
getInfo
public
String
getInfo()
(Code)
Returns the JSP's info string.
getJspPropertyGroup
public
JspPropertyGroup
getJspPropertyGroup()
(Code)
Gets the JSP property group.
getLineMap
public
LineMap
getLineMap()
(Code)
Returns the line map.
getNamespaces
public
Namespace
getNamespaces()
(Code)
getPageEncoding
public
String
getPageEncoding()
(Code)
Gets the JSP's character encoding
getQName
public
QName
getQName(
String
name)
(Code)
Returns the QName for the given name.
getResourceManager
public
JspResourceManager
getResourceManager()
(Code)
Gets the resource manager.
getUriPwd
public
String
getUriPwd()
(Code)
Gets the URI pwd
isAutoFlush
public
boolean isAutoFlush()
(Code)
Returns true if the autoFlush is enabled.
isDeferredSyntaxAllowedAsLiteral
public
boolean isDeferredSyntaxAllowedAsLiteral()
(Code)
Returns true if JSP whitespace is trimmed.
isELIgnored
public
boolean isELIgnored()
(Code)
Returns true if JSP EL is ignored.
isErrorPage
public
boolean isErrorPage()
(Code)
Returns true if the errorPage is enabled.
isForbidXml
public
boolean isForbidXml()
(Code)
Returns true if parsing forbids XML
isOptionalSession
public
boolean isOptionalSession()
(Code)
Returns true if the optional session is enabled.
isPrintNullAsBlank
public
boolean isPrintNullAsBlank()
(Code)
Returns true if the print-null-as-blank is enabled.
isRecycleTags
public
boolean isRecycleTags()
(Code)
Returns true if recycle-tags is enabled.
isScriptingInvalid
public
boolean isScriptingInvalid()
(Code)
Returns true if JSP scripting is invalidn.
isSession
public
boolean isSession()
(Code)
Returns true if the session is enabled.
isTag
public
boolean isTag()
(Code)
Returns true if parsing is a tag
isThreadSafe
public
boolean isThreadSafe()
(Code)
Returns true if the threadSafe is enabled.
isTrimWhitespace
public
boolean isTrimWhitespace()
(Code)
Returns true if JSP whitespace is trimmed.
isVelocityEnabled
public
boolean isVelocityEnabled()
(Code)
Returns true if Velocity statements are enabled.
isXml
public
boolean isXml()
(Code)
Returns true if parsing is XML
markAutoFlushSet
public
void markAutoFlushSet()
(Code)
Mark the thread safe attribute as set.
markBufferSet
public
void markBufferSet()
(Code)
Mark the buffer attribute as set.
markELIgnoredSet
public
void markELIgnoredSet()
(Code)
Mark the el-ignored attribute as set.
markErrorPage
public
void markErrorPage()
(Code)
Mark the error page attribute as set.
markSessionSet
public
void markSessionSet()
(Code)
Mark the thread safe attribute as set.
markThreadSafeSet
public
void markThreadSafeSet()
(Code)
Mark the thread safe attribute as set.
popNamespace
public
void popNamespace(
String
prefix)
(Code)
Pops a namespace.
pushNamespace
public
void pushNamespace(
String
prefix,
String
uri)
(Code)
Pushes a namespace.
resolvePath
public
Path resolvePath(
String
uri)
(Code)
Resolves a path.
Parameters:
uri - the uri for the path the Path
setAutoFlush
public
boolean setAutoFlush(boolean autoFlush)
(Code)
Set if the autoFlush is enabled.
setBuffer
public
boolean setBuffer(int buffer)
(Code)
Set the buffer size.
setBuilder
public
void setBuilder(
JspBuilder
jspBuilder)
(Code)
Sets the builder
setCharEncoding
public
void setCharEncoding(
String
charEncoding) throws
JspParseException
(Code)
Sets the JSP's character encoding
setContentType
public
void setContentType(
String
contentType)
(Code)
Sets the JSP's content type
setDeferredSyntaxAllowedAsLiteral
public
void setDeferredSyntaxAllowedAsLiteral(boolean trim)
(Code)
Set true if JSP whitespace is trimmed.
setELIgnored
public
boolean setELIgnored(boolean isELIgnored)
(Code)
Set if JSP EL is ignored.
setELIgnoredDefault
public
void setELIgnoredDefault(boolean isELIgnored)
(Code)
Set if JSP EL is ignored.
setErrorPage
public
boolean setErrorPage(boolean errorPage)
(Code)
Set if the errorPage is enabled.
setErrorPage
public
void setErrorPage(
String
errorPage)
(Code)
Sets the JSP's error page
setExtends
public
void setExtends(
Class
extendsValue)
(Code)
Sets the JSP's extends
setForbidXml
public
void setForbidXml(boolean isForbidXml)
(Code)
Set if parsing forbids xml
setInfo
public
void setInfo(
String
info)
(Code)
Sets the JSP's info string
setJspPropertyGroup
public
void setJspPropertyGroup(
JspPropertyGroup
group)
(Code)
Sets the JSP property group.
setPageEncoding
public
void setPageEncoding(
String
pageEncoding) throws
JspParseException
(Code)
Sets the JSP's page encoding
setRecycleTags
public
void setRecycleTags(boolean recycleTags)
(Code)
Set if recycle-tags is enabled.
setResourceManager
public
void setResourceManager(
JspResourceManager
resourceManager)
(Code)
Sets the resource manager.
setScriptingInvalid
public
void setScriptingInvalid(boolean isScriptingInvalid)
(Code)
Set if JSP scripting is ignored.
setSession
public
boolean setSession(boolean session)
(Code)
Set if the session is enabled.
setTag
public
void setTag(boolean isTag)
(Code)
Set if parsing a tag
setThreadSafe
public
boolean setThreadSafe(boolean threadSafe)
(Code)
Set if the threadSafe is enabled.
setTrimWhitespace
public
void setTrimWhitespace(boolean trim)
(Code)
Set true if JSP whitespace is trimmed.
setUriPwd
public
void setUriPwd(
String
uriPwd)
(Code)
Sets the URI pwd
setVelocityEnabled
public
void setVelocityEnabled(boolean isVelocity)
(Code)
Set if velocity statements are enabled.
setXml
public
void setXml(boolean isXml)
(Code)
Set if parsing is xml
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.