|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mf.roundhouse.core.util.FeedbackHook
Utility class generated by content modules to declare types of interactive feedback behavior that can be associated with content types.
Constructor Summary | |
FeedbackHook()
|
Method Summary | |
abstract java.lang.String |
getHookIdentifier()
A unique string identifying this feeback hook. |
abstract java.lang.String |
getHookName()
|
abstract void |
renderHook(HttpServletRequest request,
HttpServletResponse response,
java.io.Writer writer,
FeedbackHookConfiguration config,
RoundhouseObject object)
Renders a link to this feedback hook's behavior, preferably by including a JSP. |
abstract void |
renderHookExtended(HttpServletRequest request,
HttpServletResponse response,
java.io.Writer writer,
FeedbackHookConfiguration config,
RoundhouseObject object)
Should render a detailed view of the interactive content represented by this hook. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FeedbackHook()
Method Detail |
public abstract java.lang.String getHookName()
public abstract java.lang.String getHookIdentifier()
public abstract void renderHook(HttpServletRequest request, HttpServletResponse response, java.io.Writer writer, FeedbackHookConfiguration config, RoundhouseObject object) throws java.lang.Exception
object
-
java.lang.Exception
public abstract void renderHookExtended(HttpServletRequest request, HttpServletResponse response, java.io.Writer writer, FeedbackHookConfiguration config, RoundhouseObject object) throws java.lang.Exception
object
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |