A C D E F G H I L M P R S T W 

A

addIndirectJar(String) - Method in class com.github.bordertech.wcomponents.lde.TestServlet
 

C

com.github.bordertech.wcomponents.lde - package com.github.bordertech.wcomponents.lde
Provides the ability to running a WComponent application in a Servlet container directly from any development environment.
com.github.bordertech.wcomponents.lde.examples - package com.github.bordertech.wcomponents.lde.examples
Contains a Hello World Servlet example.
COMPONENT_TO_LAUNCH_PARAM_KEY - Static variable in class com.github.bordertech.wcomponents.lde.PlainLauncher
The configuration property key for which component to launch.
createInterceptorChain(Object) - Method in class com.github.bordertech.wcomponents.lde.PlainLauncher
createUI() - Method in class com.github.bordertech.wcomponents.lde.PlainLauncher
Creates the UI which the launcher displays.
createWebApp(Server) - Method in class com.github.bordertech.wcomponents.lde.TestServlet
Creates the Web app context to use in the LDE.

D

DEBUG - Static variable in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
The DEBUG log-level should be used for fine-grained information useful for debugging an application.
debug(Object, Throwable) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
debug(Object) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
deserializeSessionAttributes(HttpSession) - Static method in class com.github.bordertech.wcomponents.lde.LdeSessionUtil
Attempts to deserialize the persisted session attributes into the given session.
DevToolkit - Class in com.github.bordertech.wcomponents.lde
This component adds a "Developer Toolkit" to the UI.
DevToolkit() - Constructor for class com.github.bordertech.wcomponents.lde.DevToolkit
 
DevToolkit.UITreeNode - Class in com.github.bordertech.wcomponents.lde
Simple node extension for displaying the UI structure.
DevToolkit.UITreeNode(String) - Constructor for class com.github.bordertech.wcomponents.lde.DevToolkit.UITreeNode
Creates a tree node.

E

EchoServlet - Class in com.github.bordertech.wcomponents.lde
An echo servlet used for internal testing.
EchoServlet() - Constructor for class com.github.bordertech.wcomponents.lde.EchoServlet
 
encode(String) - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
XML-encodes the given input.
ERROR - Static variable in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
The ERROR log-level is used to log application errors where the application can recover.
error(Object, Throwable) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
error(Object) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger

F

FATAL - Static variable in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
The FATAL log-level is used to log application errors where the application can not recover.
fatal(Object, Throwable) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
fatal(Object) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger

G

getChildren() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit.UITreeNode
 
getComponentToLaunchClassName() - Method in class com.github.bordertech.wcomponents.lde.PlainLauncher
 
getConfig() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
 
getInstance() - Static method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher
 
getRequestHeaders() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
Retrieves the headers for the last request.
getRequestMethod() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
Retrieves the HTTP method for the last request.
getRequestParameters() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
Retrieves the parameters for the last request.
getResourceDir() - Method in class com.github.bordertech.wcomponents.lde.TestServlet
 
getRootComponent() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
 
getThemeWebdocs() - Method in class com.github.bordertech.wcomponents.lde.TestServlet
 
getTree() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
Retrieves a tree representation of the WComponent UI being served by the LDE, in a format suitable for rendering to the UI.
getUI(Object) - Method in class com.github.bordertech.wcomponents.lde.examples.HelloWServlet
 
getUI(Object) - Method in class com.github.bordertech.wcomponents.lde.PlainLauncher
This method has been overridden to load a WComponent from parameters.
getUicStats() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
Retrieves statistics on the active UIContext, in a format suitable for rendering to the UI.
getUrl() - Method in interface com.github.bordertech.wcomponents.lde.LdeLauncher
 
getUrl() - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.MyLauncher
getUrl() - Method in class com.github.bordertech.wcomponents.lde.TestServlet
 
getWebdocsDir() - Method in class com.github.bordertech.wcomponents.lde.TestServlet
 

H

HelloWServlet - Class in com.github.bordertech.wcomponents.lde.examples
This class demonstrates how to run a WComponent from a Servlet.
HelloWServlet() - Constructor for class com.github.bordertech.wcomponents.lde.examples.HelloWServlet
 

I

INFO - Static variable in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
The INFO log-level is used to output application processing at a course level.
info(Object, Throwable) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
info(Object) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
isDebugEnabled() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
 
isDebugEnabled() - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
isEnabled() - Static method in class com.github.bordertech.wcomponents.lde.DevToolkit
Determines whether the toolkit is enabled, based on the application Parameters.
isErrorEnabled() - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
isFatalEnabled() - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
isInfoEnabled() - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
isLoadPersistedSessionEnabled() - Static method in class com.github.bordertech.wcomponents.lde.LdeSessionUtil
Indicates whether new sessions should be populated from a persisted session.
isPersistSessionEnabled() - Static method in class com.github.bordertech.wcomponents.lde.LdeSessionUtil
Indicates whether sessions should be persisted.
isRunning() - Method in interface com.github.bordertech.wcomponents.lde.LdeLauncher
 
