Java Doc for JspModel.java in  » Web-Server » jo » com » tagtraum » jo » 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 » Web Server » jo » com.tagtraum.jo.jsp 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.tagtraum.jo.JoAbstractModel
      com.tagtraum.jo.jsp.JspModel

JspModel
public class JspModel extends JoAbstractModel implements I_JoServletModel,Serializable,C_Jsp(Code)
Represents a jsp-file. Note: This object will be serialized to store page data persistently.
author:
   Hendrik Schreiber
version:
   1.1beta1 $Id: JspModel.java,v 1.27 2005/07/06 18:31:01 hendriks73 Exp $


Field Summary
public static  Stringvcid
    

Constructor Summary
public  JspModel()
    

Method Summary
 voidappendFileExcerpt(FileLocation location, int lastLine, StringBuffer sb)
    
public  DocumentgetDocument()
     Returns the Document .
public  JspEnginegetEngine()
     Returns the engine.
public  FileLocationgetFileLocation(int generatedLineNumber)
     Returns the location of the original source code in a jsp that was compiled to a given line number in the generated java file.
public  JspDocumentgetJspDocument()
     Returns the JspDocument .
public  StringgetLogMessage(ErrorMessage message)
    
public  FileLocationgetNextFileLocation(int generatedLineNumber)
     Returns the next location of the original source code in a jsp that was compiled to a given line number in the generated java file.
public  StringgetPackageName()
     Returns the package name.
public  StringgetPartialClassName()
     Returns the name of the class without packagename.
public  ServletgetServletInstance()
     Returns a servlet instance.
public  FilegetSourceFile()
     Returns the name of the source file.
public  TagLibraryInfogetTagLibraryInfo(String prefix)
    
public  voidlog(String message, int level)
     Logs a message.
public  voidregisterLineNumberMapping(int generatedLineNumber, Node node)
     Maps a linenumber in the generated java source file to the file and linenumber it was generated from.
public  voidservice(ServletRequest request, ServletResponse response)
     Executes the service method of the JSP.
public  voidsetLocale(Locale locale)
    
public  voidsetServletContextPeer(I_JoServletContextPeer peer)
    
public  voidsetURL(URL url)
    
public  StringtoString()
     String representation of this jsp.

Field Detail
vcid
public static String vcid(Code)
Source-Version




Constructor Detail
JspModel
public JspModel()(Code)




Method Detail
appendFileExcerpt
void appendFileExcerpt(FileLocation location, int lastLine, StringBuffer sb)(Code)



getDocument
public Document getDocument()(Code)
Returns the Document .



getEngine
public JspEngine getEngine()(Code)
Returns the engine. engine



getFileLocation
public FileLocation getFileLocation(int generatedLineNumber)(Code)
Returns the location of the original source code in a jsp that was compiled to a given line number in the generated java file.
Parameters:
  generatedLineNumber - the linenumber in the generated source file



getJspDocument
public JspDocument getJspDocument()(Code)
Returns the JspDocument .



getLogMessage
public String getLogMessage(ErrorMessage message)(Code)



getNextFileLocation
public FileLocation getNextFileLocation(int generatedLineNumber)(Code)
Returns the next location of the original source code in a jsp that was compiled to a given line number in the generated java file.
Parameters:
  generatedLineNumber - the linenumber in the generated source file



getPackageName
public String getPackageName()(Code)
Returns the package name.



getPartialClassName
public String getPartialClassName()(Code)
Returns the name of the class without packagename.



getServletInstance
public Servlet getServletInstance() throws ServletException, IOException(Code)
Returns a servlet instance.



getSourceFile
public File getSourceFile()(Code)
Returns the name of the source file.



getTagLibraryInfo
public TagLibraryInfo getTagLibraryInfo(String prefix)(Code)



log
public void log(String message, int level)(Code)
Logs a message.



registerLineNumberMapping
public void registerLineNumberMapping(int generatedLineNumber, Node node)(Code)
Maps a linenumber in the generated java source file to the file and linenumber it was generated from.
Parameters:
  generatedLineNumber - the linenumber in the generated source file
Parameters:
  node - the node in the DOM



service
public void service(ServletRequest request, ServletResponse response) throws IOException, ServletException(Code)
Executes the service method of the JSP.
See Also:   JspModel.isPrecompile(HttpServletRequest)



setLocale
public void setLocale(Locale locale)(Code)



