|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.taggercat.handlers.AbstractRequestHandler
com.taggercat.handlers.NoActionNameRequestHandler
public class NoActionNameRequestHandler
This request handler handles requests that do not have a tcActionName request parameter, nor
have they mapped in any other request handler.
The default functionality here is to raise the missing action name as an error condition.
You might want to change this to simply forward the request to its original URL.
This request handler is registered under the key of Constants.STANDARD_ACTION_NO_ACTION_NAME.
Register your own action handler with this key to replace this default functionality.

| Constructor Summary | |
|---|---|
NoActionNameRequestHandler()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoActionNameRequestHandler()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||