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

A

ActiveTransactionRegistry - Enum in org.openrdf.http.server.repository.transaction
Registry keeping track of active transactions identified by a UUID and the RepositoryConnection that corresponds to the given transaction.
addGroup(Group) - Method in class info.aduna.webapp.navigation.Group
Add a group to this group.
addModel(NavigationModel) - Method in class info.aduna.webapp.navigation.NavigationModel
Add another NavigationModel to this one.
addParameter(String) - Method in class info.aduna.webapp.util.HeaderElement
 
addParameter(String, String) - Method in class info.aduna.webapp.util.HeaderElement
 
addParameter(Parameter) - Method in class info.aduna.webapp.util.HeaderElement
 
addView(View) - Method in class info.aduna.webapp.navigation.Group
Add a view to this group.
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class info.aduna.webapp.CommonValuesHandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class info.aduna.webapp.MessageHandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class info.aduna.webapp.navigation.NavigationHandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.openrdf.http.server.ServerInterceptor
 
ATTRIBUTE_KEY - Static variable in class info.aduna.webapp.Message
 

B

BooleanQueryResultView - Class in org.openrdf.http.server.repository
View used to render boolean query results.

C

CACHE_TIMEOUT_PROPERTY - Static variable in enum org.openrdf.http.server.repository.transaction.ActiveTransactionRegistry
Configurable system property sesame.server.txn.registry.timeout for specifying the transaction cache timeout (in seconds).
cleanUpResources() - Method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
cleanUpResources() - Method in class org.openrdf.http.server.ServerInterceptor
Clean up resources used in handling this request.
ClientHTTPException - Exception in org.openrdf.http.server
HTTP-related exception indicating that an HTTP client has erred.
ClientHTTPException() - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with status code 400 "Bad Request".
ClientHTTPException(String) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with status code 400 "Bad Request".
ClientHTTPException(String, Throwable) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with status code 400 "Bad Request".
ClientHTTPException(int) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
ClientHTTPException(int, String) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
ClientHTTPException(int, String, Throwable) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
ClientHTTPException(int, Throwable) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
clone() - Method in class info.aduna.webapp.navigation.Group
 
clone() - Method in class info.aduna.webapp.navigation.NavigationModel
 
clone() - Method in class info.aduna.webapp.navigation.View
 
CommonValuesHandlerInterceptor - Class in info.aduna.webapp
Interceptor that inserts some commonly used values into the model.
CommonValuesHandlerInterceptor() - Constructor for class info.aduna.webapp.CommonValuesHandlerInterceptor
 
CONNECTION_KEY - Static variable in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
CONTENT_KEY - Static variable in class info.aduna.webapp.views.SimpleCustomResponseView
 
CONTENT_KEY - Static variable in class info.aduna.webapp.views.SimpleResponseView
 
CONTENT_LENGTH_KEY - Static variable in class info.aduna.webapp.views.SimpleCustomResponseView
 
CONTENT_TYPE_KEY - Static variable in class info.aduna.webapp.views.SimpleCustomResponseView
 
CONTEXTS_KEY - Static variable in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
ContextsController - Class in org.openrdf.http.server.repository.contexts
Handles requests for the list of contexts in a repository.
ContextsController() - Constructor for class org.openrdf.http.server.repository.contexts.ContextsController
 
copyCommonAttributes(NavigationNode) - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
copyGroupsAndViews(Group) - Method in class info.aduna.webapp.navigation.Group
 
CUSTOM_HEADERS_KEY - Static variable in class info.aduna.webapp.views.SimpleResponseView
 

D

DEFAULT_I18N_PREFIX - Static variable in class info.aduna.webapp.navigation.NavigationModel
 
DEFAULT_I18N_SEPARATOR - Static variable in class info.aduna.webapp.navigation.NavigationModel
 
DEFAULT_I18N_SUFFIX - Static variable in class info.aduna.webapp.navigation.NavigationModel
 
DEFAULT_ICON_PREFIX - Static variable in class info.aduna.webapp.navigation.NavigationModel
 
DEFAULT_ICON_SEPARATOR - Static variable in class info.aduna.webapp.navigation.NavigationModel
 
DEFAULT_ICON_SUFFIX - Static variable in class info.aduna.webapp.navigation.NavigationModel
 
DEFAULT_JSONP_CALLBACK_PARAMETER - Static variable in class org.openrdf.http.server.repository.TupleQueryResultView
 
DEFAULT_PATH_PREFIX - Static variable in class info.aduna.webapp.navigation.NavigationModel
 
DEFAULT_PATH_SEPARATOR - Static variable in class info.aduna.webapp.navigation.NavigationModel
 
DEFAULT_TIMEOUT - Static variable in enum org.openrdf.http.server.repository.transaction.ActiveTransactionRegistry
Default timeout setting for transaction cache entries (in seconds).
DEFAULT_VIEW_SUFFIX - Static variable in class info.aduna.webapp.navigation.NavigationModel
 
deregister(UUID) - Method in enum org.openrdf.http.server.repository.transaction.ActiveTransactionRegistry
Remove the given transaction from the registry
destroy() - Method in class info.aduna.webapp.filters.PathFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class info.aduna.webapp.filters.PathFilter
 

E

EmptySuccessView - Class in info.aduna.webapp.views
 
equals(Object) - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
equals(Object) - Method in class info.aduna.webapp.util.HeaderElement
 
equals(Object) - Method in class info.aduna.webapp.util.Parameter
 
ExportStatementsView - Class in org.openrdf.http.server.repository.statements
View used to export statements.

F

FACTORY_KEY - Static variable in class org.openrdf.http.server.repository.QueryResultView
Key by which the query result writer factory is stored in the model.
FACTORY_KEY - Static variable in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
FILENAME_HINT_KEY - Static variable in class org.openrdf.http.server.repository.QueryResultView
Key by which a filename hint is stored in the model.
findView(String) - Method in class info.aduna.webapp.navigation.NavigationModel
Find the view with the specified name in the NavigationModel.
findViewInternal(String) - Method in class info.aduna.webapp.navigation.Group
 

G

getAcceptableService(HttpServletRequest, HttpServletResponse, FileFormatServiceRegistry<FF, S>) - Static method in class org.openrdf.http.server.ProtocolUtil
 
getAppenderName() - Method in class info.aduna.webapp.system.logging.LoggingOverviewController
 
getConfig() - Method in class info.aduna.webapp.system.logging.LoggingOverviewController
 
getConfig() - Method in class info.aduna.webapp.system.SystemInfoController
 
getConfig() - Method in class info.aduna.webapp.system.SystemOverviewController
 
getContentType() - Method in class info.aduna.webapp.views.EmptySuccessView
 
getContentType() - Method in class info.aduna.webapp.views.SimpleCustomResponseView
 
getContentType() - Method in class info.aduna.webapp.views.SimpleResponseView
 
getContentType() - Method in class org.openrdf.http.server.repository.BooleanQueryResultView
 
getContentType() - Method in class org.openrdf.http.server.repository.GraphQueryResultView
 
getContentType() - Method in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
getContentType() - Method in class org.openrdf.http.server.repository.TupleQueryResultView
 
getDepth() - Method in interface info.aduna.webapp.navigation.NavigationNode
Get the depth of this node in the hierarchy.
getDepth() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getGroup(String) - Method in class info.aduna.webapp.navigation.Group
Get the sub-group with the specified ID.
getGroups() - Method in class info.aduna.webapp.navigation.Group
Get the list of sub-groups
getHeaderElements(HttpServletRequest, String) - Static method in class info.aduna.webapp.util.HttpServerUtil
Gets the elements of the request header with the specified name.
getI18n() - Method in class info.aduna.webapp.Message
 
getI18n() - Method in interface info.aduna.webapp.navigation.NavigationNode
 
getI18n() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getI18nPrefix() - Method in class info.aduna.webapp.navigation.NavigationModel
 
getI18nPrefix() - Method in interface info.aduna.webapp.navigation.NavigationNode
 
getI18nPrefix() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getI18nSeparator() - Method in class info.aduna.webapp.navigation.NavigationModel
 
getI18nSeparator() - Method in interface info.aduna.webapp.navigation.NavigationNode
 
getI18nSeparator() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getI18nSuffix() - Method in class info.aduna.webapp.navigation.NavigationModel
 
getI18nSuffix() - Method in interface info.aduna.webapp.navigation.NavigationNode
 
getI18nSuffix() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getIcon() - Method in interface info.aduna.webapp.navigation.NavigationNode
 
getIcon() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getIconPrefix() - Method in class info.aduna.webapp.navigation.NavigationModel
 
getIconPrefix() - Method in interface info.aduna.webapp.navigation.NavigationNode
 
getIconPrefix() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getIconSeparator() - Method in class info.aduna.webapp.navigation.NavigationModel
 
getIconSeparator() - Method in interface info.aduna.webapp.navigation.NavigationNode
 
getIconSeparator() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getIconSuffix() - Method in class info.aduna.webapp.navigation.NavigationModel
 
getIconSuffix() - Method in interface info.aduna.webapp.navigation.NavigationNode
 
getIconSuffix() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getId() - Method in class info.aduna.webapp.navigation.NavigationModel
 
getId() - Method in interface info.aduna.webapp.navigation.NavigationNode
Get the ID of the node.
getId() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getInstance() - Static method in class info.aduna.webapp.views.EmptySuccessView
 
getInstance() - Static method in class info.aduna.webapp.views.SimpleCustomResponseView
 
getInstance() - Static method in class info.aduna.webapp.views.SimpleResponseView
 
getInstance() - Static method in class org.openrdf.http.server.repository.BooleanQueryResultView
 
getInstance() - Static method in class org.openrdf.http.server.repository.GraphQueryResultView
 
getInstance() - Static method in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
getInstance() - Static method in class org.openrdf.http.server.repository.TupleQueryResultView
 
getJava() - Method in class info.aduna.webapp.system.SystemInfoController.ServerInfo
 
getJava() - Method in class info.aduna.webapp.system.SystemOverviewController.ServerInfo
 
getKey() - Method in class info.aduna.webapp.util.Parameter
 
getLogReader(int, int, HttpServletRequest) - Method in class info.aduna.webapp.system.logging.LoggingOverviewController
 
getMaximum() - Method in class info.aduna.webapp.system.SystemInfoController.MemoryInfo
 
getMaximum() - Method in class info.aduna.webapp.system.SystemOverviewController.MemoryInfo
 
getMIMEType(String) - Static method in class info.aduna.webapp.util.HttpServerUtil
Extracts the MIME type from the specified content type string.
getNavigationModel() - Method in class info.aduna.webapp.navigation.NavigationHandlerInterceptor
 
getOs() - Method in class info.aduna.webapp.system.SystemInfoController.ServerInfo
 
getOs() - Method in class info.aduna.webapp.system.SystemOverviewController.ServerInfo
 
getParameter(int) - Method in class info.aduna.webapp.util.HeaderElement
 
getParameter(String) - Method in class info.aduna.webapp.util.HeaderElement
 
getParameterCount() - Method in class info.aduna.webapp.util.HeaderElement
 
getParameters() - Method in class info.aduna.webapp.util.HeaderElement
 
getParameterValue(String) - Method in class info.aduna.webapp.util.HeaderElement
 
getParent() - Method in interface info.aduna.webapp.navigation.NavigationNode
Get the parent node of this node.
getParent() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getPath() - Method in interface info.aduna.webapp.navigation.NavigationNode
 
getPath() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getPath() - Method in class info.aduna.webapp.navigation.View
 
getPathPrefix() - Method in class info.aduna.webapp.navigation.NavigationModel
 
getPathPrefix() - Method in interface info.aduna.webapp.navigation.NavigationNode
 
getPathPrefix() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getPathSeparator() - Method in class info.aduna.webapp.navigation.NavigationModel
 
getPathSeparator() - Method in interface info.aduna.webapp.navigation.NavigationNode
 
getPathSeparator() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
getPercentageInUse() - Method in class info.aduna.webapp.system.SystemInfoController.MemoryInfo
 
getPercentageInUse() - Method in class info.aduna.webapp.system.SystemOverviewController.MemoryInfo
 
getPostDataParameter(Map<String, Object>, String) - Static method in class info.aduna.webapp.util.HttpServerUtil
Gets the trimmed value of a request parameter as a String.
getRepository(HttpServletRequest) - Static method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
getRepositoryConnection(HttpServletRequest) - Static method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
getRepositoryID(HttpServletRequest) - Static method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
getStatusCode() - Method in exception org.openrdf.http.server.HTTPException
 
getThreadName() - Method in class org.openrdf.http.server.protocol.ProtocolInterceptor
 
getThreadName() - Method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
getThreadName() - Method in class org.openrdf.http.server.ServerInterceptor
Determine the thread name to use.
getTransactionConnection(UUID) - Method in enum org.openrdf.http.server.repository.transaction.ActiveTransactionRegistry
Obtain the RepositoryConnection associated with the given transaction.
getType() - Method in class info.aduna.webapp.Message
 
getUsed() - Method in class info.aduna.webapp.system.SystemInfoController.MemoryInfo
 
getUsed() - Method in class info.aduna.webapp.system.SystemOverviewController.MemoryInfo
 
getUser() - Method in class info.aduna.webapp.system.SystemInfoController.ServerInfo
 
getUser() - Method in class info.aduna.webapp.system.SystemOverviewController.ServerInfo
 
getValue() - Method in class info.aduna.webapp.util.HeaderElement
 
getValue() - Method in class info.aduna.webapp.util.Parameter
 
getView(String) - Method in class info.aduna.webapp.navigation.Group
 
getView() - Method in class info.aduna.webapp.system.SystemInfoController
 
getView() - Method in class info.aduna.webapp.system.SystemOverviewController
 
getViewByName(String) - Method in class info.aduna.webapp.navigation.Group
Get the view with the specified name.
getViews() - Method in class info.aduna.webapp.navigation.Group
Get the list of views.
getViewSuffix() - Method in class info.aduna.webapp.navigation.NavigationModel
 
getViewSuffix() - Method in interface info.aduna.webapp.navigation.NavigationNode
 
getViewSuffix() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
GraphController - Class in org.openrdf.http.server.repository.graph
Handles requests for manipulating the named graphs in a repository.
GraphController() - Constructor for class org.openrdf.http.server.repository.graph.GraphController
 
GraphQueryResultView - Class in org.openrdf.http.server.repository
View used to render graph query results.
Group - Class in info.aduna.webapp.navigation
Group represents a logical group of views in a NavigationModel.
Group(String) - Constructor for class info.aduna.webapp.navigation.Group
Construct a new group with the specified ID.
groups - Variable in class info.aduna.webapp.navigation.Group
 

H

handleRequest(HttpServletRequest, HttpServletResponse) - Method in class info.aduna.webapp.system.logging.LoggingOverviewController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class info.aduna.webapp.system.SystemInfoController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class info.aduna.webapp.system.SystemOverviewController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.protocol.ProtocolController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.contexts.ContextsController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.graph.GraphController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.namespaces.NamespaceController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.namespaces.NamespacesController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.RepositoryController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.RepositoryListController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.size.SizeController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.statements.StatementsController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.transaction.TransactionController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.transaction.TransactionStartController
 
hashCode() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
hashCode() - Method in class info.aduna.webapp.util.HeaderElement
 
hashCode() - Method in class info.aduna.webapp.util.Parameter
 
HeaderElement - Class in info.aduna.webapp.util
An element in an HTTP header value.
HeaderElement() - Constructor for class info.aduna.webapp.util.HeaderElement
 
HeaderElement(String) - Constructor for class info.aduna.webapp.util.HeaderElement
 
HEADERS_ONLY - Static variable in class org.openrdf.http.server.repository.QueryResultView
 
HEADERS_ONLY - Static variable in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
HTTPException - Exception in org.openrdf.http.server
HTTP-related exception that includes the relevant HTTP status code.
HTTPException(int) - Constructor for exception org.openrdf.http.server.HTTPException
 
HTTPException(int, String) - Constructor for exception org.openrdf.http.server.HTTPException
 
HTTPException(int, String, Throwable) - Constructor for exception org.openrdf.http.server.HTTPException
 
HTTPException(int, Throwable) - Constructor for exception org.openrdf.http.server.HTTPException
 
HttpServerUtil - Class in info.aduna.webapp.util
 
HttpServerUtil() - Constructor for class info.aduna.webapp.util.HttpServerUtil
 

I

i18n - Variable in class info.aduna.webapp.navigation.NavigationNodeBase
 
icon - Variable in class info.aduna.webapp.navigation.NavigationNodeBase
 
info.aduna.webapp - package info.aduna.webapp
 
info.aduna.webapp.filters - package info.aduna.webapp.filters
 
info.aduna.webapp.navigation - package info.aduna.webapp.navigation
 
info.aduna.webapp.navigation.functions - package info.aduna.webapp.navigation.functions
 
info.aduna.webapp.system - package info.aduna.webapp.system
 
info.aduna.webapp.system.logging - package info.aduna.webapp.system.logging
 
info.aduna.webapp.system.proxy - package info.aduna.webapp.system.proxy
 
info.aduna.webapp.util - package info.aduna.webapp.util
 
info.aduna.webapp.views - package info.aduna.webapp.views
 
init(FilterConfig) - Method in class info.aduna.webapp.filters.PathFilter
 
isEmpty(String) - Static method in class info.aduna.webapp.util.HttpServerUtil
 
isEnabled() - Method in interface info.aduna.webapp.navigation.NavigationNode
Is the node enabled/active?
isEnabled() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
isFalse(String) - Static method in class info.aduna.webapp.util.HttpServerUtil
 
isHidden() - Method in interface info.aduna.webapp.navigation.NavigationNode
Is the node hidden?
isHidden() - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
isParent(NavigationNode, NavigationNode) - Static method in class info.aduna.webapp.navigation.functions.NavigationFunctions
Is the specified potential parent indeed a parent of the specified node.
isParent(NavigationNode) - Method in interface info.aduna.webapp.navigation.NavigationNode
Is this node a parent of the specified node?
isParent(NavigationNode) - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
isTrue(String) - Static method in class info.aduna.webapp.util.HttpServerUtil
 

J

JSONP_VALIDATOR - Static variable in class org.openrdf.http.server.repository.TupleQueryResultView
 

L

logAcceptableFormats(HttpServletRequest) - Static method in class org.openrdf.http.server.ProtocolUtil
 
