Tabnine Logo
FilterDef.getDescription
Code IndexAdd Tabnine to your IDE (free)

How to use
getDescription
method
in
org.apache.tomcat.util.descriptor.web.FilterDef

Best Java code snippets using org.apache.tomcat.util.descriptor.web.FilterDef.getDescription (Showing top 9 results out of 315)

origin: psi-probe/psi-probe

/**
 * Gets the filter info.
 *
 * @param fd the fd
 * @return the filter info
 */
private static FilterInfo getFilterInfo(FilterDef fd) {
 FilterInfo fi = new FilterInfo();
 fi.setFilterName(fd.getFilterName());
 fi.setFilterClass(fd.getFilterClass());
 fi.setFilterDesc(fd.getDescription());
 return fi;
}
origin: psi-probe/psi-probe

/**
 * Gets the filter info.
 *
 * @param fd the fd
 * @return the filter info
 */
private static FilterInfo getFilterInfo(FilterDef fd) {
 FilterInfo fi = new FilterInfo();
 fi.setFilterName(fd.getFilterName());
 fi.setFilterClass(fd.getFilterClass());
 fi.setFilterDesc(fd.getDescription());
 return fi;
}
origin: psi-probe/psi-probe

/**
 * Gets the filter info.
 *
 * @param fd the fd
 * @return the filter info
 */
private static FilterInfo getFilterInfo(FilterDef fd) {
 FilterInfo fi = new FilterInfo();
 fi.setFilterName(fd.getFilterName());
 fi.setFilterClass(fd.getFilterClass());
 fi.setFilterDesc(fd.getDescription());
 return fi;
}
origin: org.apache.tomcat/tomcat-catalina

if (filterDef.getDescription() == null) {
  filterDef.setDescription(evp.getValue().stringifyValue());
origin: codefollower/Tomcat-Research

sb.append("  <filter>\n");
appendElement(sb, INDENT4, "description",
    filterDef.getDescription());
appendElement(sb, INDENT4, "display-name",
    filterDef.getDisplayName());
origin: codefollower/Tomcat-Research

if (filterDef.getDescription() == null) {
  filterDef.setDescription(evp.getValue().stringifyValue());
origin: org.ops4j.pax.tipi/org.ops4j.pax.tipi.tomcat-embed-core

if (filterDef.getDescription() == null) {
  filterDef.setDescription(evp.getValue().stringifyValue());
origin: org.ops4j.pax.tipi/org.ops4j.pax.tipi.tomcat-embed-core

sb.append("  <filter>\n");
appendElement(sb, INDENT4, "description",
    filterDef.getDescription());
appendElement(sb, INDENT4, "display-name",
    filterDef.getDisplayName());
origin: org.apache.tomcat/tomcat-util-scan

sb.append("  <filter>\n");
appendElement(sb, INDENT4, "description",
    filterDef.getDescription());
appendElement(sb, INDENT4, "display-name",
    filterDef.getDisplayName());
org.apache.tomcat.util.descriptor.webFilterDefgetDescription

Popular methods of FilterDef

  • <init>
  • setFilterName
  • setFilterClass
  • getFilterName
  • setAsyncSupported
  • addInitParameter
    Add an initialization parameter to the set of parameters associated with this filter.
  • getFilterClass
  • setDisplayName
  • setFilter
  • getParameterMap
  • setDescription
  • getAsyncSupported
  • setDescription,
  • getAsyncSupported,
  • getDisplayName,
  • getFilter,
  • getLargeIcon,
  • getSmallIcon,
  • setLargeIcon,
  • setSmallIcon,
  • toString

Popular in Java

  • Start an intent from android
  • getResourceAsStream (ClassLoader)
  • findViewById (Activity)
  • getExternalFilesDir (Context)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now