de.smartics.html5.jatl
Class HtmlResourceContext

Package class diagram package HtmlResourceContext
java.lang.Object
  extended by de.smartics.html5.jatl.HtmlResourceContext

public class HtmlResourceContext
     
     
extends Object

Extends ResourceContext with HTML tools.


Constructor Summary
HtmlResourceContext(de.smartics.resteasy.hypermedia.renderer.ResourceContext context, HtmlFactory factory)
          Default constructor.
 
Method Summary
 de.smartics.resteasy.hypermedia.renderer.ResourceContext getContext()
          Returns the resource context to extend.
 HtmlFactory getFactory()
          Returns the tools to create HTML documents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlResourceContext

public HtmlResourceContext(de.smartics.resteasy.hypermedia.renderer.ResourceContext context,
                           HtmlFactory factory)
Default constructor.

Parameters:
context - the resource context to extend.
factory - the tools to create HTML documents.
Method Detail

getContext

public de.smartics.resteasy.hypermedia.renderer.ResourceContext getContext()
Returns the resource context to extend.

Returns:
the resource context to extend.

getFactory

public HtmlFactory getFactory()
Returns the tools to create HTML documents.

Returns:
the tools to create HTML documents.


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.