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

A

AbstractCommandController - Class in org.jsxp.framework.webroot.jsxpframework.components
The Class AbstractCommandController.
AbstractCommandController() - Constructor for class org.jsxp.framework.webroot.jsxpframework.components.AbstractCommandController
 
addDebugMessage(String) - Method in class org.jsxp.framework.Context
Adds the debug message.
addDeveloperWarningMessage(String) - Method in class org.jsxp.framework.Context
Adds a developer warning.
addElement(Element) - Method in class org.jsxp.framework.dom.DefaultElement
 
addElement(Element) - Method in class org.jsxp.framework.dom.ElementDom
 
addElement(Element) - Method in interface org.jsxp.framework.Element
Adds the element.
addElement(Element) - Method in class org.jsxp.framework.ViewController
Adds the element.
addElementProcessor(ElementProcessor) - Method in class org.jsxp.framework.ViewController
Adds an element processor to this view controller.
addElements(Element[]) - Method in class org.jsxp.framework.dom.DefaultElement
 
addElements(Element[]) - Method in class org.jsxp.framework.dom.ElementDom
 
addElements(Element[]) - Method in interface org.jsxp.framework.Element
Adds the elements.
addErrorMessage(String) - Method in class org.jsxp.framework.FlashMessages
Adds the error message.
addFlashErrorMessage(String) - Method in class org.jsxp.framework.Context
Adds the flash message.
addFlashInformationMessage(String) - Method in class org.jsxp.framework.Context
Adds the flash message.
addFlashWarningMessage(String) - Method in class org.jsxp.framework.Context
Adds the flash message.
addInformationMessage(String) - Method in class org.jsxp.framework.FlashMessages
Adds the information message.
addPhaseListener(ViewControllerLifeCycle.LifeCyclePhase, PhaseListener) - Method in class org.jsxp.framework.ViewControllerLifeCycle
Adds the phase listener.
addText(String) - Method in class org.jsxp.framework.dom.DefaultElement
 
addText(String) - Method in class org.jsxp.framework.dom.ElementDom
 
addText(String) - Method in interface org.jsxp.framework.Element
Adds the text.
addValidationError(String, ElementProcessor...) - Method in class org.jsxp.framework.Validator
Adds the validation error.
addWarningMessage(String) - Method in class org.jsxp.framework.FlashMessages
Adds the warning message.
addXmlAsElements(String) - Method in class org.jsxp.framework.dom.DefaultElement
 
addXmlAsElements(String) - Method in class org.jsxp.framework.dom.ElementDom
 
addXmlAsElements(String) - Method in interface org.jsxp.framework.Element
Adds the as elements.
afterPhase(ViewControllerLifeCycle.LifeCyclePhase) - Method in interface org.jsxp.framework.PhaseListener
After phase.
AjaxBehaviour - Class in org.jsxp.framework.elementprocessing.processors
This processor will enable Elements with Ajax behaviour.
AjaxBehaviour(Element, ElementProcessorCommand, String...) - Constructor for class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
Instantiates a new resource handler.
AjaxBehaviour(Element, String...) - Constructor for class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
Instantiates a new resource handler.
AjaxBehaviour(String, Element, ElementProcessorCommand, String...) - Constructor for class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
Instantiates a new resource handler.
AjaxBehaviour(String, Element, String...) - Constructor for class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
Instantiates a new resource handler.
AjaxXhtmlController - Class in org.jsxp.framework.webroot.jsxpframework.components.ajax
Basic view controller to test the framework
AjaxXhtmlController() - Constructor for class org.jsxp.framework.webroot.jsxpframework.components.ajax.AjaxXhtmlController
 
Application - Class in org.jsxp.framework
The Class Application.
Application() - Constructor for class org.jsxp.framework.Application
Instantiates a new application.
ApplicationScope - Annotation Type in org.jsxp.framework.annotations
The Interface ApplicationScope.

B

BaseServlet - Class in org.jsxp.framework
Servlet implementation class BaseServlet.
BaseServlet() - Constructor for class org.jsxp.framework.BaseServlet
The Constructor.
beforePhase(ViewControllerLifeCycle.LifeCyclePhase) - Method in interface org.jsxp.framework.PhaseListener
Before phase.

C

clear() - Method in class org.jsxp.framework.FlashMap
 
clearLists() - Method in class org.jsxp.framework.FlashMessages
Clear lists.
clearRedirect() - Method in class org.jsxp.framework.Context
 
containsKey(Object) - Method in class org.jsxp.framework.FlashMap
 
containsValue(Object) - Method in class org.jsxp.framework.FlashMap
 
containsVariable(String) - Method in class org.jsxp.framework.ViewController
Check if the view contains the variable.
Context - Class in org.jsxp.framework
The Class Context.
Context() - Constructor for class org.jsxp.framework.Context
Instantiates a new context.
contextInitialized(Context) - Method in class org.jsxp.framework.Application
Called by the jsxp framework if the Context was initialized.
copy() - Method in class org.jsxp.framework.dom.DefaultElement
 
copy(String, String) - Method in class org.jsxp.framework.dom.DefaultElement
 
copy(String, String) - Method in class org.jsxp.framework.dom.ElementDom
 
copy() - Method in class org.jsxp.framework.dom.ElementDom
 
copy() - Method in interface org.jsxp.framework.Element
Copy.
copy(String, String) - Method in interface org.jsxp.framework.Element
Copy.
createContext() - Method in class org.jsxp.framework.Application
Creates the context.
createElement() - Method in class org.jsxp.framework.ElementTemplate
Creates the element.
createElement(Object) - Method in class org.jsxp.framework.ElementTemplate
Creates the element.
createProjectStage(String) - Method in class org.jsxp.framework.Application
Create a project stage for a given project stage name.
createUserContext() - Method in class org.jsxp.framework.Application
Creates the user context.

D

