Class FessActionAdjustmentProvider

  • All Implemented Interfaces:
    org.lastaflute.web.path.ActionAdjustmentProvider

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.lastaflute.web.path.FormMappingOption adjustFormMapping()  
      java.lang.String customizeActionMappingRequestPath​(java.lang.String requestPath)  
      java.lang.String toString()  
      • 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 Detail

      • FessActionAdjustmentProvider

        public FessActionAdjustmentProvider()
    • Method Detail

      • adjustFormMapping

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object