B C E F N O R 

B

BrwsrCtx - Class in net.java.html
Represents context where the net.java.html.json.Model and other objects operate in.
build() - Method in class org.apidesign.html.context.spi.Contexts.Builder
Generates context based on values previously inserted into this builder.

C

Contexts - Class in org.apidesign.html.context.spi
 
Contexts.Builder - Class in org.apidesign.html.context.spi
Support for providers of new BrwsrCtx.
Contexts.Provider - Interface in org.apidesign.html.context.spi
Implementors of various HTML technologies should register their implementation via ServiceProvider so ServiceProvider can find them, when their JARs are included on the classpath of the running application.

E

EMPTY - Static variable in class net.java.html.BrwsrCtx
Dummy context without binding to any real browser or technology.

F

fillContext(Contexts.Builder, Class<?>) - Method in interface org.apidesign.html.context.spi.Contexts.Provider
Register into the context if suitable technology is available for the requesting class.
find(BrwsrCtx, Class<Tech>) - Static method in class org.apidesign.html.context.spi.Contexts
Seeks for the specified technology in the provided context.
findDefault(Class<?>) - Static method in class net.java.html.BrwsrCtx
Seeks for the default context that is associated with the requesting class.

N

net.java.html - package net.java.html
 
newBuilder() - Static method in class org.apidesign.html.context.spi.Contexts
Creates new, empty builder for creation of BrwsrCtx.

O

org.apidesign.html.context.spi - package org.apidesign.html.context.spi
 

R

register(Class<Tech>, Tech, int) - Method in class org.apidesign.html.context.spi.Contexts.Builder
Registers new technology into the context.
B C E F N O R 

Copyright © 2014 NetBeans. All Rights Reserved.