DebugMessagesXhtmlController - Class in org.jsxp.framework.webroot.jsxpframework.components
The Class DebugMessagesXhtmlController.
DebugMessagesXhtmlController() - Constructor for class org.jsxp.framework.webroot.jsxpframework.components.DebugMessagesXhtmlController
Instantiates a new debug messages controller.
DefaultElement - Class in org.jsxp.framework.dom
The Class DomElement.
DefaultElement(ViewController, DefaultElement, String, String, String, String, String, String, boolean) - Constructor for class org.jsxp.framework.dom.DefaultElement
Instantiates a new dom element.
delocalizeUriAndInitContextLocale(String) - Method in class org.jsxp.framework.Application
Should set the locale that should be used for this request to the context and return an uri that may be delocalized (e.g.
DeveloperWarningsXhtmlController - Class in org.jsxp.framework.webroot.jsxpframework.components
The Class DeveloperWarningsXhtmlController.
DeveloperWarningsXhtmlController() - Constructor for class org.jsxp.framework.webroot.jsxpframework.components.DeveloperWarningsXhtmlController
Instantiates a new developer warnings xhtml controller.
DIRECT_DELIVERY_ALLOWED_FILE_REGULAR_EXPRESSIONS - Static variable in class org.jsxp.framework.Application
 
DIRECT_DELIVERY_DENIED_FILE_REGULAR_EXPRESSIONS - Static variable in class org.jsxp.framework.Application
 
disable(Element) - Method in class org.jsxp.framework.ElementTemplate
Disable a subelement for the next calls of a createElement-method.
disableOnce(Element) - Method in class org.jsxp.framework.ElementTemplate
Disable a subelement once for the next call of a createElement-method.
DuplicateIdException - Exception in org.jsxp.framework
The Class DuplicateIdException.
DuplicateIdException(String) - Constructor for exception org.jsxp.framework.DuplicateIdException
Instantiates a new duplicate id exception.

E

Element - Annotation Type in org.jsxp.framework.annotations
The Interface Element.
Element - Interface in org.jsxp.framework
The Interface Element.
ElementDom - Class in org.jsxp.framework.dom
The Class DomElement.
ElementDom(ViewController, ElementDom, Node, String, String, String) - Constructor for class org.jsxp.framework.dom.ElementDom
Instantiates a new dom element.
ElementGetter - Annotation Type in org.jsxp.framework.annotations
The Interface ElementGetter.
ElementProcessor - Interface in org.jsxp.framework.elementprocessing
Defines how view resources (for examples used for scripts that are needed by views and have to be included as a link to HTML head) are handled by the jsxp framework.
ElementProcessorCommand - Class in org.jsxp.framework.elementprocessing
Defines how view resources (for examples used for scripts that are needed by views and have to be included as a link to HTML head) are handled by the jsxp framework.
ElementProcessorCommand() - Constructor for class org.jsxp.framework.elementprocessing.ElementProcessorCommand
 
ElementTemplate<ElementType extends Element> - Class in org.jsxp.framework
The Class ElementTemplate.
ElementTemplate(ElementType, Class<? extends Element>, String) - Constructor for class org.jsxp.framework.ElementTemplate
Instantiates a new element template.
enable(Element) - Method in class org.jsxp.framework.ElementTemplate
Enable a subelement that you have disabled earlier.
entrySet() - Method in class org.jsxp.framework.FlashMap
 
ErrorXhtmlController - Class in org.jsxp.framework.webroot.jsxpframework.components
The Class ErrorXhtmlController.
ErrorXhtmlController(int, String, String) - Constructor for class org.jsxp.framework.webroot.jsxpframework.components.ErrorXhtmlController
Instantiates a new error xhtml controller.
exchange(Element) - Method in class org.jsxp.framework.dom.DefaultElement
 
exchange(Element[]) - Method in class org.jsxp.framework.dom.DefaultElement
 
exchange(Element) - Method in class org.jsxp.framework.dom.ElementDom
 
exchange(Element[]) - Method in class org.jsxp.framework.dom.ElementDom
 
exchange(Element) - Method in interface org.jsxp.framework.Element
Exchange.
exchange(Element[]) - Method in interface org.jsxp.framework.Element
Exchange.
execute() - Method in class org.jsxp.framework.ViewController
This method will be called by the jsxp framework in the execution phase.

F

FILE_UPLOAD_ADAPTER - Static variable in class org.jsxp.framework.Application
 
FileUpload - Interface in org.jsxp.framework.fileupload.adapter
Adapter interface for file upload implementations to use for the request input parameter.
findElementById(String) - Method in class org.jsxp.framework.dom.DefaultElement
 
findElementById(String) - Method in class org.jsxp.framework.dom.ElementDom
 
findElementById(String) - Method in interface org.jsxp.framework.Element
Find element by id.
findElementByName(String, String) - Method in class org.jsxp.framework.dom.DefaultElement
 
findElementByName(String, String) - Method in class org.jsxp.framework.dom.ElementDom
 
findElementByName(String, String) - Method in interface org.jsxp.framework.Element
Find element by name.
flash() - Method in class org.jsxp.framework.FlashMap
Flash the map.
FlashMap<K,V> - Class in org.jsxp.framework
The Class FlashMap.
FlashMap() - Constructor for class org.jsxp.framework.FlashMap
Instantiates a new flash map.
FlashMap(Map<K, V>) - Constructor for class org.jsxp.framework.FlashMap
Instantiates a new flash map.
FlashMessages - Class in org.jsxp.framework
The Class FlashMessages.
FlashMessagesXhtmlController - Class in org.jsxp.framework.webroot.jsxpframework.components
The Class FlashMessagesXhtmlController.
FlashMessagesXhtmlController() - Constructor for class org.jsxp.framework.webroot.jsxpframework.components.FlashMessagesXhtmlController
Instantiates a new flash messages xhtml controller.
FlashScope - Annotation Type in org.jsxp.framework.annotations
The Interface FlashScope.

G

GENERATED_CLASS_SUFFIX - Static variable in class org.jsxp.framework.ViewControllerGenerator
The Constant GENERATED_CLASS_SUFFIX.
get(Object) - Method in class org.jsxp.framework.FlashMap
 
getApplication() - Static method in class org.jsxp.framework.Application
Gets the application.
getApplicationAttributes() - Method in class org.jsxp.framework.Scopes
Gets the application attributes.
getApplicationScope() - Method in class org.jsxp.framework.Scopes
Gets the application scope.
getAttribute(String) - Method in class org.jsxp.framework.dom.DefaultElement
 
getAttribute(String, String) - Method in class org.jsxp.framework.dom.DefaultElement
 
getAttribute(String) - Method in class org.jsxp.framework.dom.ElementDom
 
getAttribute(String, String) - Method in class org.jsxp.framework.dom.ElementDom
 
getAttribute(String) - Method in interface org.jsxp.framework.Element
Gets the attribute.
getAttribute(String, String) - Method in interface org.jsxp.framework.Element
Gets the attribute.
getAttributes() - Method in class org.jsxp.framework.dom.DefaultElement
 
getAttributes() - Method in class org.jsxp.framework.dom.ElementDom
 
getAttributes(String) - Method in class org.jsxp.framework.dom.ElementDom
 
getAttributes() - Method in interface org.jsxp.framework.Element
Gets the attributes.
getBackText() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Gets the back text.
getBody() - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
getCallbackFunction() - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
getCharacterEncoding() - Method in class org.jsxp.framework.ViewController
Gets the character encoding from the Application.getDefaultCharacterEncoding().
getCommandId() - Method in class org.jsxp.framework.Context
Gets the command id if this is a command request
getContentType() - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
getContentType() - Method in class org.jsxp.framework.ViewController
Gets the content type from the Application.getDefaultContentType().
getContext() - Static method in class org.jsxp.framework.Context
Gets the context.
getContextPath() - Method in class org.jsxp.framework.Context
Gets the context path.
getCount() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Gets the count.
getCurrentLocale() - Method in class org.jsxp.framework.Context
Gets the current locale.
getCurrentPage() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Gets the current page.
getDebugMessages() - Method in class org.jsxp.framework.Context
Gets the debug messages.
getDefaultApplicationLocale() - Method in class org.jsxp.framework.Application
Gets the default application locale.
getDefaultCharacterEncoding() - Method in class org.jsxp.framework.Application
Gets default the character encoding.
getDefaultContentType() - Method in class org.jsxp.framework.Application
Gets the default content type of the rendered output.
getDelocalizedRequestUri() - Method in class org.jsxp.framework.Context
 
getDeveloperWarnings() - Method in class org.jsxp.framework.Context
Gets the developer warnings.
getDirectDeliveryAllowedList() - Method in class org.jsxp.framework.Application
Gets the direct delivery allowed list.
getDirectDeliveryDeniedList() - Method in class org.jsxp.framework.Application
Gets the direct delivery denied list.
getElement(String) - Method in class org.jsxp.framework.ViewController
Returns the element with the jsxp id.
getElement(String, Class<T>) - Method in class org.jsxp.framework.ViewController
Gets the element with the jsxp id.
getElement(String, int) - Method in class org.jsxp.framework.ViewController
Returns the element with the jsxp id and index (used if elements are inserted via element templating).
getElement(String, String) - Method in class org.jsxp.framework.ViewController
Returns the element with the jsxp id prefix and id
getElement(String, String, int) - Method in class org.jsxp.framework.ViewController
Returns the element with the jsxp id prefix and id and index (used if elements are inserted via element templating).
getElementProcessors() - Method in class org.jsxp.framework.ValidationError
Gets the element processors to process for that error
getElements() - Method in class org.jsxp.framework.dom.DefaultElement
 
getElements() - Method in class org.jsxp.framework.dom.ElementDom
 
getElements() - Method in interface org.jsxp.framework.Element
Gets the elements.
getErrorMessages() - Method in class org.jsxp.framework.FlashMessages
Gets the error messages.
getEvent() - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
getFirstText() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Gets the first text.
getFlashAttributes() - Method in class org.jsxp.framework.Scopes
Gets the flash attributes.
getFlashMessages() - Method in class org.jsxp.framework.Context
Gets the flash messages.
getFlashScope() - Method in class org.jsxp.framework.Scopes
Gets the flash scope.
getGetParameters() - Method in class org.jsxp.framework.ViewAlias
Gets the gets the parameters.
getHttpServletRequest() - Method in class org.jsxp.framework.Context
Gets the http servlet request.
getHttpServletResponse() - Method in class org.jsxp.framework.Context
Gets the http servlet response.
getHttpSession() - Method in class org.jsxp.framework.Context
Gets the http session.
getId() - Method in class org.jsxp.framework.dom.DefaultElement
 
getId() - Method in class org.jsxp.framework.dom.ElementDom
 
getId() - Method in interface org.jsxp.framework.Element
Gets the id.
getIdAttributeName() - Method in class org.jsxp.framework.dom.ViewParserDom
 
getIdAttributeName() - Method in interface org.jsxp.framework.ViewParser
Gets the id attribute name.
getIdNamespace() - Method in class org.jsxp.framework.dom.ViewParserDom
 
getIdNamespace() - Method in interface org.jsxp.framework.ViewParser
Gets the id namespace.
getIdPrefix() - Method in class org.jsxp.framework.dom.DefaultElement
 
getIdPrefix() - Method in class org.jsxp.framework.dom.ElementDom
 
getIdPrefix() - Method in interface org.jsxp.framework.Element
Gets the id prefix.
getIdPrefix() - Method in class org.jsxp.framework.ViewController
Gets the id prefix.
getIdSuffix() - Method in class org.jsxp.framework.dom.DefaultElement
 
getIdSuffix() - Method in class org.jsxp.framework.dom.ElementDom
 
getIdSuffix() - Method in interface org.jsxp.framework.Element
Gets the id suffix.
getInfoMessages() - Method in class org.jsxp.framework.FlashMessages
Gets the info messages.
getInputParameterBean() - Method in class org.jsxp.framework.ViewController
Gets an instance of the input parameter bean.
getInputParameterBean() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
 
getLastElement() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Gets the last element.
getLastText() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Gets the last text.
getLastView() - Method in class org.jsxp.framework.Context
Gets the last view.
getLifeCycle() - Method in class org.jsxp.framework.ViewController
Gets the life cycle.
getLifeCyclePhase() - Method in class org.jsxp.framework.ViewControllerLifeCycle
Gets the life cycle phase.
getLocalizedRequestUri() - Method in class org.jsxp.framework.Context
 
getMaxWaitingTimeMS() - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
getMessage() - Method in class org.jsxp.framework.ValidationError
Gets the message.
getMessages() - Method in class org.jsxp.framework.webroot.jsxpframework.components.MessagesXhtmlController
Gets the messages.
getMethod() - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
getName() - Method in class org.jsxp.framework.dom.DefaultElement
 
getName() - Method in class org.jsxp.framework.dom.ElementDom
 
getName() - Method in interface org.jsxp.framework.Element
Gets the name.
getName() - Method in class org.jsxp.framework.ProjectStage
Gets the name.
getNamespaceURI() - Method in class org.jsxp.framework.dom.DefaultElement
 
getNamespaceURI() - Method in class org.jsxp.framework.dom.ElementDom
 
getNamespaceURI() - Method in interface org.jsxp.framework.Element
Gets the namespace uri.
getNextText() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Gets the next text.
getNode(Node, String) - Static method in class org.jsxp.framework.dom.XMLProcessing
Gets the node.
getNodes(Document, String) - Static method in class org.jsxp.framework.dom.XMLProcessing
Gets the nodes.
getPage() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController.InputParams
Gets the page.
getPageSize() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Gets the page size.
getParameter(String, String) - Method in class org.jsxp.framework.Application
Gets the parameter.
getParent() - Method in class org.jsxp.framework.dom.DefaultElement
 
getParent() - Method in class org.jsxp.framework.dom.ElementDom
 
getParent() - Method in interface org.jsxp.framework.Element
Gets the parent.
getParent() - Method in class org.jsxp.framework.ViewController
Gets the parent ViewController, e.g.
getPreferredUserLocale() - Method in class org.jsxp.framework.UserContext
Gets the preferred user locale (from the request).
getPreferredUserLocales() - Method in class org.jsxp.framework.UserContext
Gets the preferred user locales.
getPreviousInputParameterBean() - Method in class org.jsxp.framework.ViewController
Gets an instance of the previous input parameter bean.
getProjectStage() - Method in class org.jsxp.framework.Application
Gets the current project stage.
getQuery() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Gets the query.
getRealElement() - Method in interface org.jsxp.framework.internal.ProxyElement
Gets the real element.
getRedirectViewController() - Method in class org.jsxp.framework.Context
Gets the redirect view control if context was set for redirect.
getRemoveIds() - Method in class org.jsxp.framework.Context
Gets the removed IDs.
getRequestAttributes() - Method in class org.jsxp.framework.Scopes
Gets the request attributes.
getRequestInputParameter() - Method in class org.jsxp.framework.Context
Gets the request input parameter.
getRequestLocale() - Method in class org.jsxp.framework.Context
Gets the request locale.
getRequestScope() - Method in class org.jsxp.framework.Scopes
Gets the request scope.
getResourceInputStream(String, Object) - Method in class org.jsxp.framework.Application
 
getResourceInputStream(String, Object) - Method in interface org.jsxp.framework.resources.ResourceResolver
Gets the resource input stream.
getResourceInputStream(String, Object) - Method in class org.jsxp.framework.resources.ViewResourceResolver
 
getResourceModifiedTimeStamp(String, Object) - Method in class org.jsxp.framework.Application
 
getResourceModifiedTimeStamp(String, Object) - Method in interface org.jsxp.framework.resources.ResourceResolver
Gets the resource modified time stamp.
getResourceModifiedTimeStamp(String, Object) - Method in class org.jsxp.framework.resources.ViewResourceResolver
 
getRootElement() - Method in class org.jsxp.framework.ViewController
Gets the root element.
getSavedPreviousInput() - Method in class org.jsxp.framework.Context
 
getScopes() - Method in class org.jsxp.framework.Context
Gets the scopes.
getServlet() - Method in class org.jsxp.framework.Context
Gets the servlet.
getServletConfig() - Method in class org.jsxp.framework.Context
Gets the servlet config.
getServletContext() - Method in class org.jsxp.framework.Context
Gets the servlet context.
getSessionAttributes() - Method in class org.jsxp.framework.Scopes
Gets the session attributes.
getSessionScope() - Method in class org.jsxp.framework.Scopes
Gets the session scope.
getSessionTimeout() - Method in class org.jsxp.framework.Application
Override to specify another session timeout duration
getSourceViewController() - Method in class org.jsxp.framework.dom.DefaultElement
 
getSourceViewController() - Method in class org.jsxp.framework.dom.ElementDom
 
getSourceViewController() - Method in interface org.jsxp.framework.Element
Gets the source view controller.
getStartElement() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Gets the start element.
getStatusCode() - Method in class org.jsxp.framework.ViewController
Gets the status code.
getStatusCode() - Method in class org.jsxp.framework.webroot.jsxpframework.components.ErrorXhtmlController
 
getStatusCode() - Method in class org.jsxp.framework.webroot.jsxpframework.components.RedirectViewXhtmlController
 
getSupportedApplicationLocales() - Method in class org.jsxp.framework.Application
Gets the supported application locales.
getTemplate() - Method in class org.jsxp.framework.Application
Gets the application template.
getTemplatedView() - Method in class org.jsxp.framework.ViewController
Gets the templated view if this view controller is use as a template.
getTemplateElements() - Method in class org.jsxp.framework.ViewController
Gets the template elements.
getUpdateIds() - Method in class org.jsxp.framework.Context
Gets the update ids.
getUpdateIds() - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
getUri() - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
getUserContext() - Method in class org.jsxp.framework.Context
Gets the current user context.
getValidator() - Method in class org.jsxp.framework.ViewController
Gets the validator that you can use in the view controller..
getValue() - Method in class org.jsxp.framework.dom.DefaultElement
 
getValue() - Method in class org.jsxp.framework.dom.ElementDom
 
getValue() - Method in interface org.jsxp.framework.Element
Gets the value.
getValueForVariable(String) - Method in class org.jsxp.framework.ViewController
Gets the value for a view variable.
getVariables() - Method in class org.jsxp.framework.ViewController
Gets the variables as key/value map.
getVariableValue(String) - Method in class org.jsxp.framework.dom.DefaultElement
 
getVariableValue(String) - Method in class org.jsxp.framework.dom.ElementDom
 
getVariableValue(String) - Method in interface org.jsxp.framework.internal.InternalElement
Gets the variable value.
getViewAliasFor(String, String, Map<String, Object[]>) - Method in class org.jsxp.framework.Application
Gets the ViewAlias alias for the current call.
getViewAttributes() - Method in class org.jsxp.framework.Scopes
Gets the view attributes.
getViewController(String) - Method in class org.jsxp.framework.Application
Gets the view control for an uri.
getViewController() - Method in class org.jsxp.framework.ViewAlias
Gets the view control.
getViewControllerBasePackages() - Method in class org.jsxp.framework.Application
These returns the packages where the framework looks for die ViewController classes.
getViewFilename() - Method in class org.jsxp.framework.ViewAlias
Gets the view filename
getViewFilename() - Method in class org.jsxp.framework.ViewController
Gets the view filename.
getViewForbiddenViewController() - Method in class org.jsxp.framework.Application
Gets the view forbidden view control.
getViewNotFoundViewController() - Method in class org.jsxp.framework.Application
Gets the view not found view control.
getViewParser() - Method in class org.jsxp.framework.Application
Gets the factory for the process of view design files.
getViewScope() - Method in class org.jsxp.framework.Scopes
Gets the view scope.
getViewTemplate() - Method in class org.jsxp.framework.ViewController
Gets the view template.
getWarningMessages() - Method in class org.jsxp.framework.FlashMessages
Gets the warning messages.

H

handleExecutingException(Exception, ViewController) - Method in class org.jsxp.framework.Application
Throws the given exception encapsulated in a runtime exception per default.
handleExecutingException(Exception, ViewController) - Method in class org.jsxp.framework.ViewController
Throws the given exception encapsulated in a runtime exception per default.
handleExecutingException(Exception, ViewController) - Method in interface org.jsxp.framework.ViewControllerLifeCycleExceptionHandler
Handle executing exception.
handleInitException(Exception, ViewController) - Method in class org.jsxp.framework.Application
Throws the given exception encapsulated in a runtime exception per default.
handleInitException(Exception, ViewController) - Method in class org.jsxp.framework.ViewController
Throws the given exception encapsulated in a runtime exception per default.
handleInitException(Exception, ViewController) - Method in interface org.jsxp.framework.ViewControllerLifeCycleExceptionHandler
If the an exception is thrown in initializing phase in the ViewController.init() method this method is called.
handleInputProcessingException(Exception, ViewController) - Method in class org.jsxp.framework.Application
Throws the given exception encapsulated in a runtime exception per default.
handleInputProcessingException(Exception, ViewController) - Method in class org.jsxp.framework.ViewController
Throws the given exception encapsulated in a runtime exception per default.
handleInputProcessingException(Exception, ViewController) - Method in interface org.jsxp.framework.ViewControllerLifeCycleExceptionHandler
Handle input processing exception.
handlePreparingException(Exception, ViewController) - Method in class org.jsxp.framework.Application
Throws the given exception encapsulated in a runtime exception per default.
handlePreparingException(Exception, ViewController) - Method in class org.jsxp.framework.ViewController
Throws the given exception encapsulated in a runtime exception per default.
handlePreparingException(Exception, ViewController) - Method in interface org.jsxp.framework.ViewControllerLifeCycleExceptionHandler
Handle preparing exception.
handleRenderingException(Exception, ViewController) - Method in class org.jsxp.framework.Application
Throws the given exception encapsulated in a runtime exception per default.
handleRenderingException(Exception, ViewController) - Method in class org.jsxp.framework.ViewController
Throws the given exception encapsulated in a runtime exception per default.
handleRenderingException(Exception, ViewController) - Method in interface org.jsxp.framework.ViewControllerLifeCycleExceptionHandler
Handle rendering exception.
handleTemplatingException(Exception, ViewController) - Method in class org.jsxp.framework.Application
Throws the given exception encapsulated in a runtime exception per default.
handleTemplatingException(Exception, ViewController) - Method in class org.jsxp.framework.ViewController
Throws the given exception encapsulated in a runtime exception per default.
handleTemplatingException(Exception, ViewController) - Method in interface org.jsxp.framework.ViewControllerLifeCycleExceptionHandler
Handle templating exception.
handleValidatingException(Exception, ViewController) - Method in class org.jsxp.framework.Application
Throws the given exception encapsulated in a runtime exception per default.
handleValidatingException(Exception, ViewController) - Method in class org.jsxp.framework.ViewController
Throws the given exception encapsulated in a runtime exception per default.
handleValidatingException(Exception, ViewController) - Method in interface org.jsxp.framework.ViewControllerLifeCycleExceptionHandler
Handle validating exception.
hasAttribute(String) - Method in class org.jsxp.framework.dom.DefaultElement
 
hasAttribute(String, String) - Method in class org.jsxp.framework.dom.DefaultElement
 
hasAttribute(String, String) - Method in class org.jsxp.framework.dom.ElementDom
 
hasAttribute(String) - Method in class org.jsxp.framework.dom.ElementDom
 
hasAttribute(String) - Method in interface org.jsxp.framework.Element
Checks for attribute.
hasAttribute(String, String) - Method in interface org.jsxp.framework.Element
Checks for attribute.
hasErrors() - Method in class org.jsxp.framework.Validator
Checks for errors.
HeadLink - Class in org.jsxp.framework.elementprocessing.processors
This processor renders a resource that a view controller uses as a link in the HTML-head.
HeadLink(Element, String) - Constructor for class org.jsxp.framework.elementprocessing.processors.HeadLink
Instantiates a new resource handler.

I

idElements - Variable in class org.jsxp.framework.ViewController
 
importView(T) - Method in class org.jsxp.framework.ViewController
Import view.
importView(T, String, boolean, String) - Method in class org.jsxp.framework.ViewController
Import view.
init() - Method in class org.jsxp.framework.BaseServlet
 
init() - Method in class org.jsxp.framework.ViewController
This method will be called by the jsxp framework in the initializing phase.
init() - Method in class org.jsxp.framework.webroot.jsxpframework.components.ajax.AjaxXhtmlController
 
init() - Method in class org.jsxp.framework.webroot.jsxpframework.components.ErrorXhtmlController
 
init() - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
 
init() - Method in class org.jsxp.framework.webroot.jsxpframework.components.RedirectViewXhtmlController
 
init() - Method in class org.jsxp.framework.webroot.jsxpframework.components.ScopesMessagesXhtmlController
 
initialize() - Method in class org.jsxp.framework.Application
Initializer.
initInputParameter() - Method in class org.jsxp.framework.Application
Process input parameter.
InternalElement - Interface in org.jsxp.framework.internal
Used only internally by the jsxp framework to mark and process elements and their variables.
isAllowedToViewPage(ViewController, String) - Method in class org.jsxp.framework.Application
Checks if is allowed to view page.
isAllowedToViewPage(ViewController, String) - Method in class org.jsxp.framework.UserContext
Checks if is allowed to view page.
isApplicationTemplateEnabled() - Method in class org.jsxp.framework.ViewController
Configures if application template is enabled.
isCommandRequest() - Method in class org.jsxp.framework.Context
 
isDirectDeliveryAllowed(String) - Method in class org.jsxp.framework.Application
Checks if direct delivery is allowed.
isEmpty() - Method in class org.jsxp.framework.FlashMap
 
isEmpty() - Method in class org.jsxp.framework.FlashMessages
Checks if is empty.
isFileUploadSupported(HttpServletRequest) - Method in interface org.jsxp.framework.fileupload.adapter.FileUpload
Checks wether file upload is supported for that request or not.
isPartialRequest() - Method in class org.jsxp.framework.Context
 
isPreviousInputSaved() - Method in class org.jsxp.framework.Context
 
isRedirect() - Method in class org.jsxp.framework.Context
 
isSkipExecution() - Method in class org.jsxp.framework.ViewController
Checks if is skip execution.
isText() - Method in class org.jsxp.framework.dom.DefaultElement
 
isText() - Method in class org.jsxp.framework.dom.ElementDom
 
isText() - Method in interface org.jsxp.framework.Element
Checks if is text.
isUsedAsImportedView() - Method in class org.jsxp.framework.ViewController
Checks if is used as imported view.
isUsedAsTemplate() - Method in class org.jsxp.framework.ViewController
Checks if is used as template.

J

JSXP_ELEMENT_ID_FIELD_NAME - Static variable in class org.jsxp.framework.ViewControllerGenerator
The Constant JSXP_ELEMENT_ID_FIELD_NAME.

K

keySet() - Method in class org.jsxp.framework.FlashMap
 

L

lifeCycleStartsForViewController(ViewController) - Method in class org.jsxp.framework.Application
Called by the jsxp framework each time a view controller is added to the life cycle manager.
localizeUri(String) - Method in class org.jsxp.framework.Application
Override to change translation behaviour.

M

main(String[]) - Static method in class org.jsxp.framework.ViewControllerGenerator
The main method.
MarkInvalid - Class in org.jsxp.framework.elementprocessing.processors
This processor will mark an element as invalid by enabling a red border around it and setting a message as a title.
MarkInvalid(Element, String) - Constructor for class org.jsxp.framework.elementprocessing.processors.MarkInvalid
Instantiates a new resource handler.
MarkInvalid(String, int, String) - Constructor for class org.jsxp.framework.elementprocessing.processors.MarkInvalid
Instantiates a new resource handler.
MarkInvalid(String, String) - Constructor for class org.jsxp.framework.elementprocessing.processors.MarkInvalid
Instantiates a new resource handler.
MarkInvalid(String, String, int, String) - Constructor for class org.jsxp.framework.elementprocessing.processors.MarkInvalid
Instantiates a new resource handler.
MarkInvalid(String, String, String) - Constructor for class org.jsxp.framework.elementprocessing.processors.MarkInvalid
Instantiates a new resource handler.
MessagesXhtmlController - Class in org.jsxp.framework.webroot.jsxpframework.components
The Class MessagesXhtmlController.
MessagesXhtmlController() - Constructor for class org.jsxp.framework.webroot.jsxpframework.components.MessagesXhtmlController
Instantiates a new messages xhtml controller.

N

needToSaveScopesToSession() - Method in class org.jsxp.framework.ViewController
Need to save scopes to session.

O

org.jsxp.framework - package org.jsxp.framework
 
org.jsxp.framework.annotations - package org.jsxp.framework.annotations
 
org.jsxp.framework.dom - package org.jsxp.framework.dom
 
org.jsxp.framework.dom.adapter - package org.jsxp.framework.dom.adapter
 
org.jsxp.framework.elementprocessing - package org.jsxp.framework.elementprocessing
 
org.jsxp.framework.elementprocessing.processors - package org.jsxp.framework.elementprocessing.processors
 
org.jsxp.framework.fileupload.adapter - package org.jsxp.framework.fileupload.adapter
 
org.jsxp.framework.internal - package org.jsxp.framework.internal
 
org.jsxp.framework.resources - package org.jsxp.framework.resources
 
org.jsxp.framework.webroot.jsxpframework.components - package org.jsxp.framework.webroot.jsxpframework.components
 
org.jsxp.framework.webroot.jsxpframework.components.ajax - package org.jsxp.framework.webroot.jsxpframework.components.ajax
 

P

PagerXhtmlController - Class in org.jsxp.framework.webroot.jsxpframework.components
The Class PagerXhtmlController.
PagerXhtmlController() - Constructor for class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
 
PagerXhtmlController.InputParams - Class in org.jsxp.framework.webroot.jsxpframework.components
The Class InputParams.
PagerXhtmlController.InputParams() - Constructor for class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController.InputParams
 
parseDocument(InputStream) - Static method in class org.jsxp.framework.dom.XMLProcessing
Parses the document.
parseUploadRequest(HttpServletRequest) - Method in interface org.jsxp.framework.fileupload.adapter.FileUpload
Parses an upload request and returns an map with the different uploads (for multiple uploads) ordered by key (form property name) and corresponding object (type depends on implementation).
PhaseListener - Interface in org.jsxp.framework
The listener interface for receiving phase events.
PREVIOUS_INPUT_PARAMETERS - Static variable in class org.jsxp.framework.Context
The Constant PREVIOUS_INPUT_PARAMETERS.
printFile(String) - Static method in class org.jsxp.framework.dom.XMLProcessing
Prints the file.
process(ViewController) - Method in interface org.jsxp.framework.elementprocessing.ElementProcessor
Process elements in the rendering view controller.
process() - Method in class org.jsxp.framework.elementprocessing.ElementProcessorCommand
Process method
process(ViewController) - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
process(ViewController) - Method in class org.jsxp.framework.elementprocessing.processors.HeadLink
 
process(ViewController) - Method in class org.jsxp.framework.elementprocessing.processors.MarkInvalid
 
process(ViewController) - Method in class org.jsxp.framework.elementprocessing.processors.RelativeUri
 
process(ViewController) - Method in class org.jsxp.framework.elementprocessing.processors.ResourceBundleValue
 
PROJECT_STAGE_NAME - Static variable in class org.jsxp.framework.Application
 
ProjectStage - Class in org.jsxp.framework
The default ProjectStage class.
ProjectStage(String) - Constructor for class org.jsxp.framework.ProjectStage
Instantiates a new project stage.
ProxyElement - Interface in org.jsxp.framework.internal
The Interface ProxyElement.
put(K, V) - Method in class org.jsxp.framework.FlashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.jsxp.framework.FlashMap
 

R

read(InputStream) - Method in class org.jsxp.framework.dom.adapter.XMLTransformer
 
read(String, ResourceResolver, Object, String, Map<String, InternalElement>, InternalElement, ViewController) - Method in class org.jsxp.framework.dom.ViewParserDom
 
read(String, ResourceResolver, Object, String, Map<String, InternalElement>, InternalElement, ViewController) - Method in interface org.jsxp.framework.ViewParser
Parses the element.
redirect(String, boolean, Map<String, Object[]>) - Method in class org.jsxp.framework.Context
Marks the request for redirect to another url.
redirect(ViewAlias, boolean) - Method in class org.jsxp.framework.Context
Marks the request for redirect to a view alias target.
redirect(ViewController, boolean, Map<String, Object[]>) - Method in class org.jsxp.framework.Context
Marks the request for redirect to another view.
RedirectViewXhtmlController - Class in org.jsxp.framework.webroot.jsxpframework.components
The Class RedirectViewXhtmlController.
RedirectViewXhtmlController(String, String, Map<String, Object[]>, boolean) - Constructor for class org.jsxp.framework.webroot.jsxpframework.components.RedirectViewXhtmlController
Instantiates a new redirect view xhtml controller.
RelativeUri - Class in org.jsxp.framework.elementprocessing.processors
Implementation for ResourceBundleValue for web environments.
RelativeUri(Element, String) - Constructor for class org.jsxp.framework.elementprocessing.processors.RelativeUri
Instantiates a new resource handler.
remove() - Method in class org.jsxp.framework.dom.DefaultElement
 
remove() - Method in class org.jsxp.framework.dom.ElementDom
 
remove() - Method in interface org.jsxp.framework.Element
Removes the.
remove(Object) - Method in class org.jsxp.framework.FlashMap
 
removeAttribute(String) - Method in class org.jsxp.framework.dom.DefaultElement
 
removeAttribute(String, String) - Method in class org.jsxp.framework.dom.DefaultElement
 
removeAttribute(String) - Method in class org.jsxp.framework.dom.ElementDom
 
removeAttribute(String, String) - Method in class org.jsxp.framework.dom.ElementDom
 
removeAttribute(String) - Method in interface org.jsxp.framework.Element
Removes the attribute.
removeAttribute(String, String) - Method in interface org.jsxp.framework.Element
Removes the attribute.
removeElement(Element) - Method in class org.jsxp.framework.dom.DefaultElement
 
removeElement(Element) - Method in class org.jsxp.framework.dom.ElementDom
 
removeElement(Element) - Method in interface org.jsxp.framework.Element
Removes the element.
removeElements() - Method in class org.jsxp.framework.dom.DefaultElement
 
removeElements() - Method in class org.jsxp.framework.dom.ElementDom
 
removeElements() - Method in interface org.jsxp.framework.Element
Removes the elements.
removePhaseListener(ViewControllerLifeCycle.LifeCyclePhase, PhaseListener) - Method in class org.jsxp.framework.ViewControllerLifeCycle
Removes the phase listener.
renew() - Method in class org.jsxp.framework.FlashMap
Renew all entries to survive the next flash.
renew(K) - Method in class org.jsxp.framework.FlashMap
Renew an entry to survive the next flash.
renewCommand() - Method in class org.jsxp.framework.elementprocessing.ElementProcessorCommand
put the command again in the user session, so it is available for another call
renewFlashAttributes() - Method in class org.jsxp.framework.Scopes
Renew flash attributes.
renewFlashScope(K) - Method in class org.jsxp.framework.Scopes
Renew flash scope.
replaceVariableValue(String, String) - Method in class org.jsxp.framework.ViewController
Replace variable value.
RequestScope - Annotation Type in org.jsxp.framework.annotations
The Interface RequestScope.
resolveViewController(String, boolean) - Method in class org.jsxp.framework.Application
resolves a view control.
ResourceBundleValue - Class in org.jsxp.framework.elementprocessing.processors
Defines how resource are handled by the jsxp framework.
ResourceBundleValue(Element, String) - Constructor for class org.jsxp.framework.elementprocessing.processors.ResourceBundleValue
Instantiates a new resource handler.
ResourceBundleValue(Element, String, String) - Constructor for class org.jsxp.framework.elementprocessing.processors.ResourceBundleValue
Instantiates a new resource handler.
ResourceResolver - Interface in org.jsxp.framework.resources
The Interface ResourceResolver.
RESTORE_PREVIOUS_INPUT - Static variable in class org.jsxp.framework.Context
The Constant RESTORE_PREVIOUS_INPUT.

S

saveInputToRestoreLater() - Method in class org.jsxp.framework.Context
Activate/deactivate the restoration of the previous input in the next request.
Scopes<K,V> - Class in org.jsxp.framework
The Class Scopes.
ScopesMessagesXhtmlController - Class in org.jsxp.framework.webroot.jsxpframework.components
The Class ScopesMessagesXhtmlController.
ScopesMessagesXhtmlController() - Constructor for class org.jsxp.framework.webroot.jsxpframework.components.ScopesMessagesXhtmlController
Instantiates a new scopes messages xhtml controller.
serialVersionUID - Static variable in class org.jsxp.framework.elementprocessing.ElementProcessorCommand
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jsxp.framework.BaseServlet
 
sessionRestored(Map<String, Object>) - Method in class org.jsxp.framework.Application
Called by the jsxp framework if a Session was restored.
SessionScope - Annotation Type in org.jsxp.framework.annotations
The Interface SessionScope.
setApplicationTemplateEnabled(boolean) - Method in class org.jsxp.framework.ViewController
 
setAttribute(String, String) - Method in class org.jsxp.framework.dom.DefaultElement
 
setAttribute(String, String, String) - Method in class org.jsxp.framework.dom.DefaultElement
 
setAttribute(String, String, String) - Method in class org.jsxp.framework.dom.ElementDom
 
setAttribute(String, String) - Method in class org.jsxp.framework.dom.ElementDom
 
setAttribute(String, String) - Method in interface org.jsxp.framework.Element
Sets the attribute.
setAttribute(String, String, String) - Method in interface org.jsxp.framework.Element
Sets the attribute.
setBackText(String) - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Sets the back text.
setBody(String) - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
setCallbackFunction(String) - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
setContentType(String) - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
setCount(int) - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Sets the count.
setDelocalizedRequestUri(String) - Method in class org.jsxp.framework.Context
 
setElementProcessors(ElementProcessor...) - Method in class org.jsxp.framework.ValidationError
Sets the element processors to process for that error
setEvent(String) - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
setFirstText(String) - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Sets the first text.
setIdAttributeName(String) - Method in class org.jsxp.framework.dom.ViewParserDom
 
setIdAttributeName(String) - Method in interface org.jsxp.framework.ViewParser
Sets the id attribute name.
setIdNamespace(String) - Method in class org.jsxp.framework.dom.ViewParserDom
 
setIdNamespace(String) - Method in interface org.jsxp.framework.ViewParser
Sets the id namespace.
setLastText(String) - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Sets the last text.
setLocalizedRequestUri(String) - Method in class org.jsxp.framework.Context
 
setMaxWaitingTimeMS(int) - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
setMessage(String) - Method in class org.jsxp.framework.ValidationError
Sets the message.
setMessages(List<String>) - Method in class org.jsxp.framework.webroot.jsxpframework.components.MessagesXhtmlController
Sets the messages.
setMethod(String) - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
setNeedToSaveScopesToSession(boolean) - Method in class org.jsxp.framework.ViewController
Sets the need to save scopes to session.
setNextText(String) - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Sets the next text.
setPage(String) - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController.InputParams
Sets the page.
setPageSize(int) - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Sets the page size.
setQuery(String) - Method in class org.jsxp.framework.webroot.jsxpframework.components.PagerXhtmlController
Sets the query.
setUpdateIds(String[]) - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
setUri(String) - Method in class org.jsxp.framework.elementprocessing.processors.AjaxBehaviour
 
setValue(String) - Method in class org.jsxp.framework.dom.DefaultElement
 
setValue(String) - Method in class org.jsxp.framework.dom.ElementDom
 
setValue(String) - Method in interface org.jsxp.framework.Element
Sets the value.
setValues(String[]) - Method in class org.jsxp.framework.dom.DefaultElement
 
setValues(String[]) - Method in class org.jsxp.framework.dom.ElementDom
 
setValues(String[]) - Method in interface org.jsxp.framework.Element
Sets the values.
setVariable(String, String) - Method in class org.jsxp.framework.dom.DefaultElement
 
setVariable(String, String) - Method in class org.jsxp.framework.dom.ElementDom
 
setVariable(String, String) - Method in interface org.jsxp.framework.Element
Sets the variable.
setVariable(String, String) - Method in class org.jsxp.framework.ViewController
Sets the variable.
setVariablesWithBean(Object) - Method in class org.jsxp.framework.dom.DefaultElement
 
setVariablesWithBean(Object) - Method in class org.jsxp.framework.dom.ElementDom
 
setVariablesWithBean(Object) - Method in interface org.jsxp.framework.Element
Fill variables.
setViewTemplate(ViewController) - Method in class org.jsxp.framework.ViewController
Sets the view template.
size() - Method in class org.jsxp.framework.FlashMap
 
skipExecution() - Method in class org.jsxp.framework.ViewController
Skip execution.
substituteVariables() - Method in class org.jsxp.framework.dom.DefaultElement
 
substituteVariables() - Method in class org.jsxp.framework.dom.ElementDom
 
substituteVariables() - Method in interface org.jsxp.framework.internal.InternalElement
Substitute variables.
SUPPORTED_LOCALES - Static variable in class org.jsxp.framework.Application
 

T

toString() - Method in class org.jsxp.framework.FlashMap
 

U

useDebugMessagesViewController() - Method in class org.jsxp.framework.ProjectStage
Use debug messages view control.
useDeveloperWarningsViewController() - Method in class org.jsxp.framework.ProjectStage
Use developer warnings view control.
UserContext - Class in org.jsxp.framework
The Class UserContext.
UserContext() - Constructor for class org.jsxp.framework.UserContext
Instantiates a new user context.
useScopeMessagesViewController() - Method in class org.jsxp.framework.ProjectStage
Use scope messages view control.

V

validate(Document) - Static method in class org.jsxp.framework.dom.XMLProcessing
Validate.
validate(boolean, String, ElementProcessor...) - Method in class org.jsxp.framework.Validator
Validates a condition and add an validation error in one step
validate() - Method in class org.jsxp.framework.ViewController
This method will be called by the jsxp framework in the validation lifecycle phase.
VALIDATION_ERROR_LIST - Static variable in class org.jsxp.framework.Validator
The Constant VALIDATION_ERROR_LIST.
ValidationError - Class in org.jsxp.framework
The Class ValidationError.
ValidationError(String, ElementProcessor...) - Constructor for class org.jsxp.framework.ValidationError
Instantiates a new validation error.
Validator - Class in org.jsxp.framework
The Class Validator.
Validator(ViewController) - Constructor for class org.jsxp.framework.Validator
Instantiates a new validator.
valueOf(String) - Static method in enum org.jsxp.framework.ViewControllerLifeCycle.LifeCyclePhase
Returns the enum constant of this type with the specified name.
values() - Method in class org.jsxp.framework.FlashMap
 
values() - Static method in enum org.jsxp.framework.ViewControllerLifeCycle.LifeCyclePhase
Returns an array containing the constants of this enum type, in the order they are declared.
VariableSetter - Annotation Type in org.jsxp.framework.annotations
The Interface VariableSetter.
VIEW_CONTROL_BASE_PACKAGE - Static variable in class org.jsxp.framework.Application
 
ViewAlias - Class in org.jsxp.framework
The Class ViewAlias.
ViewAlias(String, Map<String, Object[]>) - Constructor for class org.jsxp.framework.ViewAlias
Instantiates a new view alias.
ViewAlias(ViewController, Map<String, Object[]>) - Constructor for class org.jsxp.framework.ViewAlias
Instantiates a new view alias.
ViewController - Class in org.jsxp.framework
The Class ViewController.
ViewController(String) - Constructor for class org.jsxp.framework.ViewController
Instantiates a new view controller.
ViewControllerGenerator - Class in org.jsxp.framework
This generator will parse and process the view design files and generate corresponding ViewController classes.
ViewControllerGenerator() - Constructor for class org.jsxp.framework.ViewControllerGenerator
 
ViewControllerLifeCycle - Class in org.jsxp.framework
The Class ViewControllerLifeCycle.
ViewControllerLifeCycle.LifeCyclePhase - Enum in org.jsxp.framework
The Enum LifeCyclePhase.
ViewControllerLifeCycleExceptionHandler - Interface in org.jsxp.framework
 
ViewControllerLifeCycleManager - Class in org.jsxp.framework
The Class ViewControllerLifeCycleManager.
ViewParser - Interface in org.jsxp.framework
The Interface ViewParser that defines a parser for a view.
ViewParserDom - Class in org.jsxp.framework.dom
Default implementation of ViewParser.
ViewParserDom() - Constructor for class org.jsxp.framework.dom.ViewParserDom
Instantiates a new dom parser.
ViewResourceResolver - Class in org.jsxp.framework.resources
A view resource resolver that just gets a view resource from an input stream.
ViewResourceResolver(long, InputStream) - Constructor for class org.jsxp.framework.resources.ViewResourceResolver
Instantiates a new view resolver that just gets a view resource from an input stream.
ViewScope - Annotation Type in org.jsxp.framework.annotations
The Interface ViewScope.

W

write(Node, OutputStream, String) - Method in class org.jsxp.framework.dom.adapter.XMLTransformer
 
write(InternalElement, OutputStream, String) - Method in class org.jsxp.framework.dom.ViewParserDom
 
write(InternalElement, OutputStream, String) - Method in interface org.jsxp.framework.ViewParser
Render the element hierarchy to the output stream

X

XMLProcessing - Class in org.jsxp.framework.dom
The Class XMLProcessing.
XMLProcessing() - Constructor for class org.jsxp.framework.dom.XMLProcessing
Instantiates a new xML processing.
XMLTransformer - Class in org.jsxp.framework.dom.adapter
 
XMLTransformer() - Constructor for class org.jsxp.framework.dom.adapter.XMLTransformer
 

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

Copyright © 2012 Oliver Szymanski & David Tanzer