Java Doc for ConsoleTemplateContext.java in  » Workflow-Engines » JFolder » org » jfolder » common » web » template » 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 » Workflow Engines » JFolder » org.jfolder.common.web.template 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jfolder.common.web.template.ConsoleTemplateFunctionsContext
      org.jfolder.common.web.template.ConsoleTemplateContext

All known Subclasses:   org.jfolder.console.web.dictionary.BaseConceptTagDictionaryContext,  org.jfolder.console.base.SystemSetupContext,  org.jfolder.console.base.ConsolePageContext,  org.jfolder.security.lifecycle.GenericConfigFailedLoginPageContext,
ConsoleTemplateContext
abstract public class ConsoleTemplateContext extends ConsoleTemplateFunctionsContext (Code)


Field Summary
final protected static  StringARIAL
    
final protected static  StringBLACK
    
final protected static  StringBLUE
    
final protected static  StringCOURIER
    
final protected static  StringERROR_COLOR
    
final protected static  StringUNDERSCORE
    
final protected static  String_SELECT
    

Constructor Summary
protected  ConsoleTemplateContext()
    

Method Summary
public static  HashMapaddAlign(HashMap inMap, String inValue)
    
public static  HashMapaddAttr(HashMap inM, String inN, String inV)
    
public static  HashMapaddStyle(HashMap inMap, String inN, String inV)
    
public static  HashMapalignCenter(HashMap inMap)
    
public static  HashMapalignLeft(HashMap inMap)
    
public static  HashMapalignRight(HashMap inMap)
    
public  voidconsiderDefaultSettings()
    
public  voidcreateButton(String inId, String inLabel, int inWidth, String inOnClick, HashMap inTableAttrs, HashMap inTableStyles, HashMap inCellAttrs, HashMap inCellStyles)
    
public  voidcreateButton(String inId, String inLabel, Integer inWidth, String inOnClick, HashMap inTableAttrs, HashMap inTableStyles, HashMap inCellAttrs, HashMap inCellStyles)
    
protected  StringcreateHorizontalRow(int inColumnWidth, Integer inPadding)
    
public  voidcreateHorizontalRow(int inIndent)
    
public  voidendCell()
    
public  voidendEnclosingTableAndRowAndCell()
    
public  voidendRow()
    
public  voidendTable()
    
final public static  StringformatText(String inText, HashMap inProps)
    
public  byte[]getBinaryContent()
    
public  intgetColumnWidth()
    
public static  HashMapgetFontStyle(int inS, String inF, String inColor)
    
public static  HashMapgetFontStyleAsStyles(int inS, String inF, String inColor)
    
public  voidgetLaunchPoint(String inSourceId, String inDestinationId, String inLabel, boolean inShowBelow, HashMap inTableAttrs, HashMap inTableStyles, HashMap inCellAttrs, HashMap inCellStyles)
    
final public static  StringgetLaunchPointAction(String inDestinationId, boolean inShowBelow)
    
final public static  StringgetLaunchPointAction(String inDestinationId, boolean inShowBelow, String inTarget)
    
public  intgetLeftMargin()
    
public  intgetLongestRowWidth()
    
public  StringgetMenu(ConsoleTemplateSession inCts, String inId, MenuBranch inBranc, HashMap inTableProps, HashMap inTableStyles, HashMap inCellProps, HashMap inCellStyles, Integer inTextLimit, Object inCtmb)
    
protected  ConsoleTablegetMetaTable()
    
public  StringgetMimeType()
    
public  StringgetOutputFileName()
    
public  OutputStreamgetOutputStream()
    
final public static  StringgetProps(HashMap inProps)
    
protected  intgetRealTableRowLength()
    
public  voidgetSubMenu(ConsoleTemplateSession inCts, MenuBranch inBranc, int inIndexZ, HashMap inTableAttrs, HashMap inTableStyles, HashMap inCellAttrs, HashMap inCellStyles, Integer inLimit)
    
