context/src/main/java/net/java/html/BrwsrCtx.java
changeset 886 88d62267a0b5
parent 838 bdc3d696dd4a
child 945 8426e00865ab
     1.1 --- a/context/src/main/java/net/java/html/BrwsrCtx.java	Tue Aug 26 18:13:30 2014 +0200
     1.2 +++ b/context/src/main/java/net/java/html/BrwsrCtx.java	Thu Dec 04 09:21:55 2014 +0100
     1.3 @@ -47,6 +47,7 @@
     1.4  import org.netbeans.html.context.impl.CtxAccssr;
     1.5  import org.netbeans.html.context.impl.CtxImpl;
     1.6  import org.netbeans.html.context.spi.Contexts;
     1.7 +import org.netbeans.html.context.spi.Contexts.Id;
     1.8  
     1.9  /** Represents context where the <code>net.java.html.json.Model</code>
    1.10   * and other objects
    1.11 @@ -54,7 +55,12 @@
    1.12   * The context is also associated with the actual HTML technology
    1.13   * in the HTML page - there is likely to be different context for 
    1.14   * <a href="http://knockoutjs.com">knockout.js</a> and different one
    1.15 - * for <a href="http://angularjs.org">angular</a>.
    1.16 + * for <a href="http://angularjs.org">angular</a>. Since version 1.1
    1.17 + * the content of contexts can be selected by registering
    1.18 + * implementations under specific
    1.19 + * {@link Id technology identifiers} and requesting them during 
    1.20 + * {@link Contexts#newBuilder(java.lang.Object...) construction} of the
    1.21 + * context.
    1.22   *
    1.23   * @author Jaroslav Tulach
    1.24   */