
com.github.alexfalappa.nbspringboot.navigator.Bundle Maven / Gradle / Ivy
package com.github.alexfalappa.nbspringboot.navigator;
/** Localizable strings for {@link com.github.alexfalappa.nbspringboot.navigator}. */
@javax.annotation.Generated(value="org.netbeans.modules.openide.util.NbBundleProcessor")
class Bundle {
/**
* @return Displays all @RequestMappings of the current *Controller
* @see RequestMappingNavigatorPanel
*/
static String displayHint() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "displayHint");
}
/**
* @return Request Mappings
* @see RequestMappingNavigatorPanel
*/
static String displayName() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "displayName");
}
/**
* @return Handler
* @see MappedElementsModel
*/
static String handlerMethod() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "handlerMethod");
}
/**
* @return Method
* @see MappedElementsModel
*/
static String requestMethod() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "requestMethod");
}
/**
* @return URL
* @see MappedElementsModel
*/
static String resourceUrl() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "resourceUrl");
}
private Bundle() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy