| java.lang.Object org.openlaszlo.compiler.ElementCompiler org.openlaszlo.compiler.ViewCompiler org.openlaszlo.compiler.DebugCompiler
DebugCompiler | class DebugCompiler extends ViewCompiler (Code) | | Compiler for debug element.
author: Henry Minsky |
Method Summary | |
public void | compile(Element element) | public static boolean | isElement(Element element) Returns true iff this class applies to this element. |
DEBUG_WINDOW_CLASSNAME | final static String DEBUG_WINDOW_CLASSNAME(Code) | | |
isElement | public static boolean isElement(Element element)(Code) | | Returns true iff this class applies to this element.
Parameters: element - an element see doc |
Methods inherited from org.openlaszlo.compiler.ViewCompiler | static void checkUnresolvedResourceReferences(CompilationEnvironment env)(Code)(Java Doc) static void checkUnsupportedMediaTypes(CompilationEnvironment env, Element elt, String url)(Code)(Java Doc) static void collectElementNames(Element element, Set names)(Code)(Java Doc) static void collectLayoutElement(Element element, Set names)(Code)(Java Doc) public void compile(Element element) throws CompilationError(Code)(Java Doc) static void compileAttributes(Element elt, CompilationEnvironment env)(Code)(Java Doc) static void compileClickResources(Element elt, CompilationEnvironment env)(Code)(Java Doc) static void compileResources(Element elt, CompilationEnvironment env)(Code)(Java Doc) void compileXML(Element element, FontInfo fontInfo)(Code)(Java Doc) protected static String getAttributeValue(Element elt, String attrName)(Code)(Java Doc) protected static boolean hasAttribute(Element elt, String attrName)(Code)(Java Doc) static boolean isElement(Element element)(Code)(Java Doc) protected void mapTextMetricsCompilation(Element elt, CompilationEnvironment env, FontInfo fontInfo, Set classList)(Code)(Java Doc) protected static void mergeClassFontInfo(Element elt, FontInfo fontInfo, CompilationEnvironment env)(Code)(Java Doc) protected static void mergeClassFontInfo(ClassModel classinfo, FontInfo fontInfo)(Code)(Java Doc) protected static void mergeFontAttributes(Element elt, FontInfo fontInfo)(Code)(Java Doc) static void preprocess(Element elt, CompilationEnvironment env)(Code)(Java Doc) static void setFontInfo(FontInfo info, Element elt)(Code)(Java Doc)
|
|
|