A B C D E G I J M O P R S T U W

A

actionPerformed(ActionEvent) - Method in class org.nuiton.web.war.JettyLauncher
 
actionPerformed(ActionEvent) - Method in class org.nuiton.web.war.WinstoneLauncher
 

B

beginTransaction() - Method in class org.nuiton.web.filter.TopiaTransactionFilter
Method to open a new transaction.

C

closeTransaction() - Method in class org.nuiton.web.filter.TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler
 

D

DEFAULT_EXCLUDE_METHODS - Static variable in class org.nuiton.web.filter.TopiaTransactionFilter
 
DEFAULT_UNUSED_METHODS - Static variable in class org.nuiton.web.filter.TopiaTransactionFilter
 
destroy() - Method in class org.nuiton.web.filter.TopiaTransactionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.nuiton.web.filter.TopiaTransactionFilter
 

E

excludeMethods - Variable in class org.nuiton.web.filter.TopiaTransactionFilter
names of methods to forbid access while using proxy.

G

getExcludeMethods() - Method in class org.nuiton.web.filter.TopiaTransactionFilter
 
getTransaction(ServletRequest) - Static method in class org.nuiton.web.filter.TopiaTransactionFilter
 
getUnusedMethods() - Method in class org.nuiton.web.filter.TopiaTransactionFilter
 

I

init(FilterConfig) - Method in class org.nuiton.web.filter.TopiaTransactionFilter
 
installSystemTray() - Method in class org.nuiton.web.war.JettyLauncher
Install system tray to stop server.
installSystemTray() - Method in class org.nuiton.web.war.WinstoneLauncher
Install system tray to stop server.
invoke(Object, Method, Object[]) - Method in class org.nuiton.web.filter.TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler
 

J

JettyLauncher - Class in org.nuiton.web.war
War main class launcher (jetty based).
JettyLauncher() - Constructor for class org.nuiton.web.war.JettyLauncher
 
jettyServer - Variable in class org.nuiton.web.war.JettyLauncher
Jetty server instance.

M

main(String[]) - Static method in class org.nuiton.web.war.JettyLauncher
Main method (used by war in manifest).
main(String[]) - Static method in class org.nuiton.web.war.WinstoneLauncher
Main method (used by war in manifest).
mouseClicked(MouseEvent) - Method in class org.nuiton.web.war.JettyLauncher
 
mouseClicked(MouseEvent) - Method in class org.nuiton.web.war.WinstoneLauncher
 
mouseEntered(MouseEvent) - Method in class org.nuiton.web.war.JettyLauncher
 
mouseEntered(MouseEvent) - Method in class org.nuiton.web.war.WinstoneLauncher
 
mouseExited(MouseEvent) - Method in class org.nuiton.web.war.JettyLauncher
 
mouseExited(MouseEvent) - Method in class org.nuiton.web.war.WinstoneLauncher
 
mousePressed(MouseEvent) - Method in class org.nuiton.web.war.JettyLauncher
 
mousePressed(MouseEvent) - Method in class org.nuiton.web.war.WinstoneLauncher
 
mouseReleased(MouseEvent) - Method in class org.nuiton.web.war.JettyLauncher
 
mouseReleased(MouseEvent) - Method in class org.nuiton.web.war.WinstoneLauncher
 

O

onExcludeMethod(Object, Method, Object[]) - Method in class org.nuiton.web.filter.TopiaTransactionFilter
Hook method called when a method with his name in TopiaTransactionFilter.excludeMethods was invoked on the proxied transaction.
onUnusedMethod(Object, Method, Object[]) - Method in class org.nuiton.web.filter.TopiaTransactionFilter
Hook method called when a method with his name in TopiaTransactionFilter.unusedMethods was invoked on the proxied transaction while the underlying transaction is still not opened.
openBrowser() - Method in class org.nuiton.web.war.JettyLauncher
Open browser.
openBrowser() - Method in class org.nuiton.web.war.WinstoneLauncher
Open browser.
org.nuiton.web.filter - package org.nuiton.web.filter
 
org.nuiton.web.war - package org.nuiton.web.war
Embedded war launchers.

P

port - Variable in class org.nuiton.web.war.JettyLauncher
Default port.

R

readAsString(InputStream) - Method in class org.nuiton.web.war.JettyLauncher
Read input stream as string.
readAsString(InputStream) - Method in class org.nuiton.web.war.WinstoneLauncher
Read input stream as string.
readInformation() - Method in class org.nuiton.web.war.JettyLauncher
Parse WEB-INF/web.xml file and get server display name.
readInformation() - Method in class org.nuiton.web.war.WinstoneLauncher
Parse WEB-INF/web.xml file and get server display name.

S

serverName - Variable in class org.nuiton.web.war.JettyLauncher
Server name.
serverName - Variable in class org.nuiton.web.war.WinstoneLauncher
Server name.
serverUri - Variable in class org.nuiton.web.war.JettyLauncher
Server URI.
serverUri - Variable in class org.nuiton.web.war.WinstoneLauncher
Server URI.
startServer(String[]) - Method in class org.nuiton.web.war.JettyLauncher
Launch servlet container.
startServer(String[]) - Method in class org.nuiton.web.war.WinstoneLauncher
Launch servlet container.
stopServer() - Method in class org.nuiton.web.war.JettyLauncher
Shutdown server.
stopServer() - Method in class org.nuiton.web.war.WinstoneLauncher
Shutdown server.

T

TOPIA_TRANSACTION_REQUEST_ATTRIBUTE - Static variable in class org.nuiton.web.filter.TopiaTransactionFilter
 
TopiaTransactionFilter - Class in org.nuiton.web.filter
Purpose of this filter This filter purpose is to inject in the request a transaction from TopiaContext and deal with the complete lifecycle of a topia transaction while a request.
TopiaTransactionFilter() - Constructor for class org.nuiton.web.filter.TopiaTransactionFilter
 
TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler - Class in org.nuiton.web.filter
Handler of a proxy on a TopiaContext.
TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler() - Constructor for class org.nuiton.web.filter.TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler
 
transaction - Variable in class org.nuiton.web.filter.TopiaTransactionFilter.TopiaTransactionProxyInvocationHandler
Target to use for the proxy.

U

unusedMethods - Variable in class org.nuiton.web.filter.TopiaTransactionFilter
names of methods to by-pass if no transaction opened on proxy.

W

winstone - Variable in class org.nuiton.web.war.WinstoneLauncher
Winstone server instance.
WinstoneLauncher - Class in org.nuiton.web.war
War main class launcher (winstone based).
WinstoneLauncher() - Constructor for class org.nuiton.web.war.WinstoneLauncher
 

A B C D E G I J M O P R S T U W

Copyright © 2011 CodeLutin. All Rights Reserved.