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

A

AbstractApplicationController - Class in edu.umc.marrow.application
Implements an abstract ApplicationController pattern.
AbstractApplicationController() - Constructor for class edu.umc.marrow.application.AbstractApplicationController
Constructs the basic parts of an ApplicationController.
AbstractBusinessDelegate - Class in edu.umc.marrow.application
AbstractBusinessDelegate is a Business Delegate base class that carries along a refernce to the singleton InvokerCache.
AbstractBusinessDelegate() - Constructor for class edu.umc.marrow.application.AbstractBusinessDelegate
 
AbstractFrontController - Class in edu.umc.marrow.front
 
AbstractFrontController() - Constructor for class edu.umc.marrow.front.AbstractFrontController
 
AbstractMuscledTransceiver - Class in edu.umc.marrow.muscle.client
AbstractMuscledTransceiver Handles all I/O and Handshaking with the MUSCLED server.
AbstractMuscledTransceiver(String, String, int) - Constructor for class edu.umc.marrow.muscle.client.AbstractMuscledTransceiver
 
AbstractMuscledTransceiver.MarrowServerData - Class in edu.umc.marrow.muscle.client
Data Holder for the Marrow Server Peers List
AbstractPeerTransceiver - Class in edu.umc.marrow.muscle.client
AbstractPeerTransceiver handles all I/O and handshaking with a Marrow Server Peer.
AbstractPeerTransceiver(AbstractMuscledTransceiver) - Constructor for class edu.umc.marrow.muscle.client.AbstractPeerTransceiver
Creates a new AbstractPeerTransceiver for communicating with a Marrow Server Peer.
add(String[]) - Method in class edu.umc.marrow.application.ViewMapping
Adds the given string array to the view mapping
add(String, String) - Method in class edu.umc.marrow.application.ViewMapping
Adds a Logical -> Physical singular mapping.
addCommand(CommandMap) - Method in class edu.umc.marrow.application.CommandMapper
 
addField(String, Constraint) - Method in class edu.umc.marrow.application.data.Validator
Registers the field (with accessor / mutator methods) to be checked with the given Constraint.
addMarrowListener(MarrowResponseAdapter) - Method in class edu.umc.marrow.muscle.client.AbstractPeerTransceiver
Adds a MarrowResponseAdapter
addSubException(ValidatorException) - Method in exception edu.umc.marrow.application.ValidatorException
 
appController - Variable in class edu.umc.marrow.front.AbstractFrontController
 
appController - Variable in class edu.umc.marrow.servlet.HttpFrontController
 
ApplicationController - Class in edu.umc.marrow.application
Marrow XML (application-schema.xsd) driven Application Controller
ApplicationController(AppSchema) - Constructor for class edu.umc.marrow.application.ApplicationController
 
AppSchema - Class in edu.umc.marrow.schema
AppSchema is a POJO Abstraction of the Application Frameworks' XML descriptor file.
AppSchema(String) - Constructor for class edu.umc.marrow.schema.AppSchema
Creates a new application schema
AppSchema(Element) - Constructor for class edu.umc.marrow.schema.AppSchema
Used internally by parse()

B

BaseFilter - Class in edu.umc.marrow.servlet
BaseFilter - A Basic abstraction of the details that need to be implemented by Standard Filters.
BaseFilter() - Constructor for class edu.umc.marrow.servlet.BaseFilter
 
BooleanConstraint - Class in edu.umc.marrow.application.data
 
BooleanConstraint() - Constructor for class edu.umc.marrow.application.data.BooleanConstraint
 

C

cache - Variable in class edu.umc.marrow.application.AbstractBusinessDelegate
 
CheckField - Class in edu.umc.marrow.tag
Checks a field on a form for a given fieldName, then writes back either validText or invalidText.
CheckField() - Constructor for class edu.umc.marrow.tag.CheckField
 
clearAttributes() - Method in class edu.umc.marrow.application.ResponseContext
 
close() - Method in class edu.umc.marrow.muscle.client.AbstractMuscledTransceiver
Closes the communication with muscled.
close() - Method in class edu.umc.marrow.muscle.client.AbstractPeerTransceiver
Gracefully terminate the connection with the Server Peer.
close() - Method in class edu.umc.marrow.muscle.client.MarrowMuscleSession
 
cls - Variable in class edu.umc.marrow.application.InvokerCache.FlushRequest
 
Command - Class in edu.umc.marrow.application
 
Command() - Constructor for class edu.umc.marrow.application.Command
 
COMMAND - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
Message.what code for invoking a Marrow framework Command
CommandMap - Class in edu.umc.marrow.application
Maps a Command to a command name, with Result States and logical view names.
CommandMap(String, Command, String) - Constructor for class edu.umc.marrow.application.CommandMap
Maps a command to a single view.
CommandMap(String, Command, String[][]) - Constructor for class edu.umc.marrow.application.CommandMap
Maps a command to multiple logical views based upon result state.
commandMapper - Variable in class edu.umc.marrow.application.AbstractApplicationController
 
CommandMapper - Class in edu.umc.marrow.application
Maps CommandNames to Command Objects.
CommandMapper() - Constructor for class edu.umc.marrow.application.CommandMapper
 
CommandMapper(CommandMap[]) - Constructor for class edu.umc.marrow.application.CommandMapper
 
CommandProcessException - Exception in edu.umc.marrow.application
Wrapper for Exceptions that occur during the processing of commands.
CommandProcessException(String, Throwable) - Constructor for exception edu.umc.marrow.application.CommandProcessException
 
CommandProcessException - Exception in edu.umc.marrow.front
 
CommandProcessException(String) - Constructor for exception edu.umc.marrow.front.CommandProcessException
 
CommandProcessException(String, Throwable) - Constructor for exception edu.umc.marrow.front.CommandProcessException
 
CommandSchema - Class in edu.umc.marrow.schema
 
CommandSchema() - Constructor for class edu.umc.marrow.schema.CommandSchema
 
commandSuffix - Variable in class edu.umc.marrow.servlet.HttpFrontController
commandSuffixes to parse.
Constraint - Class in edu.umc.marrow.application.data
Abstract base class of Validator Constraints.
Constraint() - Constructor for class edu.umc.marrow.application.data.Constraint
Initializes the options hash.
ConstraintSchema - Class in edu.umc.marrow.schema
 
ConstraintSchema(String, String) - Constructor for class edu.umc.marrow.schema.ConstraintSchema
 
createClientSession() - Method in class edu.umc.marrow.muscle.client.AbstractMuscledTransceiver
Creates a new MarrowTransceiver to a server peer.
createMarrowTransceiver() - Method in class edu.umc.marrow.muscle.client.AbstractMuscledTransceiver
Implement to supply a MarrowTransceiver subclass.
createMarrowTransceiver() - Method in class edu.umc.marrow.muscle.client.MarrowMuscleSession
Creates an AbstractPeerTransceiver that delegates to the concrete methods within our MarrowMuscleSession.
createMarrowTransceiver() - Method in class edu.umc.marrow.muscle.client.TestClient
Register a listener when we create our Marrow Transceiver.
createMarrowTransceiver() - Method in class edu.umc.marrow.muscle.proxy.HTTPBridgeSession
Register a listener when we create our Marrow Transceiver.
createRequestContext(Object) - Method in class edu.umc.marrow.front.RequestContextFactory
 
createRequestContext(Object) - Method in class edu.umc.marrow.muscle.MuscleRequestContextFactory
 
createRequestContext(Object) - Method in class edu.umc.marrow.servlet.HttpRequestContextFactory
Creates a Command from the given request, looks up the command in the mappedContexts, and returns a new instance of the given context if has been mapped.
CROSS_PLATFORM - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
Value for ResponseType field Used when handshaking with a server-peer.

D

DateConstraint - Class in edu.umc.marrow.application.data
 
DateConstraint() - Constructor for class edu.umc.marrow.application.data.DateConstraint
 
destroy() - Method in class edu.umc.marrow.servlet.BaseFilter
 
destroy() - Method in class edu.umc.marrow.servlet.TemplateFilter
 
dispatch(HttpServletRequest, HttpServletResponse, String) - Method in class edu.umc.marrow.servlet.HttpFrontController
Uses standard servlet dispatch mechansims to forward requests on to the handling target.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class edu.umc.marrow.servlet.BaseFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class edu.umc.marrow.servlet.IPFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class edu.umc.marrow.servlet.TemplateFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.umc.marrow.servlet.HttpFrontController
Passes off all processing to process();
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.umc.marrow.servlet.HttpFrontController
Passes off all processing to process();
doPostProcessing(ServletRequest, ServletResponse) - Method in class edu.umc.marrow.servlet.TemplateFilter
 
doPreProcessing(ServletRequest, ServletResponse) - Method in class edu.umc.marrow.servlet.TemplateFilter
 
doStartTag() - Method in class edu.umc.marrow.tag.CheckField
 
doStartTag() - Method in class edu.umc.marrow.tag.RequestField
 
doStartTag() - Method in class edu.umc.marrow.tag.UserInRole
 
DuplicateRequestException - Exception in edu.umc.marrow.application
 
DuplicateRequestException(String) - Constructor for exception edu.umc.marrow.application.DuplicateRequestException
 

E

edu.umc.marrow.application - package edu.umc.marrow.application
 
edu.umc.marrow.application.data - package edu.umc.marrow.application.data
 
edu.umc.marrow.front - package edu.umc.marrow.front
 
edu.umc.marrow.muscle - package edu.umc.marrow.muscle
 
edu.umc.marrow.muscle.client - package edu.umc.marrow.muscle.client
 
edu.umc.marrow.muscle.proxy - package edu.umc.marrow.muscle.proxy
 
edu.umc.marrow.schema - package edu.umc.marrow.schema
 
edu.umc.marrow.servlet - package edu.umc.marrow.servlet
 
edu.umc.marrow.tag - package edu.umc.marrow.tag
 
equals(Object) - Method in class edu.umc.marrow.application.InvokerCache.FlushRequest
 
ERROR - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
 
ERROR_MESSAGE_ATTRIBUTE - Static variable in class edu.umc.marrow.servlet.HttpFrontController
Attribute to place error messages and stack traces into, prior to dispatch to PHYSICAL_ERROR_VIEW.
execute(RequestContext) - Method in class edu.umc.marrow.application.Command
 

F

flush(Object, String) - Method in class edu.umc.marrow.application.InvokerCache
Flushes the result of a given object's method from the cache.
FrontController - Class in edu.umc.marrow.servlet
Deprecated. Please use HttpFrontController instead.
FrontController() - Constructor for class edu.umc.marrow.servlet.FrontController
Deprecated.  
FrontSchema - Class in edu.umc.marrow.schema
Schema abstraction of a FrontController.
FrontSchema() - Constructor for class edu.umc.marrow.schema.FrontSchema
 

G

get(String) - Method in class edu.umc.marrow.application.ValidatorMapper
 
getApplicationController() - Method in class edu.umc.marrow.front.AbstractFrontController
Obtains an instance of an applicaiton Controller.
getApplicationController() - Method in class edu.umc.marrow.muscle.MuscleFrontController
 
getApplicationController() - Method in class edu.umc.marrow.servlet.HttpFrontController
 
getAttribute(String) - Method in class edu.umc.marrow.application.ResponseContext
 
getAttribute(String) - Method in class edu.umc.marrow.application.SessionContext
 
getAttribute(String) - Method in class edu.umc.marrow.muscle.MuscleSessionContext
 
getAttribute(String) - Method in class edu.umc.marrow.servlet.HttpSessionContext
 
getCached() - Method in class edu.umc.marrow.application.InvokerCache
Obtains all the possible FlushRequests for this InvokerCache.
getClassName() - Method in class edu.umc.marrow.schema.CommandSchema
 
getCommand() - Method in class edu.umc.marrow.application.CommandMap
Gets the Command object to execute.
getCommand(String) - Method in class edu.umc.marrow.application.CommandMapper
 
getCommandMap(String) - Method in class edu.umc.marrow.application.CommandMapper
 
getCommandMapper() - Method in class edu.umc.marrow.application.AbstractApplicationController
Get the command mapper to use for this application.
getCommandMapper() - Method in class edu.umc.marrow.application.ApplicationController
 
getCommandName() - Method in class edu.umc.marrow.application.CommandMap
Gets the command name we're mapped to.
getCommandName() - Method in class edu.umc.marrow.application.RequestContext
 
getCommandName() - Method in class edu.umc.marrow.schema.CommandSchema
 
getCommands() - Method in class edu.umc.marrow.schema.AppSchema
Obtains the ArrayList of CommandSchema objects.
getConstraints() - Method in class edu.umc.marrow.schema.ValidatorSchema
 
getDataSource(String) - Method in class edu.umc.marrow.application.ServiceLocator
Retrieves a DataSource object.
getErrorMessage() - Method in class edu.umc.marrow.application.ResponseContext
 
getField(String, Object) - Method in class edu.umc.marrow.application.RequestContext
Gets a parameter Field from the Request.
getField(String) - Method in class edu.umc.marrow.application.RequestContext
Gets a parameter Field from the Request
getField() - Method in exception edu.umc.marrow.application.ValidatorException
 
getFieldName() - Method in class edu.umc.marrow.schema.ConstraintSchema
 
getFields(String) - Method in class edu.umc.marrow.application.RequestContext
Gets the parameter field from the request as an Array.
getFieldType() - Method in class edu.umc.marrow.schema.ConstraintSchema
 
getFilterConfig() - Method in class edu.umc.marrow.servlet.BaseFilter
 
getFronts() - Method in class edu.umc.marrow.schema.AppSchema
Obtains the ArrayList of FrontSchema objects.
getHostname() - Method in class edu.umc.marrow.schema.MuscleHostSchema
 
getInstance(AppSchema) - Static method in class edu.umc.marrow.application.ApplicationController
 
getInstance() - Static method in class edu.umc.marrow.application.InvokerCache
Obtains an InvokerCache singleton for this VirtualMachine instance.
getInstance() - Static method in class edu.umc.marrow.application.ServiceLocator
Obtains the ServiceLocator.
getInstance() - Static method in class edu.umc.marrow.application.ViewMapping
Gets a singleton instance of ViewMapping.
getInstance() - Static method in class edu.umc.marrow.muscle.MuscleRequestContextFactory
Implements the factory pattern.
getInstance() - Static method in class edu.umc.marrow.servlet.HttpRequestContextFactory
Implements the factory pattern.
getInteger(String) - Method in class edu.umc.marrow.application.RequestContext
Wraps getField with Integer type safety.
getInteger(String, Integer) - Method in class edu.umc.marrow.application.RequestContext
Wraps getField with Integer type safety.
getIntegers(String) - Method in class edu.umc.marrow.application.RequestContext
Wraps getFields with Integer type safety.
getListenPort() - Method in class edu.umc.marrow.schema.FrontSchema
 
getLocalHome(String) - Method in class edu.umc.marrow.application.ServiceLocator
Retrieve A LocalHome bean reference.
getLogicalErrorView() - Method in class edu.umc.marrow.application.AbstractApplicationController
Gets the logical view name to use for errors and exceptions.
getLogicalErrorView() - Method in class edu.umc.marrow.application.ApplicationController
 
getLogicalErrorView() - Method in class edu.umc.marrow.schema.AppSchema
Gets the logical error view if there is one set.
getLogicalName() - Method in class edu.umc.marrow.schema.ViewMappingSchema
 
getLogicalViewName() - Method in class edu.umc.marrow.schema.CommandSchema
 
getLogicalViewName() - Method in class edu.umc.marrow.schema.ResultMapSchema
 
getMuscleHosts() - Method in class edu.umc.marrow.schema.FrontSchema
 
getName() - Method in class edu.umc.marrow.schema.AppSchema
Gets the name of the application
getOption(String, String) - Method in class edu.umc.marrow.application.data.Constraint
Retrieves a current option setting.
getOptions() - Method in class edu.umc.marrow.application.data.BooleanConstraint
 
getOptions() - Method in class edu.umc.marrow.application.data.Constraint
Return the names of all the options for this Constraint.
getOptions() - Method in class edu.umc.marrow.application.data.DateConstraint
 
getOptions() - Method in class edu.umc.marrow.application.data.IntegerConstraint
 
getOptions() - Method in class edu.umc.marrow.application.data.StringConstraint
 
getOptions() - Method in class edu.umc.marrow.schema.ConstraintSchema
 
getPhysicalErrorView() - Method in class edu.umc.marrow.schema.FrontSchema
 
getPhysicalErrorView() - Method in class edu.umc.marrow.servlet.HttpFrontController
Gets the physical view (jsp page) to use to display exceptions.
getPhysicalName() - Method in class edu.umc.marrow.schema.ViewMappingSchema
 
getPort() - Method in class edu.umc.marrow.schema.MuscleHostSchema
 
getRemoteHome(String, Class) - Method in class edu.umc.marrow.application.ServiceLocator
Retrieve a RemoteHome bean reference...
getRemoteUser() - Method in class edu.umc.marrow.application.SessionContext
 
getRemoteUser() - Method in class edu.umc.marrow.muscle.MuscleSessionContext
 
getRemoteUser() - Method in class edu.umc.marrow.servlet.HttpSessionContext
 
getRequestContextFactory() - Method in class edu.umc.marrow.front.AbstractFrontController
Obtains a new, ready-to-go instance of a RequestContextFactory.
getRequestContextFactory() - Method in class edu.umc.marrow.muscle.MuscleFrontController
 
getRequestContextFactory() - Method in class edu.umc.marrow.servlet.HttpFrontController
 
getResultMappings() - Method in class edu.umc.marrow.schema.CommandSchema
 
getResultState() - Method in class edu.umc.marrow.application.ResponseContext
 
getRoles() - Method in class edu.umc.marrow.schema.AppSchema
Obtains the ArrayList of String logical-role-names.
getSecurityProvider() - Method in class edu.umc.marrow.muscle.MuscleFrontController
Obtains a SecurityProvider for this application.
getSession() - Method in class edu.umc.marrow.application.RequestContext
 
getSession() - Method in class edu.umc.marrow.muscle.MarrowSessionHandler
Accesses the SessionContext maintained for this Marrow Session.
getSessionId() - Method in class edu.umc.marrow.application.SessionContext
 
getSessionId() - Method in class edu.umc.marrow.muscle.MuscleSessionContext
 
getSessionId() - Method in class edu.umc.marrow.servlet.HttpSessionContext
 
getSessionTimeout() - Method in class edu.umc.marrow.schema.FrontSchema
 
getStackTrace(Throwable) - Method in class edu.umc.marrow.application.AbstractApplicationController
Prints a Throwable stack trace to the given buffer.
getStackTrace() - Method in class edu.umc.marrow.application.ResponseContext
 
getStackTrace(Throwable) - Method in class edu.umc.marrow.servlet.HttpFrontController
Prints a Throwable stack trace to the given buffer.
getState() - Method in class edu.umc.marrow.schema.ResultMapSchema
 
getString(String) - Method in class edu.umc.marrow.application.RequestContext
Wraps getField with String type safety.
getString(String, String) - Method in class edu.umc.marrow.application.RequestContext
Wraps getField with String type Safety.
getStrings(String) - Method in class edu.umc.marrow.application.RequestContext
Wraps getFields with String type safety.
getSubExceptions() - Method in exception edu.umc.marrow.application.ValidatorException
 
getTarget() - Method in class edu.umc.marrow.muscle.ObjectTransformer
Gets the target Message
getToken() - Method in class edu.umc.marrow.application.RequestContext
 
getToken() - Static method in class edu.umc.marrow.application.TokenFactory
 
getType() - Method in class edu.umc.marrow.schema.FrontSchema
 
getUser() - Method in class edu.umc.marrow.muscle.client.AbstractPeerTransceiver
Hook function to be overridden by implementing subclasses.
getUser() - Method in class edu.umc.marrow.muscle.client.MarrowMuscleSession
Used to obtain the user name to send when connecting to the Marrow Server Peer.
getValidator() - Method in class edu.umc.marrow.schema.CommandSchema
 
getValidatorMapper() - Method in class edu.umc.marrow.application.AbstractApplicationController
Gets the validator mapper to use for this application.
getValidatorMapper() - Method in class edu.umc.marrow.application.ApplicationController
 
getView(ResponseContext) - Method in class edu.umc.marrow.application.ViewMapping
Resolves mappings for a response Context.
getViewMapping() - Method in class edu.umc.marrow.servlet.HttpFrontController
 
getViewMappings() - Method in class edu.umc.marrow.schema.FrontSchema
 
getViewName() - Method in class edu.umc.marrow.application.CommandMap
Gets the view name (if a single view is associtated) to dispatch to.
getViewName(String) - Method in class edu.umc.marrow.application.CommandMap
Gets the logical view name to dispatch to for the given result state.
getViewName() - Method in class edu.umc.marrow.application.ResponseContext
 
GUIMuscleFrontController - Class in edu.umc.marrow.muscle
 
GUIMuscleFrontController(String) - Constructor for class edu.umc.marrow.muscle.GUIMuscleFrontController
 

H

handleRequest(RequestContext) - Method in class edu.umc.marrow.application.AbstractApplicationController
Executes the Commands or actions the requestContext requires, executing them to create the response context.
handleResponse(RequestContext, ResponseContext) - Method in class edu.umc.marrow.application.AbstractApplicationController
Performs any post-request processing that may be necessary for the request.
hasAttribute(String) - Method in class edu.umc.marrow.application.SessionContext
 
hasAttributes() - Method in class edu.umc.marrow.application.ResponseContext
 
hasErrorMessage() - Method in class edu.umc.marrow.application.ResponseContext
 
hasField() - Method in exception edu.umc.marrow.application.ValidatorException
 
hasResultState() - Method in class edu.umc.marrow.application.ResponseContext
 
hasStackTrace() - Method in class edu.umc.marrow.application.ResponseContext
 
hasToken() - Method in class edu.umc.marrow.application.RequestContext
Determines if the synchronizer token is set for this request.
HTTP_SERVLET - Static variable in class edu.umc.marrow.schema.FrontSchema
 
HTTPBridge - Class in edu.umc.marrow.muscle.proxy
HTTP 1.0 bridge to the MUSCLE protocol.
HTTPBridge(int, long, String, String, int) - Constructor for class edu.umc.marrow.muscle.proxy.HTTPBridge
Initializes a new HTTPBridge for the given port.
HTTPBridgeSession - Class in edu.umc.marrow.muscle.proxy
 
HTTPBridgeSession(String, HTTPBridge) - Constructor for class edu.umc.marrow.muscle.proxy.HTTPBridgeSession
 
HttpFrontController - Class in edu.umc.marrow.servlet
UMC XML (application-schema.xsd) driven HTTP Front Controller.
HttpFrontController() - Constructor for class edu.umc.marrow.servlet.HttpFrontController
 
HttpRequestContext - Class in edu.umc.marrow.servlet
RequestContext that reads parameters from an HttpServletRequest, and constructs the SessionContext for HttpRequests.
HttpRequestContext(String, HttpServletRequest) - Constructor for class edu.umc.marrow.servlet.HttpRequestContext
Creates a new RequestContext with the given Command for a given HttpServletRequest.
HttpRequestContextFactory - Class in edu.umc.marrow.servlet
RequestContext Creation factory.
HttpRequestContextFactory() - Constructor for class edu.umc.marrow.servlet.HttpRequestContextFactory
Creates a new ContextFactory that uses commandname to classname mappings.
HttpSessionContext - Class in edu.umc.marrow.servlet
 
HttpSessionContext(HttpServletRequest) - Constructor for class edu.umc.marrow.servlet.HttpSessionContext
 

I

init() - Method in class edu.umc.marrow.front.AbstractFrontController
Sets up the appController and requestContextFactory
init(FilterConfig) - Method in class edu.umc.marrow.servlet.BaseFilter
 
init(ServletConfig) - Method in class edu.umc.marrow.servlet.HttpFrontController
 
init(FilterConfig) - Method in class edu.umc.marrow.servlet.IPFilter
 
InsecurityProvider - Class in edu.umc.marrow.muscle
 
InsecurityProvider() - Constructor for class edu.umc.marrow.muscle.InsecurityProvider
 
IntegerConstraint - Class in edu.umc.marrow.application.data
 
IntegerConstraint() - Constructor for class edu.umc.marrow.application.data.IntegerConstraint
 
InvalidViewException - Exception in edu.umc.marrow.application
 
InvalidViewException(String) - Constructor for exception edu.umc.marrow.application.InvalidViewException
 
invoke(Object, String, Object[]) - Method in class edu.umc.marrow.application.InvokerCache
Invokes the given method, on the given object, with the given arguments, and caches the result.
InvokerCache - Class in edu.umc.marrow.application
InvokerCache utilizes reflection to invoke methods on Java objects, cacheing the results of the invocation for later quick n' speedy retrieval.
InvokerCache() - Constructor for class edu.umc.marrow.application.InvokerCache
Creates a new InvokerCache, with a default sized HashMap as the cache.
InvokerCache.FlushRequest - Class in edu.umc.marrow.application
Used to match cached InvokeRequests to request to flush the cached result object.
InvokerCache.FlushRequest(Class, String) - Constructor for class edu.umc.marrow.application.InvokerCache.FlushRequest
 
IPFilter - Class in edu.umc.marrow.servlet
Restricts Servlet Requests based upon Client IP Address.
IPFilter() - Constructor for class edu.umc.marrow.servlet.IPFilter
 
isMultiState() - Method in class edu.umc.marrow.schema.CommandSchema
 
isNew() - Method in class edu.umc.marrow.application.ViewMapping
 
isParent() - Method in exception edu.umc.marrow.application.ValidatorException
 
isUserAuthentic(String, String) - Method in class edu.umc.marrow.muscle.InsecurityProvider
 
isUserAuthentic(String, String) - Method in interface edu.umc.marrow.muscle.SecurityProvider
Perform user authentication process, return true if credentials match.
isUserInProtocolRole(String) - Method in class edu.umc.marrow.application.SessionContext
Implementing subclasses of SessionContext need to implement this to let the ApplicationContext interrogate for framework-specific roles.
isUserInProtocolRole(String) - Method in class edu.umc.marrow.muscle.MuscleSessionContext
 
isUserInProtocolRole(String) - Method in class edu.umc.marrow.servlet.HttpSessionContext
 
isUserInRole(String) - Method in class edu.umc.marrow.application.SessionContext
 
isUserInRole(String, String) - Method in class edu.umc.marrow.muscle.InsecurityProvider
 
isUserInRole(String, String) - Method in interface edu.umc.marrow.muscle.SecurityProvider
Determine if the given authentic userName is listed in the given roleName.

J

JAVA_SERIALIZED - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
Value for ResponseType field Used when handshaking with a server-peer.

K

keys() - Method in class edu.umc.marrow.application.ResponseContext
 

M

main(String[]) - Static method in class edu.umc.marrow.muscle.client.TestClient
 
main(String[]) - Static method in class edu.umc.marrow.muscle.GUIMuscleFrontController
 
main(String[]) - Static method in class edu.umc.marrow.muscle.MuscleFrontController
Main method for running a Marrow server application as a MUSCLE client.
main(String[]) - Static method in class edu.umc.marrow.muscle.proxy.HTTPBridge
Creates a new HTTPBridge for a Marrow-MUSCLE application
MARROW_CONNECTED - Static variable in class edu.umc.marrow.muscle.MuscleFrontController
A Marrow Peer connected directly to us
MARROW_DISCONNECTED - Static variable in class edu.umc.marrow.muscle.MuscleFrontController
A directly connected peer has disconnected
marrowAppLog - Variable in class edu.umc.marrow.application.AbstractApplicationController
 
marrowConnected() - Method in class edu.umc.marrow.muscle.client.AbstractPeerTransceiver
Hook function for subclasses to override.
marrowConnected() - Method in class edu.umc.marrow.muscle.client.MarrowMuscleSession
Fired when we're connected to the Marrow Server Peer.
marrowConnected() - Method in class edu.umc.marrow.muscle.client.TestClient
We got a connected callback.
marrowDisconnected() - Method in class edu.umc.marrow.muscle.client.AbstractPeerTransceiver
Hook function for subclasses to override.
marrowDisconnected() - Method in class edu.umc.marrow.muscle.client.MarrowMuscleSession
Fired when we disconnect from the Marrow Server Peer.
marrowDisconnected() - Method in class edu.umc.marrow.muscle.client.TestClient
We got a disconnected callback.
marrowDisconnected() - Method in class edu.umc.marrow.muscle.proxy.HTTPBridgeSession
 
MarrowMuscleSession - Class in edu.umc.marrow.muscle.client
MarrowMuscleSession implements basic client needs for connecting to a Marrow application via a MUSCLE server.
MarrowMuscleSession(String, String, int) - Constructor for class edu.umc.marrow.muscle.client.MarrowMuscleSession
Sets up a new MarrowMuscleSession for the given application name on the specified muscled host / port.
MarrowResponseAdapter - Class in edu.umc.marrow.muscle.client
MarrowResponseAdapter is a MessageListener that filters out anything other than a Message response from a Marrow server.
MarrowResponseAdapter() - Constructor for class edu.umc.marrow.muscle.client.MarrowResponseAdapter
 
marrowSession - Variable in class edu.umc.marrow.muscle.client.MarrowMuscleSession
 
MarrowSessionHandler - Class in edu.umc.marrow.muscle
MarrowSessionHandler Handles direct I/O with a Marrow Client Peer.
MarrowSessionHandler(MuscleFrontController, SocketChannel) - Constructor for class edu.umc.marrow.muscle.MarrowSessionHandler
Constructs a new MarrowSessionHandler to communicate over the given SocketChannel, using the specified MuscleFrontController to invoke callbacks and report status.
messageReceived(Object, int) - Method in class edu.umc.marrow.muscle.client.MarrowResponseAdapter
Handles filtering out messages we don't want to listen to.
messageReceived(Object, int) - Method in class edu.umc.marrow.muscle.MarrowSessionHandler
Implements MessageListener for client-peer communication.
messageReceived(Object, int) - Method in class edu.umc.marrow.muscle.MuscleFrontController
MessageListener Implementation.
methodName - Variable in class edu.umc.marrow.application.InvokerCache.FlushRequest
 
MUSCLE_FRONT - Static variable in class edu.umc.marrow.schema.FrontSchema
 
MUSCLE_HTTP_BRIDGE - Static variable in class edu.umc.marrow.schema.FrontSchema
 
MuscleConstants - Interface in edu.umc.marrow.muscle
Constant values for for Message fields and "what" codes in the Marrow-MUSCLE messaging protocol.
MUSCLED_CONNECTED - Static variable in class edu.umc.marrow.muscle.MuscleFrontController
 
MUSCLED_DISCONNECTED - Static variable in class edu.umc.marrow.muscle.MuscleFrontController
 
muscledConnected() - Method in class edu.umc.marrow.muscle.client.AbstractMuscledTransceiver
Fired when Muscled is connected, or the first server peer is available.
muscledDisconnected() - Method in class edu.umc.marrow.muscle.client.AbstractMuscledTransceiver
Fired when our connection to muscled drops.
muscledDisconnected() - Method in class edu.umc.marrow.muscle.client.MarrowMuscleSession
Muscled has been disconnected.
muscledMessageReceived(Message) - Method in class edu.umc.marrow.muscle.client.AbstractMuscledTransceiver
Hook function for subclasses to override.
muscledMessageReceived(Message) - Method in class edu.umc.marrow.muscle.client.MarrowMuscleSession
Fired when an unhandled Message is received from the MUSCLED server.
muscledReady() - Method in class edu.umc.marrow.muscle.client.AbstractMuscledTransceiver
Fired when muscled is connected and a server peer is available.
muscledReady() - Method in class edu.umc.marrow.muscle.client.MarrowMuscleSession
Setup the marrow session to the server-peer.
muscledTransceiver - Variable in class edu.umc.marrow.muscle.client.AbstractPeerTransceiver
 
MuscleFrontController - Class in edu.umc.marrow.muscle
MuscleFrontController - FrontController for Marrow's MUSCLE protocol implementation.
MuscleFrontController(String) - Constructor for class edu.umc.marrow.muscle.MuscleFrontController
Creates a new MuscleFrontController.
MuscleHostSchema - Class in edu.umc.marrow.schema
 
MuscleHostSchema(String, String) - Constructor for class edu.umc.marrow.schema.MuscleHostSchema
 
MuscleRequestContext - Class in edu.umc.marrow.muscle
RequestContext implementation for the MUSCLE protocol
MuscleRequestContext(Message) - Constructor for class edu.umc.marrow.muscle.MuscleRequestContext
Creates a new MuscleRequestContext for processing by the ApplicationController with the specified command
MuscleRequestContextFactory - Class in edu.umc.marrow.muscle
 
MuscleRequestContextFactory() - Constructor for class edu.umc.marrow.muscle.MuscleRequestContextFactory
 
MuscleSessionContext - Class in edu.umc.marrow.muscle
 
MuscleSessionContext(SecurityProvider) - Constructor for class edu.umc.marrow.muscle.MuscleSessionContext
 

N

NO_LIMIT - Static variable in class edu.umc.marrow.application.data.StringConstraint
 

O

OBJECT - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
Message.what code for an aggregate Java Object representation
ObjectTransformer - Class in edu.umc.marrow.muscle
ObjectTransformer - Transforms Java Object graphs into a MUSCLE Message.
ObjectTransformer(Message) - Constructor for class edu.umc.marrow.muscle.ObjectTransformer
Constructs a new ObjectTransformer with a target Message.
open() - Method in class edu.umc.marrow.muscle.client.AbstractMuscledTransceiver
Begins the communication with muscled for server-peer discovery.
open() - Method in class edu.umc.marrow.muscle.client.AbstractPeerTransceiver
Open the connection to the Server Peer
open() - Method in class edu.umc.marrow.muscle.proxy.HTTPBridgeSession
 

P

parse(InputStream) - Static method in class edu.umc.marrow.schema.AppSchema
Parses an InputStream (which should be that of an XML file validated with /UMCBase/xsd/application-schema.xsd) into an AppSchema.
PEER_IDENTIFY - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
Message.what code for peer connect
PREVIOUS_RESPONSE_CONTEXT - Static variable in class edu.umc.marrow.application.AbstractApplicationController
 
process(MuscleRequestContext, MarrowSessionHandler) - Method in class edu.umc.marrow.muscle.MuscleFrontController
Processes MuslceRequestContext objects through an ApplicationController
process(HttpServletRequest, HttpServletResponse) - Method in class edu.umc.marrow.servlet.HttpFrontController
Handles HttpServletRequest translation into RequestContexts, delegates context objects to the ApplicationController for processing.
put(String, Validator) - Method in class edu.umc.marrow.application.ValidatorMapper
 

R

registerRole(String) - Method in class edu.umc.marrow.application.SessionContext
Registers this Role from the Marrow Framework definition with the protocol-level role mapping.
removeAttribute(String) - Method in class edu.umc.marrow.application.ResponseContext
 
removeMarrowListener(MarrowResponseAdapter) - Method in class edu.umc.marrow.muscle.client.AbstractPeerTransceiver
Removes a MarrowResponseAdapter
REQUEST_KEY - Static variable in class edu.umc.marrow.application.AbstractApplicationController
 
REQUEST_QUIT - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
Message.what code sent by client peers to get disconnected from a server peer
RequestContext - Class in edu.umc.marrow.application
Abstraction of data for passing requests into the application framework.
RequestContext(String, SessionContext) - Constructor for class edu.umc.marrow.application.RequestContext
Creates a RequestContext with the given command name, and SessionContext.
requestContextFactory - Variable in class edu.umc.marrow.front.AbstractFrontController
 
RequestContextFactory - Class in edu.umc.marrow.front
RequestContext Creation factory.
RequestContextFactory() - Constructor for class edu.umc.marrow.front.RequestContextFactory
 
requestContextFactory - Variable in class edu.umc.marrow.servlet.HttpFrontController
 
RequestField - Class in edu.umc.marrow.tag
 
RequestField() - Constructor for class edu.umc.marrow.tag.RequestField
 
RESPONSE - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
Message.what code for the response of a Marrow framework Command
RESPONSE_CONTEXT - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
Constant for Response Context field
RESPONSE_TYPE - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
Constant for Response Type field
ResponseContext - Class in edu.umc.marrow.application
Abstract POJO object the application framework uses to construct views.
ResponseContext() - Constructor for class edu.umc.marrow.application.ResponseContext
 
responseReceived(ResponseContext) - Method in class edu.umc.marrow.muscle.client.MarrowResponseAdapter
Invoked when a new Marrow response context is received.
responseReceived(Message) - Method in class edu.umc.marrow.muscle.client.MarrowResponseAdapter
Invoked when a new Marrow response message is received.
ResultMapSchema - Class in edu.umc.marrow.schema
 
ResultMapSchema(String, String) - Constructor for class edu.umc.marrow.schema.ResultMapSchema
 
roles - Variable in class edu.umc.marrow.application.AbstractApplicationController
 