isRunning() - Method in class com.github.bordertech.wcomponents.lde.TestServlet
isShowConfig() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
 
isShowIds() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
 
isShowRequest() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
 
isShowTree() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
 
isShowUicStats() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
 
isShutdownEnabled() - Method in class com.github.bordertech.wcomponents.lde.TestServlet
Indicates whether remote LDE shutdown is enabled.
isTraceEnabled() - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
isWarnEnabled() - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
isWhitespaceFilterEnabled() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
 

L

LdeLauncher - Interface in com.github.bordertech.wcomponents.lde
Interface for classes that can launch an LDE, e.g.
LdeSessionUtil - Class in com.github.bordertech.wcomponents.lde
LdeSessionUtil provides session utility methods for the LDE.
log(String) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher
Logs a message to the console (text area).

M

main(String[]) - Static method in class com.github.bordertech.wcomponents.lde.examples.HelloWServlet
This main method exists to make it easy to run this servlet without having to create a web.xml file, build a war and deploy it.
main(String[]) - Static method in class com.github.bordertech.wcomponents.lde.PlainLauncher
The entry point when the launcher is run as a java application.
main(String[]) - Static method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher
The entry point when the launcher is run as a java application.

P

paintFooter(PrintWriter) - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
Renders the DevToolkit content which must after before the main WComponent UI.
paintHeader(PrintWriter) - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
Renders the DevToolkit content which must appear before the main WComponent UI.
PlainLauncher - Class in com.github.bordertech.wcomponents.lde
This class enables easy running of a shared WComponent instance in a Jetty servlet container for development and testing purposes.
PlainLauncher() - Constructor for class com.github.bordertech.wcomponents.lde.PlainLauncher
 

R

registerServlets(WebAppContext) - Method in class com.github.bordertech.wcomponents.lde.TestServlet
Subclasses may override this to register additional servlets with the server.
run() - Method in interface com.github.bordertech.wcomponents.lde.LdeLauncher
Runs the server.
run() - Method in class com.github.bordertech.wcomponents.lde.TestServlet
Runs the server.

S

serializeSessionAttributes(HttpSession) - Static method in class com.github.bordertech.wcomponents.lde.LdeSessionUtil
Serializes the session attributes of the given session.
service(HttpServletRequest, HttpServletResponse) - Method in class com.github.bordertech.wcomponents.lde.EchoServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.github.bordertech.wcomponents.lde.PlainLauncher
Override service in order to support persistant sessions.
service(ServletRequest, ServletResponse) - Method in class com.github.bordertech.wcomponents.lde.TestServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.github.bordertech.wcomponents.lde.TestServlet
Override service in order to support persistant sessions.
serviceRequest(HttpServletRequest) - Method in class com.github.bordertech.wcomponents.lde.DevToolkit
Reads the state of the dev toolkit user interface.
setLogLevel(int) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
Sets the log level.
SHOW_MEMORY_PROFILE_PARAM_KEY - Static variable in class com.github.bordertech.wcomponents.lde.PlainLauncher
The configuration property key for whether to display the memory profile.
shutDown() - Method in class com.github.bordertech.wcomponents.lde.TestServlet
Attempts to shutdown an existing TestServlet, possibly in another VM.
StandaloneLauncher - Class in com.github.bordertech.wcomponents.lde
This launcher is intended to be run in a stand-alone environment, i.e. directly From a jar file rather than through an IDE.
StandaloneLauncher.MyLauncher - Class in com.github.bordertech.wcomponents.lde
Extension of PlainLauncher to make getUrl() public.
StandaloneLauncher.MyLauncher() - Constructor for class com.github.bordertech.wcomponents.lde.StandaloneLauncher.MyLauncher
 
StandaloneLauncher.TextAreaLogger - Class in com.github.bordertech.wcomponents.lde
A commons-logging Log implementation which logs to the StandaloneLauncher log.
StandaloneLauncher.TextAreaLogger(String) - Constructor for class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
Creates a TextAreaLogger.
stop() - Method in interface com.github.bordertech.wcomponents.lde.LdeLauncher
Stops the server.
stop() - Method in class com.github.bordertech.wcomponents.lde.TestServlet
Stops the server.

T

TestServlet - Class in com.github.bordertech.wcomponents.lde
Enables WComponents to be run in a LDE environment.
TestServlet() - Constructor for class com.github.bordertech.wcomponents.lde.TestServlet
 
toString() - Method in class com.github.bordertech.wcomponents.lde.DevToolkit.UITreeNode
TRACE - Static variable in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
The TRACE log-level should be used to output even more fine-grained information than DEBUG.
trace(Object, Throwable) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
trace(Object) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger

W

WARN - Static variable in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
The WARN log-level is used to log information about potentially damaging situations.
warn(Object, Throwable) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
warn(Object) - Method in class com.github.bordertech.wcomponents.lde.StandaloneLauncher.TextAreaLogger
A C D E F G H I L M P R S T W 

Copyright © 2016. All rights reserved.