public  StringgetToggleLinkWithTargetId(String inTargetId, String inLabel, String inDestinationId)
    
public  StringgetToggleLinkWithTargetId(String inTargetId, String inLabel, String inDestinationId, String inAction)
    
public  booleanisOutputText()
    
final public static  StringpadNbsp(int inCount)
    
protected  voidpopMetaTable()
    
protected  voidpopRealTableRowLength()
    
public  voidprepareForReuse()
    
protected  ConsoleTablepushMetaTable(int inWidth, int inLeftMargin)
    
protected  intpushRealTableRowLength(int inWidth, int inLeftMargin)
    
protected  voidresetConsolePageContext()
    
protected  voidsetColumnWidth(int inColumnWidth)
    
public  voidsetLeftMargin(int inLeftMargin)
    
public  voidsetMimeType(String inType)
    
public  voidsetOutputFileName(String inName)
    
public  voidsetOutputText(boolean inMode)
    
public  voidstartAndEndCell(int inWid, String inCon)
    
public  voidstartAndEndCell(int inWidth, String inContent, HashMap inCellProps)
    
public  voidstartAndEndSimpleTableAndRowAndCell(int inWidth, String inContent)
    
public  voidstartAndEndSimpleTableAndRowAndCell(int inWidth, String inContent, HashMap inCellProps)
    
public  voidstartAndEndStretchTableAndRowAndCell(String inContent)
    
public  voidstartAndEndStretchTableAndRowAndCell(String inContent, HashMap inCellProps)
    
public  voidstartCell(int inWidth)
    
public  voidstartCell(int inWidth, HashMap inProps)
    
public  voidstartEnclosingTableAndRowAndCell(String inId)
    
public  voidstartEnclosingTableAndRowAndCell(HashMap inProps)
    
public  voidstartEnclosingTableAndRowAndCell(HashMap inProps, String inId)
    
public  voidstartEnclosingTableAndRowAndCell(HashMap inProps, String inId, HashMap inCellProps)
    
public  voidstartRow()
    
public  voidstartTable(int inWidth)
    
public  voidstartTable(int inWidth, HashMap inProps)
    

Field Detail
ARIAL
final protected static String ARIAL(Code)



BLACK
final protected static String BLACK(Code)



BLUE
final protected static String BLUE(Code)



COURIER
final protected static String COURIER(Code)



ERROR_COLOR
final protected static String ERROR_COLOR(Code)



UNDERSCORE
final protected static String UNDERSCORE(Code)



_SELECT
final protected static String _SELECT(Code)




Constructor Detail
ConsoleTemplateContext
protected ConsoleTemplateContext()(Code)




Method Detail
addAlign
public static HashMap addAlign(HashMap inMap, String inValue)(Code)



addAttr
public static HashMap addAttr(HashMap inM, String inN, String inV)(Code)



addStyle
public static HashMap addStyle(HashMap inMap, String inN, String inV)(Code)



alignCenter
public static HashMap alignCenter(HashMap inMap)(Code)



alignLeft
public static HashMap alignLeft(HashMap inMap)(Code)



alignRight
public static HashMap alignRight(HashMap inMap)(Code)



considerDefaultSettings
public void considerDefaultSettings()(Code)



createButton
public void createButton(String inId, String inLabel, int inWidth, String inOnClick, HashMap inTableAttrs, HashMap inTableStyles, HashMap inCellAttrs, HashMap inCellStyles) throws IOException(Code)



createButton
public void createButton(String inId, String inLabel, Integer inWidth, String inOnClick, HashMap inTableAttrs, HashMap inTableStyles, HashMap inCellAttrs, HashMap inCellStyles) throws IOException(Code)



createHorizontalRow
protected String createHorizontalRow(int inColumnWidth, Integer inPadding)(Code)



createHorizontalRow
public void createHorizontalRow(int inIndent) throws IOException(Code)



endCell
public void endCell() throws IOException(Code)



