Java Doc for TemplateRenderer.java in  » Content-Management-System » contelligent » de » finix » contelligent » render » 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 » Content Management System » contelligent » de.finix.contelligent.render 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   de.finix.contelligent.render.TemplateRenderer

All known Subclasses:   de.finix.contelligent.render.PageRenderer,  de.finix.contelligent.render.TransformerRenderer,
TemplateRenderer
public class TemplateRenderer implements Renderer(Code)


Field Summary
final public static  StringFORCE_PROTOCOL
    
final public static  StringFORCE_PROTOCOL_HTTP
    
final public static  StringFORCE_PROTOCOL_HTTPS
    
final public static  StringFORCE_PROTOCOL_PARAM_DESCRIPTION
    
final public static  StringMODE
    
final public static  StringMODE_LINK
    
final public static  StringMODE_MARKUP
    
final public static  StringMODE_PARAM_DESCRIPTION
    
final public static  StringMODE_PATH
    
final public static  StringMODE_REF
    
final public static  StringMODE_REF_PARAMETER
    
final public static  StringTARGET
    
final public static  StringTEXT
    
final public static  StringUSE_HTTP_AUTH
    
final public static  StringUSE_HTTP_AUTH_HTTP
    
final public static  StringUSE_HTTP_AUTH_PARAM_DESCRIPTION
    
final public static  StringUSE_HTTP_AUTH_WEB
    
final protected  ComponentPathblueprintPath
    
final protected  CategoryManagercategoryManager
    
final protected  Componentcomponent
    
protected  Stringextension
    
final protected  booleanisBlueprintRoot
    
final static  org.apache.log4j.Loggerlog
    
final protected  CollectionsensitiveCategories
    
final protected  MaptemplateMap
    

Constructor Summary
public  TemplateRenderer(Component component)
    

Method Summary
protected  CategoryManagergetCategoryManager()
    
protected  ComponentgetComponent()
    
public  ParameterDescription[]getParameterDescription()
    
public  CollectiongetSensitiveCategories()
    
public  TemplategetTemplate(CallData callData)
     Returns the template from either the blueprint root or from templateMap if the associated component defines a blueprint itself.
public  StringgetTypeName()
    
public  voidrender(Writer writer, Map parameterMap, CallData callData)
    
protected  voidrenderPath(Writer writer, CallData callData, boolean refParameter)
    
public  voidrenderReference(Writer writer, CallData callData, boolean refParameter)
    
public  voidrenderReference(Writer writer, CallData callData, boolean refParameter, boolean forceProtocolHttp, boolean forceProtocolHttps, boolean forceAuthHttp, boolean forceAuthWeb)
    

Field Detail
FORCE_PROTOCOL
final public static String FORCE_PROTOCOL(Code)



FORCE_PROTOCOL_HTTP
final public static String FORCE_PROTOCOL_HTTP(Code)



FORCE_PROTOCOL_HTTPS
final public static String FORCE_PROTOCOL_HTTPS(Code)



FORCE_PROTOCOL_PARAM_DESCRIPTION
final public static String FORCE_PROTOCOL_PARAM_DESCRIPTION(Code)



MODE
final public static String MODE(Code)



MODE_LINK
final public static String MODE_LINK(Code)



MODE_MARKUP
final public static String MODE_MARKUP(Code)



MODE_PARAM_DESCRIPTION
final public static String MODE_PARAM_DESCRIPTION(Code)



MODE_PATH
final public static String MODE_PATH(Code)



MODE_REF
final public static String MODE_REF(Code)



MODE_REF_PARAMETER
final public static String MODE_REF_PARAMETER(Code)



TARGET
final public static String TARGET(Code)



TEXT
final public static String TEXT(Code)



USE_HTTP_AUTH
final public static String USE_HTTP_AUTH(Code)



USE_HTTP_AUTH_HTTP
final public static String USE_HTTP_AUTH_HTTP(Code)



USE_HTTP_AUTH_PARAM_DESCRIPTION
final public static String USE_HTTP_AUTH_PARAM_DESCRIPTION(Code)



USE_HTTP_AUTH_WEB
final public static String USE_HTTP_AUTH_WEB(Code)



blueprintPath
final protected ComponentPath blueprintPath(Code)



categoryManager
final protected CategoryManager categoryManager(Code)



component
final protected Component component(Code)



extension
protected String extension(Code)



isBlueprintRoot
final protected boolean isBlueprintRoot(Code)



log
final static org.apache.log4j.Logger log(Code)



sensitiveCategories
final protected Collection sensitiveCategories(Code)



templateMap
final protected Map templateMap(Code)




Constructor Detail
TemplateRenderer
public TemplateRenderer(Component component) throws Exception(Code)




Method Detail
getCategoryManager
protected CategoryManager getCategoryManager()(Code)



getComponent
protected Component getComponent()(Code)



getParameterDescription
public ParameterDescription[] getParameterDescription()(Code)



getSensitiveCategories
public Collection getSensitiveCategories()(Code)



getTemplate
public Template getTemplate(CallData callData) throws CategoryCombinationNotSupportedException, ContelligentException, IOException(Code)
Returns the template from either the blueprint root or from templateMap if the associated component defines a blueprint itself. If the template for any category combination is not yet defined this method returns null. If the given category combination is not supported by the associated component a CategoryCombinationNotSupportedException is thrown.



getTypeName
public String getTypeName()(Code)



render
public void render(Writer writer, Map parameterMap, CallData callData) throws ContelligentException, IOException(Code)



renderPath
protected void renderPath(Writer writer, CallData callData, boolean refParameter) throws IOException(Code)



renderReference
public void renderReference(Writer writer, CallData callData, boolean refParameter) throws ContelligentException, IOException(Code)



renderReference
public void renderReference(Writer writer, CallData callData, boolean refParameter, boolean forceProtocolHttp, boolean forceProtocolHttps, boolean forceAuthHttp, boolean forceAuthWeb) throws ContelligentException, IOException(Code)



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.