A B C D E F G H I J K L M N O P R S T U V

A

AbstractViewDispatcher - Class in org.roscopeco.janno.views
Common superclass for standard ActionViewDispatcher implementations.
AbstractViewDispatcher() - Constructor for class org.roscopeco.janno.views.AbstractViewDispatcher
 
ACTION_KEY - Static variable in class org.roscopeco.janno.actions.ActionConstants
The action object is registered in this request parameter during processing and dispatch.
ActionClassLoader - Interface in org.roscopeco.janno.actions
Abstract wrapper for language-specific script language classloader implementations.
ActionConstants - Class in org.roscopeco.janno.actions
Constants for the action handling subsystem.
ActionExecutionException - Exception in org.roscopeco.janno.actions
Thrown when an error occurs during action execution.
ActionExecutionException(Object, String, Throwable) - Constructor for exception org.roscopeco.janno.actions.ActionExecutionException
 
ActionServlet - Class in org.roscopeco.janno.actions
Controller dispatch servlet.
ActionServlet() - Constructor for class org.roscopeco.janno.actions.ActionServlet
 
ActionViewDispatcher - Interface in org.roscopeco.janno.actions
Dispatches to specific named action views based on the result code from the executed action.
APP_SCRIPT_PARAM - Static variable in class org.roscopeco.janno.core.CoreConstants
 
AutoUtils - Class in org.roscopeco.janno.util
This is a static utility class that handles common tasks for the auto-scope composition scripts.

B

BeanBinding - Interface in org.roscopeco.janno.views
Represents an object (usually a JavaBean(tm)) bound into a particular model with a specific name.
BeanBindingCollector - Class in org.roscopeco.janno.util
Simple utility class that collects instances of BeanBinding.
BeanBindingCollector(Map<?, ?>) - Constructor for class org.roscopeco.janno.util.BeanBindingCollector
Create a new BeanBindingCollector from the specified map.
beanCollector(PageContext) - Method in class org.roscopeco.janno.views.jsp.BindBeansTag
 
BindBeansTag - Class in org.roscopeco.janno.views.jsp
JSP 2.0 tag handler that supports the <janno:bindbeans> tag in JSP views.
BindBeansTag() - Constructor for class org.roscopeco.janno.views.jsp.BindBeansTag
 

C

CachingScriptActionLoader - Class in org.roscopeco.janno.actions.script
Abstract ActionClassLoader implementation that compiles action classes from an implementation-specific scripting language, and maintains an internal Class cache keyed on the script URL and validated by the last-modified attribute.
CachingScriptActionLoader(ClassLoader) - Constructor for class org.roscopeco.janno.actions.script.CachingScriptActionLoader
Create a new CachingScriptActionLoader that will use the specified ClassLoader as it's parent.
collectFrom(PicoContainer) - Static method in class org.roscopeco.janno.util.BeanBindingCollector
Convienience method that automatically obtains a BeanCollector with all BeanBindings visible in a given PicoContainer.
ComponentTag - Class in org.roscopeco.janno.views.jsp
Allows direct access to the runtime tree from JSP pages via the JSP <component> tag.
ComponentTag() - Constructor for class org.roscopeco.janno.views.jsp.ComponentTag
 
ConstantBeanBinding - Class in org.roscopeco.janno.views
Simple BeanBinding implementation that keeps the same been for life.
ConstantBeanBinding(Object) - Constructor for class org.roscopeco.janno.views.ConstantBeanBinding
 
ContainerScope - Enum in org.roscopeco.janno.views.jsp
Constant enum with the request-line container scopes.
CONTEXT_KEY - Static variable in class org.roscopeco.janno.core.CoreConstants
Key for the application-level moxy context.
CONTEXT_NAME - Static variable in class org.roscopeco.janno.core.CoreConstants
Name for the application-level moxy context.
contextDestroyed(ServletContextEvent) - Method in class org.roscopeco.janno.core.JannoLifecycleListener
 
contextInitialized(ServletContextEvent) - Method in class org.roscopeco.janno.core.JannoLifecycleListener
 
ContextURLDispatcher - Class in org.roscopeco.janno.views
Dispatches directly to context-relative URLs returned by the action.
ContextURLDispatcher() - Constructor for class org.roscopeco.janno.views.ContextURLDispatcher
 
CoreConfig - Interface in org.roscopeco.janno.core
Holds basic configuration information about the Janno core.
CoreConstants - Class in org.roscopeco.janno.core
Shared constants for the Janno core.
CoreException - Exception in org.roscopeco.janno.core
Base class for exceptions thrown by the core.
CoreException() - Constructor for exception org.roscopeco.janno.core.CoreException
 
CoreException(String) - Constructor for exception org.roscopeco.janno.core.CoreException
 
CoreException(String, Throwable) - Constructor for exception org.roscopeco.janno.core.CoreException
 
CoreException(Throwable) - Constructor for exception org.roscopeco.janno.core.CoreException
 
createContext(HttpServletRequest, HttpServletResponse) - Method in class org.roscopeco.janno.util.JannoVelocityServlet
 

D

defaultModuleCacheContext(MoxyContext) - Static method in class org.roscopeco.janno.util.AutoUtils
Creates an MoxyContext with a caching builder configured for use as the root modules context.
destroy() - Method in class org.roscopeco.janno.core.RequestLifecycleFilter
 
destroy() - Method in class org.roscopeco.janno.util.FilterWrapper
Calls the delegate's destroy method and performs wrapper cleanup.
destroy() - Method in class org.roscopeco.janno.util.ServletWrapper
Calls the delegate's destroy method and performs wrapper cleanup.
DispatchFailureException - Exception in org.roscopeco.janno.actions
Thrown to indicate an inability to dispatch to an action or view.
DispatchFailureException() - Constructor for exception org.roscopeco.janno.actions.DispatchFailureException
 
DispatchFailureException(String) - Constructor for exception org.roscopeco.janno.actions.DispatchFailureException
 
DispatchFailureException(String, Throwable) - Constructor for exception org.roscopeco.janno.actions.DispatchFailureException
 
DispatchFailureException(Throwable) - Constructor for exception org.roscopeco.janno.actions.DispatchFailureException
 
dispatchTo(ServletContext, String, HttpServletRequest, HttpServletResponse) - Method in class org.roscopeco.janno.views.AbstractViewDispatcher
Simple dispatch-to-URL method provided to allow subclasses to dispatch with a single call once they have resolved an appropriate view URL (relative to the context).
dispatchView(ServletContext, HttpServletRequest, HttpServletResponse, String, String, String) - Method in interface org.roscopeco.janno.actions.ActionViewDispatcher
Attempt to dispatch the specified action-view.
dispatchView(ServletContext, HttpServletRequest, HttpServletResponse, String, String, String) - Method in class org.roscopeco.janno.views.AbstractViewDispatcher
Attempt to dispatch an action-view through this dispatcher.
dispatchView(ServletContext, HttpServletRequest, HttpServletResponse, String, String, String) - Method in class org.roscopeco.janno.views.ContextURLDispatcher
 
dispatchView(ServletContext, HttpServletRequest, HttpServletResponse, String, String, String) - Method in class org.roscopeco.janno.views.ScriptedActionDispatcher
Attempt to dispatch an action-view through this dispatcher.

This method checks each view path combination in turn, checking first if it exists, and then attempting to dispatch to it (forwarding or including as appropriate).

dispatchView(ServletContext, HttpServletRequest, HttpServletResponse, String, String, String) - Method in class org.roscopeco.janno.views.URLMappingDispatcher
Attempt to dispatch an action-view through this dispatcher.

This method first attempts to map the action result directly to a view URL.

doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.roscopeco.janno.core.RequestLifecycleFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.roscopeco.janno.util.FilterWrapper
Passes the request and response to the delegate's doFilter method.
doTag() - Method in class org.roscopeco.janno.views.jsp.BindBeansTag
 