endEnclosingTableAndRowAndCell
public void endEnclosingTableAndRowAndCell() throws IOException(Code)



endRow
public void endRow() throws IOException(Code)



endTable
public void endTable() throws IOException(Code)



formatText
final public static String formatText(String inText, HashMap inProps)(Code)



getBinaryContent
public byte[] getBinaryContent()(Code)



getColumnWidth
public int getColumnWidth()(Code)



getFontStyle
public static HashMap getFontStyle(int inS, String inF, String inColor)(Code)



getFontStyleAsStyles
public static HashMap getFontStyleAsStyles(int inS, String inF, String inColor)(Code)



getLaunchPoint
public void getLaunchPoint(String inSourceId, String inDestinationId, String inLabel, boolean inShowBelow, HashMap inTableAttrs, HashMap inTableStyles, HashMap inCellAttrs, HashMap inCellStyles) throws IOException(Code)



getLaunchPointAction
final public static String getLaunchPointAction(String inDestinationId, boolean inShowBelow)(Code)



getLaunchPointAction
final public static String getLaunchPointAction(String inDestinationId, boolean inShowBelow, String inTarget)(Code)



getLeftMargin
public int getLeftMargin()(Code)



getLongestRowWidth
public int getLongestRowWidth()(Code)



getMenu
public String getMenu(ConsoleTemplateSession inCts, String inId, MenuBranch inBranc, HashMap inTableProps, HashMap inTableStyles, HashMap inCellProps, HashMap inCellStyles, Integer inTextLimit, Object inCtmb) throws IOException(Code)



getMetaTable
protected ConsoleTable getMetaTable()(Code)



getMimeType
public String getMimeType()(Code)



getOutputFileName
public String getOutputFileName()(Code)



getOutputStream
public OutputStream getOutputStream()(Code)



getProps
final public static String getProps(HashMap inProps)(Code)



getRealTableRowLength
protected int getRealTableRowLength()(Code)



getSubMenu
public void getSubMenu(ConsoleTemplateSession inCts, MenuBranch inBranc, int inIndexZ, HashMap inTableAttrs, HashMap inTableStyles, HashMap inCellAttrs, HashMap inCellStyles, Integer inLimit) throws IOException(Code)



getToggleLinkWithTargetId
public String getToggleLinkWithTargetId(String inTargetId, String inLabel, String inDestinationId)(Code)



getToggleLinkWithTargetId
public String getToggleLinkWithTargetId(String inTargetId, String inLabel, String inDestinationId, String inAction)(Code)



isOutputText
public boolean isOutputText()(Code)



padNbsp
final public static String padNbsp(int inCount)(Code)



popMetaTable
protected void popMetaTable()(Code)



popRealTableRowLength
protected void popRealTableRowLength()(Code)



prepareForReuse
public void prepareForReuse()(Code)



pushMetaTable
protected ConsoleTable pushMetaTable(int inWidth, int inLeftMargin)(Code)



pushRealTableRowLength
protected int pushRealTableRowLength(int inWidth, int inLeftMargin)(Code)



resetConsolePageContext
protected void resetConsolePageContext()(Code)



setColumnWidth
protected void setColumnWidth(int inColumnWidth)(Code)



setLeftMargin
public void setLeftMargin(int inLeftMargin)(Code)



setMimeType
public void setMimeType(String inType)(Code)



setOutputFileName
public void setOutputFileName(String inName)(Code)



setOutputText
public void setOutputText(boolean inMode)(Code)



startAndEndCell
public void startAndEndCell(int inWid, String inCon) throws IOException(Code)



startAndEndCell
public void startAndEndCell(int inWidth, String inContent, HashMap inCellProps) throws IOException(Code)



startAndEndSimpleTableAndRowAndCell
public void startAndEndSimpleTableAndRowAndCell(int inWidth, String inContent) throws IOException(Code)



startAndEndSimpleTableAndRowAndCell
public void startAndEndSimpleTableAndRowAndCell(int inWidth, String inContent, HashMap inCellProps) throws IOException(Code)



