- method() - Method in class org.glassfish.ozark.test.annotations.AnnotationsController
-
Should inherit @GET, @Controller and @Path("no_view") from BaseController.
- method() - Method in class org.glassfish.ozark.test.annotations.BaseController
-
- methodNoOverrideJaxrs() - Method in class org.glassfish.ozark.test.annotations.AnnotationsController
-
Should not inherit @View because it defines JAX-RS annotations.
- methodNoOverrideJaxrs() - Method in class org.glassfish.ozark.test.annotations.BaseController
-
- methodNoOverrideJaxrs() - Method in interface org.glassfish.ozark.test.annotations.BaseInterface
-
- methodNoOverrideMvc() - Method in class org.glassfish.ozark.test.annotations.AnnotationsController
-
Should not inherit @View because it defines MVC annotations.
- methodNoOverrideMvc() - Method in class org.glassfish.ozark.test.annotations.BaseController
-
- methodNoOverrideMvc() - Method in interface org.glassfish.ozark.test.annotations.BaseInterface
-
- methodWithView() - Method in class org.glassfish.ozark.test.annotations.AnnotationsController
-
Should inherit @GET @Controller @Path("view") @View("success.jsp")
from BaseController.
- methodWithView() - Method in class org.glassfish.ozark.test.annotations.BaseController
-
- methodWithView() - Method in interface org.glassfish.ozark.test.annotations.BaseInterface
-
- methodWithViewInterface() - Method in class org.glassfish.ozark.test.annotations.AnnotationsController
-
Should inherit @GET @Controller @Path("view_interface") @View("success.jsp")
from BaseInterface.
- methodWithViewInterface() - Method in interface org.glassfish.ozark.test.annotations.BaseInterface
-
- MyApplication - Class in org.glassfish.ozark.test.annotations
-
Class MyApplication.
- MyApplication() - Constructor for class org.glassfish.ozark.test.annotations.MyApplication
-