S

save(OutputStream) - Method in class edu.umc.marrow.schema.AppSchema
Saves the current state of the AppSchema and all it's children into the given stream as an XML file.
schema - Variable in class edu.umc.marrow.muscle.MuscleFrontController
 
schema - Variable in class edu.umc.marrow.servlet.HttpFrontController
 
SecurityProvider - Interface in edu.umc.marrow.muscle
Abstraction for implementing user / role based security mappings for a Marrow MUSCLE application.
selectMarrowPeer(AbstractMuscledTransceiver.MarrowServerData[]) - Method in class edu.umc.marrow.muscle.client.AbstractMuscledTransceiver
Obtains a MarrowServerData to utilize for a new connection.
sendCommand(String, Message) - Method in class edu.umc.marrow.muscle.client.AbstractPeerTransceiver
Sends a given Marrow Command with the given command name, and all the parameters from the given params.
sendCommand(String, Message) - Method in class edu.umc.marrow.muscle.client.MarrowMuscleSession
Delegates to the marrowSession.
sendMessage(Message) - Method in class edu.umc.marrow.muscle.MarrowSessionHandler
Sends the given message to the client peer.
sendSyncCommand(String, Message) - Method in class edu.umc.marrow.muscle.proxy.HTTPBridgeSession
Sends a Synchronous Request / Response to the MUSCLE Server - Peer.
serve(String, String, Properties, Properties) - Method in class edu.umc.marrow.muscle.proxy.HTTPBridge
Overrides NanoHTTPD's serve method.
ServiceLocator - Class in edu.umc.marrow.application
Simple ServiceLocator implementation for performing simplified lookups with caching.
ServiceLocatorException - Exception in edu.umc.marrow.application
 
ServiceLocatorException(String, Throwable) - Constructor for exception edu.umc.marrow.application.ServiceLocatorException
 
ServiceLocatorException(Throwable) - Constructor for exception edu.umc.marrow.application.ServiceLocatorException
 
ServiceLocatorException(String) - Constructor for exception edu.umc.marrow.application.ServiceLocatorException
 
session - Variable in class edu.umc.marrow.application.RequestContext
 
SESSION_ID - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
Constant for Session ID field
SessionContext - Class in edu.umc.marrow.application
Defines an interface for setting / obtaining session state.
SessionContext() - Constructor for class edu.umc.marrow.application.SessionContext
 
sessionCreated(MarrowSessionHandler) - Method in class edu.umc.marrow.muscle.GUIMuscleFrontController
 
sessionCreated(MarrowSessionHandler) - Method in class edu.umc.marrow.muscle.MuscleFrontController
Invoked when a new Session is created..
sessionDied(MarrowSessionHandler) - Method in class edu.umc.marrow.muscle.GUIMuscleFrontController
 
sessionDied(MarrowSessionHandler) - Method in class edu.umc.marrow.muscle.MuscleFrontController
Invoked when a MarrowSessionHandler is defunct (disconnected)
sessions - Variable in class edu.umc.marrow.muscle.MuscleFrontController
 
SessionTimeoutException - Exception in edu.umc.marrow.application
 
SessionTimeoutException(String) - Constructor for exception edu.umc.marrow.application.SessionTimeoutException
 
sessionUpdated(MarrowSessionHandler) - Method in class edu.umc.marrow.muscle.GUIMuscleFrontController
 
sessionUpdated(MarrowSessionHandler) - Method in class edu.umc.marrow.muscle.MuscleFrontController
Invoked when session state changes.
setAttribute(String, Object) - Method in class edu.umc.marrow.application.ResponseContext
 
setAttribute(String, Object) - Method in class edu.umc.marrow.application.SessionContext
 
setAttribute(String, Object) - Method in class edu.umc.marrow.muscle.MuscleSessionContext
 
setAttribute(String, Object) - Method in class edu.umc.marrow.servlet.HttpSessionContext
 
setClassName(String) - Method in class edu.umc.marrow.schema.CommandSchema
 
setCommandName(String) - Method in class edu.umc.marrow.schema.CommandSchema
 
setConstraints(ArrayList) - Method in class edu.umc.marrow.schema.ValidatorSchema
 
setErrorMessage(String) - Method in class edu.umc.marrow.application.ResponseContext
 
setFieldName(String) - Method in class edu.umc.marrow.schema.ConstraintSchema
 
setFieldName(String) - Method in class edu.umc.marrow.tag.CheckField
 
setFieldName(String) - Method in class edu.umc.marrow.tag.RequestField
 
setFieldType(String) - Method in class edu.umc.marrow.schema.ConstraintSchema
 
setHostname(String) - Method in class edu.umc.marrow.schema.MuscleHostSchema
 
setInvalidText(String) - Method in class edu.umc.marrow.tag.CheckField
 
setLogicalErrorView(String) - Method in class edu.umc.marrow.schema.AppSchema
Sets the logical error view name.
setLogicalName(String) - Method in class edu.umc.marrow.schema.ViewMappingSchema
 
setLogicalViewName(String) - Method in class edu.umc.marrow.schema.CommandSchema
 
setLogicalViewName(String) - Method in class edu.umc.marrow.schema.ResultMapSchema
 
setName(String) - Method in class edu.umc.marrow.schema.AppSchema
Sets the name of the application
setOption(String, String) - Method in class edu.umc.marrow.application.data.Constraint
Sets the given option name to the given value.
setOptions(HashMap) - Method in class edu.umc.marrow.schema.ConstraintSchema
 
setParameters(HashMap) - Method in class edu.umc.marrow.application.RequestContext
Copy the given map into the parameters of this Request Context.
setPhysicalErrorView(String) - Method in class edu.umc.marrow.schema.FrontSchema
 
setPhysicalName(String) - Method in class edu.umc.marrow.schema.ViewMappingSchema
 
setPort(String) - Method in class edu.umc.marrow.schema.MuscleHostSchema
 
setRemoteName(String) - Method in class edu.umc.marrow.muscle.MuscleSessionContext
 
setResponseType(int) - Method in class edu.umc.marrow.muscle.client.AbstractPeerTransceiver
Tells our client application to use Java Serialized Response contexts instead of transformed object graphs.
setResponseType(int) - Method in class edu.umc.marrow.muscle.MuscleSessionContext
Sets the response type.
setResultState(String) - Method in class edu.umc.marrow.application.ResponseContext
 
setRole(String) - Method in class edu.umc.marrow.tag.UserInRole
 
setSecurityProvider(SecurityProvider) - Method in class edu.umc.marrow.muscle.MuscleFrontController
Allows programmatic setting of the securityProvider implementation.
setServer(String, int) - Method in class edu.umc.marrow.muscle.client.AbstractPeerTransceiver
Sets the IP address and port of the Server Peer we should connect to.
setSessionId(String) - Method in class edu.umc.marrow.muscle.MuscleSessionContext
 
setStackTrace(String) - Method in class edu.umc.marrow.application.ResponseContext
 
setState(String) - Method in class edu.umc.marrow.schema.ResultMapSchema
 
setSuffix(String[]) - Method in class edu.umc.marrow.servlet.HttpRequestContextFactory
Sets the suffixes to parse (post getInstance()).
setType(String) - Method in class edu.umc.marrow.schema.FrontSchema
 
setValidator(ValidatorSchema) - Method in class edu.umc.marrow.schema.CommandSchema
 
setValidText(String) - Method in class edu.umc.marrow.tag.CheckField
 
setVar(String) - Method in class edu.umc.marrow.tag.RequestField
 
setVar(String) - Method in class edu.umc.marrow.tag.UserInRole
 
setViewName(String) - Method in class edu.umc.marrow.application.ResponseContext
 
STACK_TRACE_ATTRIBUTE - Static variable in class edu.umc.marrow.servlet.HttpFrontController
 
StringConstraint - Class in edu.umc.marrow.application.data
Validates that an object is in fact, a String.
StringConstraint() - Constructor for class edu.umc.marrow.application.data.StringConstraint
Creates a new StringConstraint that does NOT allow null, allows Empty, and has No size limits.
SYNC_TOKEN - Static variable in class edu.umc.marrow.application.AbstractApplicationController
 

T

TemplateFilter - Class in edu.umc.marrow.servlet
Provides an abastract base template for creating Filters which can be used in any given strategy.
TemplateFilter() - Constructor for class edu.umc.marrow.servlet.TemplateFilter
 
TestClient - Class in edu.umc.marrow.muscle.client
TestClient demonstrates what is necessary for a Marrow MUSCLE client application.
TokenFactory - Class in edu.umc.marrow.application
 
TokenFactory() - Constructor for class edu.umc.marrow.application.TokenFactory
 
toString() - Method in class edu.umc.marrow.application.InvokerCache.FlushRequest
 
toString() - Method in class edu.umc.marrow.application.RequestContext
Returns a string describing the contents of the RequestContext object.
toString() - Method in exception edu.umc.marrow.application.ValidatorException
 
toString() - Method in class edu.umc.marrow.schema.AppSchema
Returns a tree-formatted textual description of the AppSchema object.
toString() - Method in class edu.umc.marrow.schema.CommandSchema
 
toString() - Method in class edu.umc.marrow.schema.ConstraintSchema
 
toString() - Method in class edu.umc.marrow.schema.FrontSchema
 
toString() - Method in class edu.umc.marrow.schema.MuscleHostSchema
 
toString() - Method in class edu.umc.marrow.schema.ResultMapSchema
 
toString() - Method in class edu.umc.marrow.schema.ValidatorSchema
 
toString() - Method in class edu.umc.marrow.schema.ViewMappingSchema
 

U

update(Object, String, Object[]) - Method in class edu.umc.marrow.application.InvokerCache
Flushes and Invokes the specified objects method in one fell swoop.
USER_CREDENTIALS - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
Constant for User Credentials field
USER_NAME - Static variable in interface edu.umc.marrow.muscle.MuscleConstants
Constant for User Name field
UserInRole - Class in edu.umc.marrow.tag
 
UserInRole() - Constructor for class edu.umc.marrow.tag.UserInRole
 

V

validate(String, Object) - Method in class edu.umc.marrow.application.data.BooleanConstraint
 
validate(String, Object) - Method in class edu.umc.marrow.application.data.Constraint
Called to validate the given fieldName on the given Object.
validate(String, Object) - Method in class edu.umc.marrow.application.data.DateConstraint
 
validate(String, Object) - Method in class edu.umc.marrow.application.data.IntegerConstraint
 
validate(String, Object) - Method in class edu.umc.marrow.application.data.StringConstraint
 
validate(RequestContext) - Method in class edu.umc.marrow.application.data.Validator
Iterates all the fieldNames stored in the constraintMap.
Validator - Class in edu.umc.marrow.application.data
Validator format level validation framework.
Validator(String) - Constructor for class edu.umc.marrow.application.data.Validator
 
VALIDATOR_EXCEPTION_KEY - Static variable in class edu.umc.marrow.application.AbstractApplicationController
 
ValidatorException - Exception in edu.umc.marrow.application
Exception thrown when a validation attempt fails.
ValidatorException(String) - Constructor for exception edu.umc.marrow.application.ValidatorException
Creates a new exception with the given cause, an no field information.
ValidatorException(String, String) - Constructor for exception edu.umc.marrow.application.ValidatorException
Field is the name of the field validation failed on, if available.
validatorMapper - Variable in class edu.umc.marrow.application.AbstractApplicationController
 
ValidatorMapper - Class in edu.umc.marrow.application
Validator Mapper is used to cache instances of Validator objects for Commands.
ValidatorMapper() - Constructor for class edu.umc.marrow.application.ValidatorMapper
 
ValidatorSchema - Class in edu.umc.marrow.schema
 
ValidatorSchema() - Constructor for class edu.umc.marrow.schema.ValidatorSchema
 
ViewMapping - Class in edu.umc.marrow.application
Subclass of HashMap that abstracts the object creation & map population mechanisms.
ViewMapping() - Constructor for class edu.umc.marrow.application.ViewMapping
Constructs the HashMap and populates it with the default information from populate.
viewMapping - Variable in class edu.umc.marrow.servlet.HttpFrontController
 
ViewMappingSchema - Class in edu.umc.marrow.schema
 
ViewMappingSchema(String, String) - Constructor for class edu.umc.marrow.schema.ViewMappingSchema
 

W

writeObject(Object, String) - Method in class edu.umc.marrow.muscle.ObjectTransformer
Writes the given object to the specified fieldName in the target message

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