public interface TieHooksIf
| Modifier and Type | Interface and Description |
|---|---|
static class |
TieHooksIf.TieHooksState |
| Modifier and Type | Method and Description |
|---|---|
void |
postResponseWritingHook(Model model,
IndentingWriter p,
TieHooksIf.TieHooksState state) |
void |
preHandlingHook(Model model,
IndentingWriter p,
TieHooksIf.TieHooksState state) |
void |
writeTieStatic(Model model,
IndentingWriter p) |
void |
writeTieStatic(Model model,
Port port,
IndentingWriter p) |
void writeTieStatic(Model model, Port port, IndentingWriter p) throws IOException
IOExceptionvoid writeTieStatic(Model model, IndentingWriter p) throws IOException
IOExceptionvoid preHandlingHook(Model model, IndentingWriter p, TieHooksIf.TieHooksState state) throws IOException
IOExceptionvoid postResponseWritingHook(Model model, IndentingWriter p, TieHooksIf.TieHooksState state) throws IOException
IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.