Package com.lunatech.doclets.jax.jaxrs.tags

Examples of com.lunatech.doclets.jax.jaxrs.tags.ExcludeTaglet


      htmlDoclet.configuration.tagletManager.addCustomTag(new LegacyTaglet(new RequestHeaderTaglet()));
      htmlDoclet.configuration.tagletManager.addCustomTag(new LegacyTaglet(new HTTPTaglet()));
      htmlDoclet.configuration.tagletManager.addCustomTag(new LegacyTaglet(new ReturnWrappedTaglet()));
      htmlDoclet.configuration.tagletManager.addCustomTag(new LegacyTaglet(new InputWrappedTaglet()));
      htmlDoclet.configuration.tagletManager.addCustomTag(new LegacyTaglet(new IncludeTaglet()));
      htmlDoclet.configuration.tagletManager.addCustomTag(new ExcludeTaglet());
    }
  }
View Full Code Here

TOP

Related Classes of com.lunatech.doclets.jax.jaxrs.tags.ExcludeTaglet

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.