startAndEndStretchTableAndRowAndCell
public void startAndEndStretchTableAndRowAndCell(String inContent) throws IOException(Code)



startAndEndStretchTableAndRowAndCell
public void startAndEndStretchTableAndRowAndCell(String inContent, HashMap inCellProps) throws IOException(Code)



startCell
public void startCell(int inWidth) throws IOException(Code)



startCell
public void startCell(int inWidth, HashMap inProps) throws IOException(Code)



startEnclosingTableAndRowAndCell
public void startEnclosingTableAndRowAndCell(String inId) throws IOException(Code)



startEnclosingTableAndRowAndCell
public void startEnclosingTableAndRowAndCell(HashMap inProps) throws IOException(Code)



startEnclosingTableAndRowAndCell
public void startEnclosingTableAndRowAndCell(HashMap inProps, String inId) throws IOException(Code)



startEnclosingTableAndRowAndCell
public void startEnclosingTableAndRowAndCell(HashMap inProps, String inId, HashMap inCellProps) throws IOException(Code)



startRow
public void startRow() throws IOException(Code)



startTable
public void startTable(int inWidth) throws IOException(Code)



startTable
public void startTable(int inWidth, HashMap inProps) throws IOException(Code)



Fields inherited from org.jfolder.common.web.template.ConsoleTemplateFunctionsContext
final protected static String BRANCH_SEPARATOR(Code)(Java Doc)
final public static String DIRECT_TEXT_PREFIX(Code)(Java Doc)
final public static String HANDLE_SEPARATOR(Code)(Java Doc)
final protected static String MAIN_TOGGLE_SECTION(Code)(Java Doc)
final public static String NO_BRANCHES_OPEN(Code)(Java Doc)
final public static String NULL_HANDLE(Code)(Java Doc)
final public static String OTHER_TEXT_PREFIX(Code)(Java Doc)

