public class PrecompiledPageRuntimeHints extends java.lang.Object implements RuntimeHintsRegistrar
Registers what a page compiled at build time is read from.
Compiling a page splits it: the code becomes a class, and the static text between the code -- most of the page -- is written beside it as a resource, along with the line numbers that map the generated code back to the page it came from. The class reads that resource as it renders.
An image carries a resource only when it has been asked to, and nothing asked for these: they are named by a convention rather than by any code. The page then rendered with nothing where its text should be, and reported a null the page itself could not explain.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
registerHints(RuntimeHints hints, java.lang.ClassLoader classLoader) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |