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
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidadjustActionResponseHeaders(String mimeType, BiConsumer<String, String> callback) voidadjustActionResponseJustBefore(org.lastaflute.web.ruts.process.ActionRuntime runtime, org.lastaflute.web.response.ActionResponse response) org.lastaflute.web.path.FormMappingOptioncustomizeActionMappingRequestPath(String requestPath) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.lastaflute.web.path.ActionAdjustmentProvider
adjustApplicationExceptionHandling, adjustInOutLogging, adjustResponseReflecting, adjustValidatorConfig, customizeActionUrlMapping, customizeActionUrlReverse, filterHtmlPath, isForced404NotFoundRouting, isForcedRoutingExcept, isForcedRoutingTarget, isNoRoutingRequestAs404NotFound, isSuppressServerErrorLogging, isSuppressTrailingSlashRedirect, isUseInOutLogging, prepareHtmlRetryWordList, provideIndexedPropertySizeLimit
-
Field Details
-
responseHeaderMap
-
defaultResponseHeaders
-
-
Constructor Details
-
FessActionAdjustmentProvider
-
-
Method Details
-
adjustFormMapping
public org.lastaflute.web.path.FormMappingOption adjustFormMapping()- Specified by:
adjustFormMappingin interfaceorg.lastaflute.web.path.ActionAdjustmentProvider
-
customizeActionMappingRequestPath
- Specified by:
customizeActionMappingRequestPathin interfaceorg.lastaflute.web.path.ActionAdjustmentProvider
-
toString
-
adjustActionResponseJustBefore
public void adjustActionResponseJustBefore(org.lastaflute.web.ruts.process.ActionRuntime runtime, org.lastaflute.web.response.ActionResponse response) - Specified by:
adjustActionResponseJustBeforein interfaceorg.lastaflute.web.path.ActionAdjustmentProvider
-
adjustActionResponseHeaders
-