doTag() - Method in class org.roscopeco.janno.views.jsp.ComponentTag
The main tag implementation method.

E

entityDecode(String) - Method in class org.roscopeco.janno.util.HTMLTool
Given a string containing entity escapes, returns a string containing the actual Unicode characters corresponding to the escapes.
entityEncode(String) - Method in class org.roscopeco.janno.util.HTMLTool
Converts the specified string to HTML entity encoding, suitable for inclusion in a HTML form.
ExceptionHandler - Interface in org.roscopeco.janno.actions
Handles Exceptions thrown during ActionServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse).
ExceptionHandlerException - Exception in org.roscopeco.janno.actions
Runtime exception indicating an exception handler itself threw an exception.
ExceptionHandlerException(String, Throwable, Throwable) - Constructor for exception org.roscopeco.janno.actions.ExceptionHandlerException
 
ExceptionHandlerException(Throwable, Throwable) - Constructor for exception org.roscopeco.janno.actions.ExceptionHandlerException
 
execute(Object, Method) - Method in class org.roscopeco.janno.actions.ActionServlet
Attempts to execute the specified action method on the given object.

F

FatalStartupException - Exception in org.roscopeco.janno.core
Thrown when an unrecoverable problem occurs during core startup.
FatalStartupException() - Constructor for exception org.roscopeco.janno.core.FatalStartupException
 
FatalStartupException(String) - Constructor for exception org.roscopeco.janno.core.FatalStartupException
 
FatalStartupException(String, Throwable) - Constructor for exception org.roscopeco.janno.core.FatalStartupException
 
FatalStartupException(Throwable) - Constructor for exception org.roscopeco.janno.core.FatalStartupException
 
FILTER_KEY_PARAM - Static variable in class org.roscopeco.janno.util.UtilityConstants
 
FILTER_MODULE_PARAM - Static variable in class org.roscopeco.janno.util.UtilityConstants
 
FilterWrapper - Class in org.roscopeco.janno.util
Utility class that allows Filter implementations registered in the tree to be mapped into web.xml.
FilterWrapper() - Constructor for class org.roscopeco.janno.util.FilterWrapper
 
findComposition(String, List<String>, ServletContext) - Static method in class org.roscopeco.janno.util.AutoUtils
Searches for a supported composition script with the specified base-path/name.
findComposition(String, ServletContext) - Static method in class org.roscopeco.janno.util.AutoUtils
Calls through to AutoUtils.findComposition(String, List, ServletContext) with the default extension list.
formatArray(Object, String, String) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
formatArray(Object, String) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
formatArray(Object) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
formatLongDate(Date) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
formatLongDateTime(Date) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
formatShortDate(Date) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
formatShortDateTime(Date) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
formatVector(List, String, String) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
formatVector(List, String) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
formatVector(List) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
fuzzyFind(Map<String, String>, String, String, String) - Method in class org.roscopeco.janno.views.URLMappingDispatcher
Implements the fuzzy key resolution features provided by this class.

G

get() - Method in interface org.roscopeco.janno.views.BeanBinding
Returns the bound bean.
get() - Method in class org.roscopeco.janno.views.ConstantBeanBinding
 
getAction() - Method in exception org.roscopeco.janno.actions.ActionExecutionException
 
getActionClass(URL) - Method in interface org.roscopeco.janno.actions.ActionClassLoader
Attempts to load an action class from the specified script URL.
getActionClass(URL) - Method in class org.roscopeco.janno.actions.script.CachingScriptActionLoader
Attempts to load an action class from the specified script URL.

This implementation caches the action classes internally, using the last-modified attribute of the script URL to determine whether it should be recompiled.

getActionObject(String, PicoContainerStack) - Method in class org.roscopeco.janno.actions.ActionServlet
 
