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