org.glassfish.jersey.server.mvc
Class MvcFeature

java.lang.Object
  extended by org.glassfish.jersey.server.mvc.MvcFeature
All Implemented Interfaces:
Feature

@ConstrainedTo(value=SERVER)
public final class MvcFeature
extends java.lang.Object
implements Feature

MvcFeature used to add MVC support to the server.

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

Constructor Summary
MvcFeature()
           
 
Method Summary
 boolean configure(FeatureContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MvcFeature

public MvcFeature()
Method Detail

configure

public boolean configure(FeatureContext context)
Specified by:
configure in interface Feature


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