setServletContextPeer
public void setServletContextPeer(I_JoServletContextPeer peer)(Code)



setURL
public void setURL(URL url)(Code)



toString
public String toString()(Code)
String representation of this jsp.



Fields inherited from com.tagtraum.jo.JoAbstractModel
protected transient int serviceMethodCalls(Code)(Java Doc)
protected transient Servlet servlet(Code)(Java Doc)
public static String vcid(Code)(Java Doc)

Methods inherited from com.tagtraum.jo.JoAbstractModel
public void addChangeListener(ChangeListener cl)(Code)(Java Doc)
public void addClassLocations(URL[] aURL)(Code)(Java Doc)
public void addSecurityRoleRef(I_JoSecurityRoleRef securityRoleRef)(Code)(Java Doc)
protected void checkUnavailable() throws UnavailableException(Code)(Java Doc)
public int getActiveInstances()(Code)(Java Doc)
public ClassLoader getClassLoader()(Code)(Java Doc)
public String getDescription()(Code)(Java Doc)
public int getDestroyTimeout()(Code)(Java Doc)
public String getDisplayName()(Code)(Java Doc)
public JoIcon getIcon()(Code)(Java Doc)
public String getInitParameter(String aKey)(Code)(Java Doc)
public Enumeration getInitParameterNames()(Code)(Java Doc)
public String getJspFileName()(Code)(Java Doc)
public long getLastModified()(Code)(Java Doc)
public int getLoadOrderPosition()(Code)(Java Doc)
public int getMaxActiveInstances()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public I_JoSecurityRoleRef getSecurityRoleRef(String aRoleName)(Code)(Java Doc)
public I_JoSecurityRoleRef getSecurityRoleRefByLink(String aRoleLink)(Code)(Java Doc)
public Class getServletClass() throws ClassNotFoundException(Code)(Java Doc)
public String getServletClassName()(Code)(Java Doc)
public ServletConfig getServletConfig()(Code)(Java Doc)
public ServletContext getServletContext()(Code)(Java Doc)
public I_JoServletContextPeer getServletContextPeer()(Code)(Java Doc)
abstract protected Servlet getServletInstance() throws ServletException, IOException(Code)(Java Doc)
public void init()(Code)(Java Doc)
public boolean isLoadOnStartup()(Code)(Java Doc)
public boolean isLoaded()(Code)(Java Doc)
public boolean isPrivileged()(Code)(Java Doc)
public long lastAccessed()(Code)(Java Doc)
public void preload() throws FactoryException, ServletException, IOException(Code)(Java Doc)
public boolean removeChangeListener(ChangeListener cl)(Code)(Java Doc)
public String removeInitParameter(String name)(Code)(Java Doc)
public void service(ServletRequest request, ServletResponse response) throws IOException, ServletException(Code)(Java Doc)
protected void setActiveInstances(int activeInstances)(Code)(Java Doc)
public void setClassLoader(ServletClassLoader classLoader)(Code)(Java Doc)
public void setDescription(String aDescription)(Code)(Java Doc)
public void setDestroyTimeout(int destroyTimeout)(Code)(Java Doc)
public void setDisplayName(String aName)(Code)(Java Doc)
public void setIcon(JoIcon aIcon)(Code)(Java Doc)
public void setInitParameter(String aKey, String aValue)(Code)(Java Doc)
public void setJspFileName(String jspFileName)(Code)(Java Doc)
public void setLastModified(long lastModified)(Code)(Java Doc)
public void setLoadOnStartup(boolean loadOnStartup)(Code)(Java Doc)
public void setLoadOrderPosition(int loadOrderPosition)(Code)(Java Doc)
protected void setLoaded(boolean loaded)(Code)(Java Doc)
public void setMaxActiveInstances(int max)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setPermanentlyUnavailable(UnavailableException permanentlyUnavailable)(Code)(Java Doc)
public void setPrivileged(boolean privileged)(Code)(Java Doc)
public void setServletClass(Class servletClass)(Code)(Java Doc)
public void setServletClassName(String aClassName)(Code)(Java Doc)
public void setServletConfig(ServletConfig servletConfig)(Code)(Java Doc)
public void setServletContextPeer(I_JoServletContextPeer servletContextPeer)(Code)(Java Doc)
public synchronized void unload()(Code)(Java Doc)
protected synchronized void waitForAvailableInstance()(Code)(Java Doc)

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.