Uses of Class
org.devacfr.maven.skins.reflow.context.Context
-
Packages that use Context Package Description org.devacfr.maven.skins.reflow org.devacfr.maven.skins.reflow.context -
-
Uses of Context in org.devacfr.maven.skins.reflow
Methods in org.devacfr.maven.skins.reflow with type parameters of type Context Modifier and Type Method Description <T extends Context<Context<?>>>
TISkinConfig. getContext()<T extends Context<Context<?>>>
TISkinConfig. getContext()<T extends Context<Context<?>>>
TSkinConfigTool. getContext()<T extends Context<Context<?>>>
TSkinConfigTool. getContext() -
Uses of Context in org.devacfr.maven.skins.reflow.context
Classes in org.devacfr.maven.skins.reflow.context with type parameters of type Context Modifier and Type Class Description classContext<T extends Context<?>>The base class of all contexts depending type of page.Subclasses of Context in org.devacfr.maven.skins.reflow.context Modifier and Type Class Description classBodyContextclassDocumentContextThe context associate to page of doc page.classFrameContextThe context associate to page of frame page.classPageContextMethods in org.devacfr.maven.skins.reflow.context that return Context Modifier and Type Method Description static Context<?>Context. buildContext(ISkinConfig config)Build a context depending of current type of page.
-