Class FessActionAdjustmentProvider

java.lang.Object
org.codelibs.fess.mylasta.direction.sponsor.FessActionAdjustmentProvider
All Implemented Interfaces:
org.lastaflute.web.path.ActionAdjustmentProvider

public class FessActionAdjustmentProvider extends Object implements org.lastaflute.web.path.ActionAdjustmentProvider
Author:
jflute
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.lastaflute.web.path.FormMappingOption
     
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.lastaflute.web.path.ActionAdjustmentProvider

    adjustActionResponseJustBefore, adjustApplicationExceptionHandling, adjustInOutLogging, adjustResponseReflecting, adjustValidatorConfig, customizeActionUrlMapping, customizeActionUrlReverse, filterHtmlPath, isForced404NotFoundRouting, isForcedRoutingExcept, isForcedRoutingTarget, isNoRoutingRequestAs404NotFound, isSuppressServerErrorLogging, isSuppressTrailingSlashRedirect, isUseInOutLogging, prepareHtmlRetryWordList, provideIndexedPropertySizeLimit
  • Constructor Details

    • FessActionAdjustmentProvider

      public FessActionAdjustmentProvider()
  • Method Details

    • adjustFormMapping

      public org.lastaflute.web.path.FormMappingOption adjustFormMapping()
      Specified by:
      adjustFormMapping in interface org.lastaflute.web.path.ActionAdjustmentProvider
    • customizeActionMappingRequestPath

      public String customizeActionMappingRequestPath(String requestPath)
      Specified by:
      customizeActionMappingRequestPath in interface org.lastaflute.web.path.ActionAdjustmentProvider
    • toString

      public String toString()
      Overrides:
      toString in class Object