add core view extension with JTE and Thymeleaf support
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# flash-ext-view-core
|
||||
|
||||
Minimal runtime primitives for Flash SSR view extensions.
|
||||
|
||||
This module is intentionally small and not engine-opinionated. It provides:
|
||||
|
||||
- `BaseViewHandler`
|
||||
- `BaseViewExtension`
|
||||
- `ViewRuntimeBridge`
|
||||
- `ViewModel`
|
||||
- `RenderedView`
|
||||
- `GlobalValue`
|
||||
|
||||
Engine semantics (`@Template`, `@Fragment`, layout/macros/tags, resolver conventions)
|
||||
belong in engine-specific modules such as `flash-ext-view-thymeleaf`.
|
||||
Reference in New Issue
Block a user