com.bea.content.el.support
Class RepositoryContext

java.lang.Object
  extended by com.bea.content.el.support.RepositoryContext

public class RepositoryContext
extends Object

EL informational class to provide details about configured repositories.


Constructor Summary
RepositoryContext()
           
 
Method Summary
 String[] getRepositoryNames()
           
 String toString()
          Returns the collection of repository names in string form.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryContext

public RepositoryContext()
Method Detail

getRepositoryNames

public String[] getRepositoryNames()

toString

public String toString()
Returns the collection of repository names in string form.

Overrides:
toString in class Object


Copyright © 2011, Oracle. All rights reserved.