org.jboss.seam.remoting
Class InterfaceGenerator
java.lang.Object
org.jboss.seam.remoting.InterfaceGenerator
- All Implemented Interfaces:
- RequestHandler
public class InterfaceGenerator
- extends Object
- implements RequestHandler
Generates JavaScript interface code.
- Author:
- Shane Bryzak
Fields inherited from interface org.jboss.seam.remoting.RequestHandler |
BODY_TAG_CLOSE, BODY_TAG_OPEN, CALL_ID_TAG_CLOSE, CALL_ID_TAG_OPEN, CONTEXT_TAG_CLOSE, CONTEXT_TAG_OPEN, CONVERSATION_ID_TAG_CLOSE, CONVERSATION_ID_TAG_OPEN, ENVELOPE_TAG_CLOSE, ENVELOPE_TAG_OPEN, HEADER_CLOSE, HEADER_OPEN, REF_TAG_CLOSE, REF_TAG_OPEN_END, REF_TAG_OPEN_START, REFS_TAG_CLOSE, REFS_TAG_OPEN |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceGenerator
public InterfaceGenerator()
handle
public void handle(HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Handles the request
- Specified by:
handle
in interface RequestHandler
- Throws:
Exception
Copyright © 2011 Seam Framework. All Rights Reserved.