logEndOfRequest(HttpServletRequest) - Method in class org.openrdf.http.server.repository.QueryResultView
 
LoggingOverviewController - Class in info.aduna.webapp.system.logging
 
LoggingOverviewController() - Constructor for class info.aduna.webapp.system.logging.LoggingOverviewController
 
logRequestParameters(HttpServletRequest) - Static method in class org.openrdf.http.server.ProtocolUtil
Logs all request parameters of the supplied request.

M

matchAcceptHeader(String, List<HeaderElement>) - Static method in class info.aduna.webapp.util.HttpServerUtil
Tries to match the specified MIME type spec against the list of Accept header elements, returning the applicable header element if available.
MemoryInfo() - Constructor for class info.aduna.webapp.system.SystemInfoController.MemoryInfo
 
MemoryInfo() - Constructor for class info.aduna.webapp.system.SystemOverviewController.MemoryInfo
 
Message - Class in info.aduna.webapp
 
Message(Message.Type, String) - Constructor for class info.aduna.webapp.Message
 
Message.Type - Enum in info.aduna.webapp
 
MessageHandlerInterceptor - Class in info.aduna.webapp
Interceptor that inserts some commonly used values into the model.
MessageHandlerInterceptor() - Constructor for class info.aduna.webapp.MessageHandlerInterceptor
 

N

NamespaceController - Class in org.openrdf.http.server.repository.namespaces
Handles requests for manipulating a specific namespace definition in a repository.
NamespaceController() - Constructor for class org.openrdf.http.server.repository.namespaces.NamespaceController
 
NamespacesController - Class in org.openrdf.http.server.repository.namespaces
Handles requests for the list of namespace definitions for a repository.
NamespacesController() - Constructor for class org.openrdf.http.server.repository.namespaces.NamespacesController
 
NAVIGATION_MODEL_KEY - Static variable in class info.aduna.webapp.navigation.NavigationModel
 
NavigationFunctions - Class in info.aduna.webapp.navigation.functions
JSTL functions for navigation.
NavigationFunctions() - Constructor for class info.aduna.webapp.navigation.functions.NavigationFunctions
 
NavigationHandlerInterceptor - Class in info.aduna.webapp.navigation
Interceptor that inserts the navigation model for the current Spring view into the model.
NavigationHandlerInterceptor() - Constructor for class info.aduna.webapp.navigation.NavigationHandlerInterceptor
 
NavigationModel - Class in info.aduna.webapp.navigation
NavigationModel represents the navigation structure of a web application.
NavigationModel() - Constructor for class info.aduna.webapp.navigation.NavigationModel
Construct a new, anonymous, empty NavigationModel
NavigationModel(String) - Constructor for class info.aduna.webapp.navigation.NavigationModel
Construct a new emtpy NavigationModel with the specified ID.
NavigationNode - Interface in info.aduna.webapp.navigation
NavigationNode represents a node in a NavigationModel.
NavigationNodeBase - Class in info.aduna.webapp.navigation
Base implementation of the NavigationNode interface.
NavigationNodeBase(String) - Constructor for class info.aduna.webapp.navigation.NavigationNodeBase
 
NavigationXmlParser - Class in info.aduna.webapp.navigation
XPath-based parser for NavigationModel configuration files.
NavigationXmlParser() - Constructor for class info.aduna.webapp.navigation.NavigationXmlParser
 

O

OBJECT_KEY - Static variable in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
org.openrdf.http.server - package org.openrdf.http.server
 
org.openrdf.http.server.protocol - package org.openrdf.http.server.protocol
 
org.openrdf.http.server.repository - package org.openrdf.http.server.repository
 
org.openrdf.http.server.repository.contexts - package org.openrdf.http.server.repository.contexts
 
org.openrdf.http.server.repository.graph - package org.openrdf.http.server.repository.graph
 
org.openrdf.http.server.repository.namespaces - package org.openrdf.http.server.repository.namespaces
 
org.openrdf.http.server.repository.size - package org.openrdf.http.server.repository.size
 
org.openrdf.http.server.repository.statements - package org.openrdf.http.server.repository.statements
 
org.openrdf.http.server.repository.transaction - package org.openrdf.http.server.repository.transaction
 

P

Parameter - Class in info.aduna.webapp.util
A parameter consisting of a key and a value, which are both strings.
Parameter(String, String) - Constructor for class info.aduna.webapp.util.Parameter
 
parse(URL) - Method in class info.aduna.webapp.navigation.NavigationXmlParser
 
parse(String) - Static method in class info.aduna.webapp.util.HeaderElement
 
parseBooleanParam(HttpServletRequest, String, boolean) - Static method in class org.openrdf.http.server.ProtocolUtil
 
