org.glassfish.jersey.server.mvc.internal
Interface TemplateInflector


public interface TemplateInflector

Interface providing information about implicit viewable resource classes.

Since:
2.3
Author:
Michal Gajdos (michal.gajdos at oracle.com)

Method Summary
 Class<?> getModelClass()
          Get a class of the model used in template of implicit viewable.
 

Method Detail

getModelClass

Class<?> getModelClass()
Get a class of the model used in template of implicit viewable.

Returns:
class of model used in template of implicit viewable.


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.