| org.apache.cocoon.jcr.JackrabbitRepository org.apache.lenya.cms.jcr.LenyaRepository
Method Summary | |
public void | configure(Configuration config) | public javax.jcr.Session | login() | protected void | registerNamespaces(javax.jcr.Session jcrSession) Registers the Lenya-specific namespaces at the JCR workspace. | protected void | registerNodeTypes(javax.jcr.Session jcrSession) |
CONTENT_NODE | final protected static String CONTENT_NODE(Code) | | |
SESSION_ATTRIBUTE | final protected static String SESSION_ATTRIBUTE(Code) | | |
configure | public void configure(Configuration config) throws ConfigurationException(Code) | | See Also: org.apache.avalon.framework.configuration.Configurable.configure(org.apache.avalon.framework.configuration.Configuration) |
login | public javax.jcr.Session login() throws LoginException, NoSuchWorkspaceException, RepositoryException(Code) | | See Also: javax.jcr.Repository.login |
registerNamespaces | protected void registerNamespaces(javax.jcr.Session jcrSession) throws RepositoryException, NamespaceException, UnsupportedRepositoryOperationException, AccessDeniedException(Code) | | Registers the Lenya-specific namespaces at the JCR workspace.
Parameters: jcrSession - The JCR session. throws: RepositoryException - if an error occurs. throws: NamespaceException - if an error occurs. throws: UnsupportedRepositoryOperationException - if an error occurs. throws: AccessDeniedException - if an error occurs. |
registerNodeTypes | protected void registerNodeTypes(javax.jcr.Session jcrSession) throws RepositoryException, InvalidNodeTypeDefException(Code) | | |
Methods inherited from org.apache.cocoon.jcr.JackrabbitRepository | public void configure(Configuration config) throws ConfigurationException(Code)(Java Doc) public void dispose()(Code)(Java Doc)
|
|
|