parseContextParam(HttpServletRequest, String, ValueFactory) - Static method in class org.openrdf.http.server.ProtocolUtil
 
parseGraphParam(HttpServletRequest, ValueFactory) - Static method in class org.openrdf.http.server.ProtocolUtil
 
parseInto(NavigationModel, URL) - Method in class info.aduna.webapp.navigation.NavigationXmlParser
 
parseResourceParam(HttpServletRequest, String, ValueFactory) - Static method in class org.openrdf.http.server.ProtocolUtil
 
parseURIParam(HttpServletRequest, String, ValueFactory) - Static method in class org.openrdf.http.server.ProtocolUtil
 
parseValueParam(HttpServletRequest, String, ValueFactory) - Static method in class org.openrdf.http.server.ProtocolUtil
 
path - Variable in class info.aduna.webapp.navigation.NavigationNodeBase
 
PathFilter - Class in info.aduna.webapp.filters
 
PathFilter() - Constructor for class info.aduna.webapp.filters.PathFilter
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class info.aduna.webapp.CommonValuesHandlerInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class info.aduna.webapp.MessageHandlerInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class info.aduna.webapp.navigation.NavigationHandlerInterceptor
 
PREDICATE_KEY - Static variable in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class info.aduna.webapp.CommonValuesHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class info.aduna.webapp.MessageHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class info.aduna.webapp.navigation.NavigationHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.openrdf.http.server.ServerInterceptor
 
ProtocolController - Class in org.openrdf.http.server.protocol
Handles requests for protocol information.
ProtocolController() - Constructor for class org.openrdf.http.server.protocol.ProtocolController
 
ProtocolExceptionResolver - Class in org.openrdf.http.server
Simple resolver for Exceptions: returns the correct response code and message to the client.
ProtocolExceptionResolver() - Constructor for class org.openrdf.http.server.ProtocolExceptionResolver
 
ProtocolInterceptor - Class in org.openrdf.http.server.protocol
Interceptor for protocol requests.
ProtocolInterceptor() - Constructor for class org.openrdf.http.server.protocol.ProtocolInterceptor
 
ProtocolUtil - Class in org.openrdf.http.server
Utilities to help with the transition between HTTP requests/responses and values expected by the protocol.
ProtocolUtil() - Constructor for class org.openrdf.http.server.ProtocolUtil
 
ProxySettingsController - Class in info.aduna.webapp.system.proxy
 
ProxySettingsController() - Constructor for class info.aduna.webapp.system.proxy.ProxySettingsController
 

Q

QUERY_RESULT_KEY - Static variable in class org.openrdf.http.server.repository.QueryResultView
Key by which the query result is stored in the model.
QueryResultView - Class in org.openrdf.http.server.repository
Base class for rendering query results.
QueryResultView() - Constructor for class org.openrdf.http.server.repository.QueryResultView
 

R

register(UUID, RepositoryConnection) - Method in enum org.openrdf.http.server.repository.transaction.ActiveTransactionRegistry
Register a new transaction with the given id and connection.
removeParameter(int) - Method in class info.aduna.webapp.util.HeaderElement
 
