|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.services.PageNameComponentEventResultProcessor
public class PageNameComponentEventResultProcessor
Used when a component event handler returns a string value. The value is interpreted as the logical name of a page. A link to the page will be sent as a redirect.
Constructor Summary | |
---|---|
PageNameComponentEventResultProcessor(RequestPageCache requestPageCache,
ActionRenderResponseGenerator generator)
|
Method Summary | |
---|---|
void |
processResultValue(java.lang.String value)
For a given, non-null return value from a component event method, construct and send a response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageNameComponentEventResultProcessor(RequestPageCache requestPageCache, ActionRenderResponseGenerator generator)
Method Detail |
---|
public void processResultValue(java.lang.String value) throws java.io.IOException
ComponentEventResultProcessor
processResultValue
in interface ComponentEventResultProcessor<java.lang.String>
value
- the value returned from a method
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |