Skip to content

Commit ab1633b

Browse files
committed
Document fw1#372
1 parent 050e7b1 commit ab1633b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/documentation/3.5/reference-manual.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: "FW/1 Reference Manual"
4-
date: 2015-09-05 20:00
4+
date: 2015-09-17 19:20
55
comments: false
66
sharing: false
77
footer: true
@@ -324,7 +324,11 @@ Returns `true` if a bean factory exists for the named subsystem. Otherwise retur
324324

325325
Returns `true` if the `action` passed in matches the currently executing action. This can be useful to figure out which tab to highlight in navigation or make other choices based on actions.
326326

327-
### public boolean isUnhandledRequest( string targetPath )
327+
### public boolean function isFrameworkReloadRequest()
328+
329+
Returns `true` if the current request has a valid URL parameter to trigger an application reload or `reloadApplicationOnEveryRequest` is `true`.
330+
331+
### public boolean function isUnhandledRequest( string targetPath )
328332

329333
By default, returns `true` if the specified `targetPath` (as in `onRequest()`) has an unhandled extension (from `variables.framework.unhandledExtensions`) or matches an unhandled path (from `variables.framework.unhandledPaths`). You can override this to dynamically tell FW/1 not to handle specific requests. If you want to still apply the default checks as well as your own custom checks, don't forget to call `super.isUnhandledRequest(targetPath)`.
330334

0 commit comments

Comments
 (0)