getApplicationResource(String) - Method in interface org.roscopeco.janno.core.CoreConfig
Deprecated. Janno is no longer limited to a single web-application. This method returns an undefined value and will be removed before feature lock.
getApplicationResourceAsStream(String) - Method in interface org.roscopeco.janno.core.CoreConfig
Deprecated. Janno is no longer limited to a single web-application. This method returns an undefined value and will be removed before feature lock.
getBean(String) - Method in class org.roscopeco.janno.util.BeanBindingCollector
Convienience method that will directly obtain the bean bound to a given key.
getBeanBindings(HttpServletRequest) - Method in class org.roscopeco.janno.util.JannoVelocityServlet
 
getBinding(String) - Method in class org.roscopeco.janno.util.BeanBindingCollector
Obtain the BeanBinding with a given key.
getBindings() - Method in class org.roscopeco.janno.util.BeanBindingCollector
Provides subclass-access to the binding map.
getClassKey() - Method in class org.roscopeco.janno.views.jsp.ComponentTag
Returns the status of the 'class key' flag.
getFrom(JspContext) - Method in enum org.roscopeco.janno.views.jsp.ContainerScope
Convenience method that returns the scoped container represented by a given scope.
getJannoRoot() - Method in interface org.roscopeco.janno.core.CoreConfig
 
getJannoWar() - Method in interface org.roscopeco.janno.core.CoreConfig
Deprecated. You should deploy Janno unpacked, and most app servers will unpack it if you don't anyway, so this method mostly returns null. It will be removed before feature lock.
getKey() - Method in class org.roscopeco.janno.views.jsp.ComponentTag
Returns the key used by this tag instance.
getLog() - Method in interface org.roscopeco.janno.core.CoreConfig
 
getMethodName() - Method in exception org.roscopeco.janno.actions.ActionExecutionException
 
getModuleDirectory() - Method in interface org.roscopeco.janno.core.CoreConfig
Returns the directory containing modules for deployment.
getOriginalException() - Method in exception org.roscopeco.janno.actions.ExceptionHandlerException
 
getParameter() - Method in exception org.roscopeco.janno.util.StrictParameterMismatchException
 
getScope() - Method in class org.roscopeco.janno.views.jsp.ComponentTag
Returns the Scope constant representing the scoped container to use.
getScriptURL() - Method in exception org.roscopeco.janno.actions.script.ScriptException
 
getServerContext() - Method in interface org.roscopeco.janno.core.CoreConfig
 
getServletContext() - Method in class org.roscopeco.janno.actions.ActionServlet
Overriden to allow mock to be returned in testing.
getServletContext() - Method in interface org.roscopeco.janno.core.CoreConfig
Deprecated. Janno is no longer limited to a single web-application. This method returns an undefined value and will be removed before feature lock.
getServletContext() - Method in class org.roscopeco.janno.core.RequestLifecycleFilter
 
getServletContext() - Method in class org.roscopeco.janno.util.FilterWrapper
 
getStack() - Method in class org.roscopeco.janno.util.StackUtils
Returns the PicoContainerStack this StackUtils was instantiated with.
getVar() - Method in class org.roscopeco.janno.views.jsp.ComponentTag
Returns the output variable name this tag instance creates.
GroovyActionLoader - Class in org.roscopeco.janno.actions.script
CachingActionClassLoader implementation that compiles action classes from Groovy scripts in the web-app document root.
GroovyActionLoader() - Constructor for class org.roscopeco.janno.actions.script.GroovyActionLoader
Create a new GroovyActionLoader that will use the same classloader as that which loaded this class as it's parent loader.
GroovyActionLoader(ClassLoader) - Constructor for class org.roscopeco.janno.actions.script.GroovyActionLoader
Create a new CachingScriptActionLoader that will use the specified ClassLoader as it's parent.

H

handleServiceException(Exception, HttpServletRequest, HttpServletResponse) - Method in interface org.roscopeco.janno.actions.ExceptionHandler
Handle an exception thrown during action processing.
HTMLTool - Class in org.roscopeco.janno.util
This is a utility class designed to be used as a Velocity context tool within the Jamecs Content Management Framework.
HTMLTool() - Constructor for class org.roscopeco.janno.util.HTMLTool
Default constructor.

