Class AbstractRequest

java.lang.Object
org.apache.tiles.request.AbstractRequest
All Implemented Interfaces:
DispatchRequest, Request
Direct Known Subclasses:
AbstractClientRequest, DispatchRequestWrapper

public abstract class AbstractRequest extends Object implements DispatchRequest
Base request.
  • Field Details

    • FORCE_INCLUDE_ATTRIBUTE_NAME

      public static final String FORCE_INCLUDE_ATTRIBUTE_NAME
      Name of the attribute used to store the force-include option.
  • Constructor Details

    • AbstractRequest

      public AbstractRequest()
  • Method Details

    • setForceInclude

      protected void setForceInclude(boolean forceInclude)
      Sets the flag to force inclusion at next dispatch.
      Parameters:
      forceInclude - true means that, at the next dispatch, response will be included and never forwarded.
    • isForceInclude

      protected boolean isForceInclude()
      Checks if, when dispatching to a resource, the result must be included and not forwarded to.
      Returns:
      true if inclusion is forced.