removeParameter(Parameter) - Method in class info.aduna.webapp.util.HeaderElement
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in class info.aduna.webapp.views.EmptySuccessView
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in class info.aduna.webapp.views.SimpleCustomResponseView
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in class info.aduna.webapp.views.SimpleResponseView
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.QueryResultView
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
renderInternal(Map, HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.BooleanQueryResultView
 
renderInternal(Map, HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.GraphQueryResultView
 
renderInternal(Map, HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.QueryResultView
 
renderInternal(Map, HttpServletRequest, HttpServletResponse) - Method in class org.openrdf.http.server.repository.TupleQueryResultView
 
RepositoryController - Class in org.openrdf.http.server.repository
Handles queries and admin (delete) operations on a repository and renders the results in a format suitable to the type of operation.
RepositoryController() - Constructor for class org.openrdf.http.server.repository.RepositoryController
 
RepositoryInterceptor - Class in org.openrdf.http.server.repository
Interceptor for repository requests.
RepositoryInterceptor() - Constructor for class org.openrdf.http.server.repository.RepositoryInterceptor
 
RepositoryListController - Class in org.openrdf.http.server.repository
Handles requests for the list of repositories available on this server.
RepositoryListController() - Constructor for class org.openrdf.http.server.repository.RepositoryListController
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.openrdf.http.server.ProtocolExceptionResolver
 
returnTransactionConnection(UUID) - Method in enum org.openrdf.http.server.repository.transaction.ActiveTransactionRegistry
Unlocks the RepositoryConnection associated with the given transaction for use by other threads.

S

SC_KEY - Static variable in class info.aduna.webapp.views.SimpleCustomResponseView
 
SC_KEY - Static variable in class info.aduna.webapp.views.SimpleResponseView
 
selectPreferredMIMEType(Iterator<String>, HttpServletRequest) - Static method in class info.aduna.webapp.util.HttpServerUtil
Selects from a set of MIME types, the MIME type that has the highest quality score when matched with the Accept headers in the supplied request.
ServerHTTPException - Exception in org.openrdf.http.server
HTTP-related exception indicating that an error occurred in a server.
ServerHTTPException() - Constructor for exception org.openrdf.http.server.ServerHTTPException
Creates a ServerHTTPException with status code 500 "Internal Server Error".
ServerHTTPException(String) - Constructor for exception org.openrdf.http.server.ServerHTTPException
Creates a ServerHTTPException with status code 500 "Internal Server Error".
ServerHTTPException(String, Throwable) - Constructor for exception org.openrdf.http.server.ServerHTTPException
Creates a ServerHTTPException with status code 500 "Internal Server Error".
ServerHTTPException(int) - Constructor for exception org.openrdf.http.server.ServerHTTPException
Creates a ServerHTTPException with the specified status code.
ServerHTTPException(int, String) - Constructor for exception org.openrdf.http.server.ServerHTTPException
Creates a ServerHTTPException with the specified status code.
ServerHTTPException(int, String, Throwable) - Constructor for exception org.openrdf.http.server.ServerHTTPException
Creates a ServerHTTPException with the specified status code.
ServerHTTPException(int, Throwable) - Constructor for exception org.openrdf.http.server.ServerHTTPException
Creates a ServerHTTPException with the specified status code.
ServerInfo() - Constructor for class info.aduna.webapp.system.SystemInfoController.ServerInfo
 
ServerInfo() - Constructor for class info.aduna.webapp.system.SystemOverviewController.ServerInfo
 
ServerInterceptor - Class in org.openrdf.http.server
Base class for single-use request interceptors.
ServerInterceptor() - Constructor for class org.openrdf.http.server.ServerInterceptor
 
setAppenderName(String) - Method in class info.aduna.webapp.system.logging.LoggingOverviewController
 
setConfig(AppConfiguration) - Method in class info.aduna.webapp.system.logging.LoggingOverviewController
 
setConfig(AppConfiguration) - Method in class info.aduna.webapp.system.SystemInfoController
 
setConfig(AppConfiguration) - Method in class info.aduna.webapp.system.SystemOverviewController
 
setContentDisposition(Map, HttpServletResponse, FileFormat) - Method in class org.openrdf.http.server.repository.QueryResultView
 
setContentType(HttpServletResponse, FileFormat) - Method in class org.openrdf.http.server.repository.QueryResultView
 
setEnabled(boolean) - Method in interface info.aduna.webapp.navigation.NavigationNode
Set the enabled status of the node.
setEnabled(boolean) - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
setHidden(boolean) - Method in interface info.aduna.webapp.navigation.NavigationNode
Set the hidden status of the node.
setHidden(boolean) - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
setI18n(String) - Method in interface info.aduna.webapp.navigation.NavigationNode
 
setI18n(String) - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
setI18nPrefix(String) - Method in class info.aduna.webapp.navigation.NavigationModel
 
setI18nSeparator(String) - Method in class info.aduna.webapp.navigation.NavigationModel
 
setI18nSuffix(String) - Method in class info.aduna.webapp.navigation.NavigationModel
 
setIcon(String) - Method in interface info.aduna.webapp.navigation.NavigationNode
 
setIcon(String) - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
setIconPrefix(String) - Method in class info.aduna.webapp.navigation.NavigationModel
 
setIconSeparator(String) - Method in class info.aduna.webapp.navigation.NavigationModel
 
setIconSuffix(String) - Method in class info.aduna.webapp.navigation.NavigationModel
 
setNavigationModel(NavigationModel) - Method in class info.aduna.webapp.navigation.NavigationHandlerInterceptor
 
setNavigationModels(List<String>) - Method in class info.aduna.webapp.navigation.NavigationModel
Set the locations of the navigation model resources to be used in the construction of this model.
setParent(NavigationNode) - Method in interface info.aduna.webapp.navigation.NavigationNode
Set the parent of this node.
setParent(NavigationNode) - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
setPath(String) - Method in interface info.aduna.webapp.navigation.NavigationNode
 
setPath(String) - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
setPathPrefix(String) - Method in class info.aduna.webapp.navigation.NavigationModel
 
setPathSeparator(String) - Method in class info.aduna.webapp.navigation.NavigationModel
 
setRepositoryManager(RepositoryManager) - Method in class org.openrdf.http.server.repository.RepositoryController
 
setRepositoryManager(RepositoryManager) - Method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
setRepositoryManager(RepositoryManager) - Method in class org.openrdf.http.server.repository.RepositoryListController
 
setRequestAttributes(HttpServletRequest) - Method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
setRequestAttributes(HttpServletRequest) - Method in class org.openrdf.http.server.ServerInterceptor
Set attributes for this request.
setStatusCode(int) - Method in exception org.openrdf.http.server.ClientHTTPException
 
setStatusCode(int) - Method in exception org.openrdf.http.server.HTTPException
 
setStatusCode(int) - Method in exception org.openrdf.http.server.ServerHTTPException
 
setValue(String) - Method in class info.aduna.webapp.util.HeaderElement
 
setView(String) - Method in class info.aduna.webapp.system.SystemInfoController
 
setView(String) - Method in class info.aduna.webapp.system.SystemOverviewController
 
setViewName(String) - Method in class info.aduna.webapp.system.logging.LoggingOverviewController
 
setViewSuffix(String) - Method in interface info.aduna.webapp.navigation.NavigationNode
 
setViewSuffix(String) - Method in class info.aduna.webapp.navigation.NavigationNodeBase
 
SimpleCustomResponseView - Class in info.aduna.webapp.views
 
SimpleCustomResponseView() - Constructor for class info.aduna.webapp.views.SimpleCustomResponseView
 
SimpleResponseView - Class in info.aduna.webapp.views
 
SizeController - Class in org.openrdf.http.server.repository.size
Handles requests for the size of (set of contexts in) a repository.
SizeController() - Constructor for class org.openrdf.http.server.repository.size.SizeController
 
splitHeaderString(String, char) - Static method in class info.aduna.webapp.util.HttpServerUtil
Splits the supplied string into sub parts using the specified splitChar as a separator, ignoring occurrences of this character inside quoted strings.
StatementsController - Class in org.openrdf.http.server.repository.statements
Handles requests for manipulating the statements in a repository.
StatementsController() - Constructor for class org.openrdf.http.server.repository.statements.StatementsController
 
SUBJECT_KEY - Static variable in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
SystemInfoController - Class in info.aduna.webapp.system
 
SystemInfoController() - Constructor for class info.aduna.webapp.system.SystemInfoController
 
SystemInfoController.MemoryInfo - Class in info.aduna.webapp.system
 
SystemInfoController.ServerInfo - Class in info.aduna.webapp.system
 
SystemOverviewController - Class in info.aduna.webapp.system
 
SystemOverviewController() - Constructor for class info.aduna.webapp.system.SystemOverviewController
 
SystemOverviewController.MemoryInfo - Class in info.aduna.webapp.system
 
SystemOverviewController.ServerInfo - Class in info.aduna.webapp.system
 

T

toString() - Method in class info.aduna.webapp.util.HeaderElement
 
toString() - Method in class info.aduna.webapp.util.Parameter
 
TRANSACTION_ID_KEY - Static variable in class org.openrdf.http.server.repository.QueryResultView
Key by which the id of the current transaction is stored in the model.
TRANSACTION_ID_KEY - Static variable in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
TransactionController - Class in org.openrdf.http.server.repository.transaction
Handles requests for transaction creation on a repository.
TransactionController() - Constructor for class org.openrdf.http.server.repository.transaction.TransactionController
 
TransactionStartController - Class in org.openrdf.http.server.repository.transaction
Handles requests for transaction creation on a repository.
TransactionStartController() - Constructor for class org.openrdf.http.server.repository.transaction.TransactionStartController
 
TupleQueryResultView - Class in org.openrdf.http.server.repository
View used to render tuple query results.

U

USE_INFERENCING_KEY - Static variable in class org.openrdf.http.server.repository.statements.ExportStatementsView
 

V

valueOf(String) - Static method in enum info.aduna.webapp.Message.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openrdf.http.server.repository.transaction.ActiveTransactionRegistry
Returns the enum constant of this type with the specified name.
values() - Static method in enum info.aduna.webapp.Message.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openrdf.http.server.repository.transaction.ActiveTransactionRegistry
Returns an array containing the constants of this enum type, in the order they are declared.
View - Class in info.aduna.webapp.navigation
View represents a "leaf" in the navigation model, for example a page in a website.
View(String) - Constructor for class info.aduna.webapp.navigation.View
Construct a new view with the specified ID.
viewNames - Variable in class info.aduna.webapp.navigation.Group
 
views - Variable in class info.aduna.webapp.navigation.Group
 
viewSuffix - Variable in class info.aduna.webapp.navigation.NavigationNodeBase
 
A B C D E F G H I J L M N O P Q R S T U V 
Skip navigation links

Copyright © 2001-2016 Aduna. All Rights Reserved.