I

INCLUDE_SERVLET_PATH - Static variable in class org.roscopeco.janno.actions.ActionConstants
 
init() - Method in class org.roscopeco.janno.actions.ActionServlet
 
init(FilterConfig) - Method in class org.roscopeco.janno.core.RequestLifecycleFilter
If you override this class make sure you call through to this to set up the ServletContext reference.
init(FilterConfig) - Method in class org.roscopeco.janno.util.FilterWrapper
Initializes the wrapper, obtains the delegate instance, and passes the call through it it's init(FilterConfig) method, after which point initialization continues in the regular Servlets manner.
init(ServletConfig) - Method in class org.roscopeco.janno.util.ServletWrapper
Initializes the wrapper, obtains the delegate instance, and passes the call through it it's init(ServletConfig) method, after which point initialization continues in the regular Servlets manner.
init(Object) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
This is called by the VelocityView toolbox loader to initialise the tool.
initActionLoader(PicoContainer) - Method in class org.roscopeco.janno.actions.ActionServlet
Called from ActionServlet.init() to create the action loader.
initDispatcher(PicoContainer) - Method in class org.roscopeco.janno.actions.ActionServlet
Called from ActionServlet.init() to create the dispatcher.
initExceptionHandler(PicoContainer) - Method in class org.roscopeco.janno.actions.ActionServlet
Called from ActionServlet.init() to create the exception handler.
isNull(Object, Object) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 

J

JannoLifecycleListener - Class in org.roscopeco.janno.core
Provides top-level (null call) lifecycle management for the Janno platform.
JannoLifecycleListener() - Constructor for class org.roscopeco.janno.core.JannoLifecycleListener
 
JannoVelocityServlet - Class in org.roscopeco.janno.util
Sitemesh VelocityDecoratorServlet subclass that automatically adds the action object to the velocity context when forwarded from an action request.
JannoVelocityServlet() - Constructor for class org.roscopeco.janno.util.JannoVelocityServlet
 
javaScriptString(String) - Method in class org.roscopeco.janno.util.HTMLTool
Returns the source String in a form that is safe for output directly into a quoted string, by ensuring all quotes and control characters are escaped with preceeding backslashes.

This method is intended for use with in-place Javascript, where you want to use an object field directly in JS code.

javaString(String) - Method in class org.roscopeco.janno.util.HTMLTool
Prepares a string for output inside a Java string.

K

key() - Method in enum org.roscopeco.janno.views.jsp.ContainerScope
 
keySet() - Method in class org.roscopeco.janno.util.BeanBindingCollector
Returns a set of strings with all the bound bean-names.

L

limitLen(int, String, String) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
limitLen(int, String) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
loadScriptClass(URLConnection) - Method in class org.roscopeco.janno.actions.script.CachingScriptActionLoader
Loads and compiles a script from the specified URLConnection.
loadScriptClass(URLConnection) - Method in class org.roscopeco.janno.actions.script.GroovyActionLoader
Loads the script class using a new GroovyClassLoader each call (to avoid the internal bytecode caching performed by Groovy).
log() - Method in class org.roscopeco.janno.util.FilterWrapper
 
log() - Method in class org.roscopeco.janno.util.ServletWrapper
 
LOG_SEPARATOR - Static variable in class org.roscopeco.janno.core.CoreConstants
 

M

makeAlternator(String, String, String, String, String) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
makeAlternator(String, String, String, String) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
makeAlternator(String, String, String) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
makeAutoAlternator(String, String, String) - Method in class org.roscopeco.janno.util.VelocityViewFormatter
 
MissingContextException - Exception in org.roscopeco.janno.core
Thrown to indicate that a scoped context could not be located.
MissingContextException() - Constructor for exception org.roscopeco.janno.core.MissingContextException
 
MissingContextException(String) - Constructor for exception org.roscopeco.janno.core.MissingContextException
 
MissingContextException(String, Throwable) - Constructor for exception org.roscopeco.janno.core.MissingContextException
 
