Class FessActionAdjustmentProvider
- java.lang.Object
-
- org.codelibs.fess.mylasta.direction.sponsor.FessActionAdjustmentProvider
-
- All Implemented Interfaces:
org.lastaflute.web.path.ActionAdjustmentProvider
public class FessActionAdjustmentProvider extends java.lang.Object implements org.lastaflute.web.path.ActionAdjustmentProvider- Author:
- jflute
-
-
Constructor Summary
Constructors Constructor Description FessActionAdjustmentProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.lastaflute.web.path.FormMappingOptionadjustFormMapping()java.lang.StringcustomizeActionMappingRequestPath(java.lang.String requestPath)java.lang.StringtoString()-
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
-
-
-
-
Method Detail
-
adjustFormMapping
public org.lastaflute.web.path.FormMappingOption adjustFormMapping()
- Specified by:
adjustFormMappingin interfaceorg.lastaflute.web.path.ActionAdjustmentProvider
-
customizeActionMappingRequestPath
public java.lang.String customizeActionMappingRequestPath(java.lang.String requestPath)
- Specified by:
customizeActionMappingRequestPathin interfaceorg.lastaflute.web.path.ActionAdjustmentProvider
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-