Methods inherited from org.jfolder.common.web.template.ConsoleTemplateFunctionsContext
public void addTreeComponent(String inTreeComponent)(Code)(Java Doc)
public void adjustHandle(String inHandle, boolean inDeleteNotAdd)(Code)(Java Doc)
final protected static String adjustTreeForChange(String inTree, String inHandle, boolean inDeleteNotAdd, boolean inNumber)(Code)(Java Doc)
protected void copyFromParent(ConsoleTemplateFunctionsContext inCpfc)(Code)(Java Doc)
public void createConsolePage(Writer inWriter, PageSetupContext inPsc) throws IOException(Code)(Java Doc)
public String createDropDownBox(String inId, ArrayList inLabels, ArrayList inValues, HashMap inAttrs, HashMap inStyles, int inSelected, Integer inSize, String inOnChange, ArrayList inOnSelect) throws IOException(Code)(Java Doc)
protected String createFileUpload(String inId, Integer inSize)(Code)(Java Doc)
protected String createFileUpload(String inId, Integer inSize, HashMap inAttrs, HashMap inStyles)(Code)(Java Doc)
protected String createHiddenField(String inId, String inValue, HashMap inAttrs) throws IOException(Code)(Java Doc)
protected String createStaticImage(String inId, String inSrc, HashMap inAttrs, HashMap inStyles) throws IOException(Code)(Java Doc)
protected String createTextArea(String inId, String inValue, HashMap inAttrs, HashMap inStyles, Integer inRows, Integer inColumns, String inOnChange) throws IOException(Code)(Java Doc)
protected String createTextBox(String inId, String inValue, HashMap inAttrs, HashMap inStyles, Integer inSize, Integer inMaxLength, String inOnChange) throws IOException(Code)(Java Doc)
protected void endCommonPage() throws IOException(Code)(Java Doc)
protected void endCommonPageExtensions() throws IOException(Code)(Java Doc)
public String getAliasHandle()(Code)(Java Doc)
abstract public String getFromPage()(Code)(Java Doc)
protected String getHandle()(Code)(Java Doc)
public int getIndent()(Code)(Java Doc)
public String getMacroInterval()(Code)(Java Doc)
final public static String getPageComponent(String inId)(Code)(Java Doc)
final public static String getPageComponent(String inId, boolean inQuotes)(Code)(Java Doc)
final protected static String getPageComponentValue(String inId)(Code)(Java Doc)
final protected static String getPageComponentValue(String inId, boolean inQuotes)(Code)(Java Doc)
public PageSetupContext getPageSetupContext()(Code)(Java Doc)
protected String getSequenceCode()(Code)(Java Doc)
public String getSubSectionPosition()(Code)(Java Doc)
public String getTreeState()(Code)(Java Doc)
public ArrayList getTreeStateAsArrayList()(Code)(Java Doc)
protected String getTreeStateUpdateDestination()(Code)(Java Doc)
public Writer getWriter()(Code)(Java Doc)
protected void initialize(ConsoleTemplateFunctionsContext inCpfc)(Code)(Java Doc)
public void insertAndPrint(String inContent) throws IOException(Code)(Java Doc)
public boolean isMetaMode()(Code)(Java Doc)
protected boolean isTemplate()(Code)(Java Doc)
public boolean isTreeComponentPresent(String inTreeComponent)(Code)(Java Doc)
public void justIndent()(Code)(Java Doc)
public void justRevert()(Code)(Java Doc)
public void prepareForReuse()(Code)(Java Doc)
public void printAndIndent(String inContent) throws IOException(Code)(Java Doc)
public void removeTreeComponent(String inTreeComponent)(Code)(Java Doc)
abstract protected void renderConsolePage() throws IOException(Code)(Java Doc)
public void resetConsolePageFunctionsContext()(Code)(Java Doc)
public void revertAndPrint(String inContent) throws IOException(Code)(Java Doc)
public void setIndentIncrement(int inIncrement)(Code)(Java Doc)
public void setMetaMode(boolean inMode)(Code)(Java Doc)
public void setSubSectionPosition(String inSubSectionPosition)(Code)(Java Doc)
public void setTreeState(String inTreeState)(Code)(Java Doc)
public void setTreeState(ArrayList inTreeComponents)(Code)(Java Doc)
public void simpleAndPrint(String inContent) throws IOException(Code)(Java Doc)
final public static String singleQuotes(Object inValue, boolean inUse)(Code)(Java Doc)
final public static String singleQuotes(Object inValue)(Code)(Java Doc)
protected void startAndEndAdditionalCommonFunctions() throws IOException(Code)(Java Doc)
protected void startAndEndEnhancedStudioFunctions() throws IOException(Code)(Java Doc)
protected void startAndEndExecuteCreationParameterFunction() throws IOException(Code)(Java Doc)
protected void startAndEndExposeHeavyWeightPageComponentsFunction() throws IOException(Code)(Java Doc)
protected void startAndEndHideHeavyWeightPageComponentsFunction() throws IOException(Code)(Java Doc)
protected void startAndEndIsCreationParameterClosedFunction() throws IOException(Code)(Java Doc)
protected void startAndEndMacroGoToFunctions() throws IOException(Code)(Java Doc)
protected void startAndEndOtherPageComponents() throws IOException(Code)(Java Doc)
protected void startAndEndPreparationBeforeSubmitFunction() throws IOException(Code)(Java Doc)
protected void startAndEndTimeAccumulationFunctions() throws IOException(Code)(Java Doc)
protected void startBodyTag() throws IOException(Code)(Java Doc)
protected void startCommonPage() throws IOException(Code)(Java Doc)
protected String submitActionCall(SubmitActionContext inSac)(Code)(Java Doc)
protected String submitActionCall(SubmitActionContext inSac, boolean inAlwaysCall)(Code)(Java Doc)
public void unformattedPrint(String inContent) throws IOException(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.