MissingContextException(Throwable) - Constructor for exception org.roscopeco.janno.core.MissingContextException
 
MissingParameterException - Exception in org.roscopeco.janno.core
Thrown when a required context parameter is missing.
MissingParameterException() - Constructor for exception org.roscopeco.janno.core.MissingParameterException
 
MissingParameterException(String) - Constructor for exception org.roscopeco.janno.core.MissingParameterException
 
MissingParameterException(String, Throwable) - Constructor for exception org.roscopeco.janno.core.MissingParameterException
 
MissingParameterException(Throwable) - Constructor for exception org.roscopeco.janno.core.MissingParameterException
 
MODULE_SCRIPT_PARAM - Static variable in class org.roscopeco.janno.core.CoreConstants
 
MODULES_NAME - Static variable in class org.roscopeco.janno.core.CoreConstants
Name for the module root moxy context.

N

newContainer() - Method in class org.roscopeco.janno.util.StackUtils
Make a new MutablePicoContainer and push it onto the request stack.

O

org.roscopeco.janno.actions - package org.roscopeco.janno.actions
 
org.roscopeco.janno.actions.script - package org.roscopeco.janno.actions.script
 
org.roscopeco.janno.core - package org.roscopeco.janno.core
 
org.roscopeco.janno.util - package org.roscopeco.janno.util
 
org.roscopeco.janno.views - package org.roscopeco.janno.views
 
org.roscopeco.janno.views.jsp - package org.roscopeco.janno.views.jsp
 

P

Param - Annotation Type in org.roscopeco.janno.util
Represents a constraint on an individual parameter in a StrictParams action.
ParamPolicy - Enum in org.roscopeco.janno.util
Basic parameter policies.
parentLoader() - Method in class org.roscopeco.janno.actions.script.CachingScriptActionLoader
Returns the parent classloader assigned to this action loader.
pop() - Method in class org.roscopeco.janno.util.StackUtils
Attempts to pop the top container off the stack (i.e.

R

REQUEST_BUILDER - Static variable in class org.roscopeco.janno.core.CoreConstants
 
REQUEST_KEY - Static variable in class org.roscopeco.janno.core.CoreConstants
Key for the request-level containers.
RequestLifecycleFilter - Class in org.roscopeco.janno.core
Manages request container lifecycle.
RequestLifecycleFilter() - Constructor for class org.roscopeco.janno.core.RequestLifecycleFilter
 
ROOT_NAME - Static variable in class org.roscopeco.janno.core.CoreConstants
Name for the root-level moxy context.

S

ScriptedActionDispatcher - Class in org.roscopeco.janno.views
Attempts to dispatch to a specific set of context-relative URLs based on predefined arrangements of the action path, name and result.
ScriptedActionDispatcher(List<String>) - Constructor for class org.roscopeco.janno.views.ScriptedActionDispatcher
Create a new ScriptedActionDispatcher that will attempt to dispatch to each of the path/name/result combinations for each file extension in the supplied List.
ScriptedActionDispatcher(String) - Constructor for class org.roscopeco.janno.views.ScriptedActionDispatcher
Convienience constructor for use with a single extension.
ScriptedActionDispatcher(String[]) - Constructor for class org.roscopeco.janno.views.ScriptedActionDispatcher
Convienience constructor for use with a String array of view extensions.
ScriptedActionDispatcher() - Constructor for class org.roscopeco.janno.views.ScriptedActionDispatcher
Convienience constructor that uses a default set of extensions, namely .vm and .jsp, in that order.
ScriptException - Exception in org.roscopeco.janno.actions.script
Thrown to indicate an error occured during script compilation or preparation.
ScriptException(URL, Exception) - Constructor for exception org.roscopeco.janno.actions.script.ScriptException
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.roscopeco.janno.actions.ActionServlet
 
service(ServletRequest, ServletResponse) - Method in class org.roscopeco.janno.util.ServletWrapper
Passes the request and response to the delegate's service method.
SERVLET_KEY_PARAM - Static variable in class org.roscopeco.janno.util.UtilityConstants
 
SERVLET_MODULE_PARAM - Static variable in class org.roscopeco.janno.util.UtilityConstants
 
ServletWrapper - Class in org.roscopeco.janno.util
Utility class that allows Servlet implementations supplied by Moxy modules to be mapped into web.xml.
ServletWrapper() - Constructor for class org.roscopeco.janno.util.ServletWrapper
 
SESSION_BUILDER - Static variable in class org.roscopeco.janno.core.CoreConstants
 
SESSION_KEY - Static variable in class org.roscopeco.janno.core.CoreConstants
Key for the session-level containers.
sessionCreated(HttpSessionEvent) - Method in class org.roscopeco.janno.core.JannoLifecycleListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.roscopeco.janno.core.JannoLifecycleListener
 
setClassKey(boolean) - Method in class org.roscopeco.janno.views.jsp.ComponentTag
Sets the 'class key' flag, which indicates whether the supplied key should be tried as a class (with ClassLoader.loadClass(java.lang.String) on the application realm loader - the true state), or used as a straight string key (when false).
setKey(String) - Method in class org.roscopeco.janno.views.jsp.ComponentTag
Sets the component key that will be used to obtain the instance.
setScope(String) - Method in class org.roscopeco.janno.views.jsp.ComponentTag
Sets the scope.
setVar(String) - Method in class org.roscopeco.janno.views.jsp.ComponentTag
Sets the variable name that will be created in the page context.
StackUtils - Class in org.roscopeco.janno.util
Provides utility methods for working with the request stack.
StackUtils(ServletRequest) - Constructor for class org.roscopeco.janno.util.StackUtils
Create a StackUtils instance that will work with the request stack allocated to the given ServletRequest
StrictParameterMismatchException - Exception in org.roscopeco.janno.util
Thrown when an unrecognised parameter is encountered with an action that is marked with the StrictParams annotation.
StrictParameterMismatchException(String) - Constructor for exception org.roscopeco.janno.util.StrictParameterMismatchException
 
StrictParams - Annotation Type in org.roscopeco.janno.util
Annotation indicating an action is strict about it's parameters.

T

toString() - Method in exception org.roscopeco.janno.actions.ExceptionHandlerException
 
toString() - Method in exception org.roscopeco.janno.util.StrictParameterMismatchException
 

U

URLMappingDispatcher - Class in org.roscopeco.janno.views
Allows action results to be explicitly mapped to view URLs.
URLMappingDispatcher(Map<String, String>) - Constructor for class org.roscopeco.janno.views.URLMappingDispatcher
Create a new URLMappingDispatcher with the specified mappings, with fuzzy-key resolution enabled.
URLMappingDispatcher(Map<String, String>, Boolean) - Constructor for class org.roscopeco.janno.views.URLMappingDispatcher
Create a new URLMappingDispatcher with the specified mappings, manually specifying whether fuzzy-key resolution is enabled.
UtilityConstants - Class in org.roscopeco.janno.util
Static constants class for Utils package.

V

valueOf(String) - Static method in enum org.roscopeco.janno.util.ParamPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.roscopeco.janno.views.jsp.ContainerScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.roscopeco.janno.util.ParamPolicy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.roscopeco.janno.views.jsp.ContainerScope
Returns an array containing the constants of this enum type, in the order they're declared.
VelocityViewFormatter - Class in org.roscopeco.janno.util
This is a simple wrapper that allows the standard (highly useful) VelocityFormatter tool to configured as a VelocityView Tool.
VelocityViewFormatter() - Constructor for class org.roscopeco.janno.util.VelocityViewFormatter
Default constructor.
viewsFor(String, String, String) - Method in class org.roscopeco.janno.views.ScriptedActionDispatcher
Returns a List of context-relative URL specs that should be tried by the dispatcher in order.

A B C D E F G H I J K L M N O P R S T U V

Copyright © 2005 Roscopeco Open Technologies. All Rights Reserved.