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

S

safeClose(Object) - Static method in class org.jboss.portal.common.util.Tools
Close an object that implements a close() method.
safeClose(OutputStream) - Static method in class org.jboss.portal.common.util.Tools
Close an output stream safely.
safeClose(InputStream) - Static method in class org.jboss.portal.common.util.Tools
Close an input stream safely.
safeClose(Reader) - Static method in class org.jboss.portal.common.util.Tools
Close a reader safely.
safeEnd(TransactionManager) - Static method in class org.jboss.portal.common.transaction.Transactions
 
safeSetRollbackOnly(TransactionManager) - Method in class org.jboss.portal.common.transaction.Transactions
 
safeUnregister(MBeanServer, ObjectName) - Static method in class org.jboss.portal.common.util.JMX
 
SALT - Static variable in class org.jboss.portal.core.portlet.user.UserPortletConstants
 
SAME_DATE - Static variable in class org.jboss.portlet.forums.helper.Time
DOCUMENT_ME
saveScheme(String, Scheme) - Method in class org.jboss.portal.core.impl.security.SchemeStoreImpl
 
saveScheme(String, Scheme) - Method in interface org.jboss.portal.core.security.SchemeStore
Save scheme.
saxParse(InputStream, DefaultHandler, boolean, boolean) - Static method in class org.jboss.portal.common.util.XML
parse the document from an InputStream with the provided handler
saxParse(InputSource, DefaultHandler, boolean, boolean) - Static method in class org.jboss.portal.common.util.XML
parse the document from an InputStream with the provided handler
scenario - Variable in class org.jboss.portal.test.cms.stress.Client
 
Scheme - Class in org.jboss.portal.core.security
 
Scheme() - Constructor for class org.jboss.portal.core.security.Scheme
Creates a new empty scheme.
Scheme(Scheme) - Constructor for class org.jboss.portal.core.security.Scheme
Copy constructor.
SchemeMarshaller - Class in org.jboss.portal.core.impl.tree.loader.marshallers
Implementation for scheme object.
SchemeMarshaller() - Constructor for class org.jboss.portal.core.impl.tree.loader.marshallers.SchemeMarshaller
 
SchemeMetaData - Class in org.jboss.portal.core.metadata
 
SchemeMetaData(String) - Constructor for class org.jboss.portal.core.metadata.SchemeMetaData
 
SchemeStore - Interface in org.jboss.portal.core.security
 
SchemeStoreImpl - Class in org.jboss.portal.core.impl.security
 
SchemeStoreImpl(Tree, FQN) - Constructor for class org.jboss.portal.core.impl.security.SchemeStoreImpl
 
secure - Variable in class org.jboss.portal.server.ServerURL
Do we requet secure or not.
securePort - Variable in class org.jboss.portal.server.impl.invocation.InvocationImpl
Secure http port.
SecurityConstraintMetaData - Class in org.jboss.portal.portlet.metadata
 
SecurityConstraintMetaData() - Constructor for class org.jboss.portal.portlet.metadata.SecurityConstraintMetaData
 
SecurityErrorResult - Class in org.jboss.portal.server.output
 
SecurityErrorResult(WindowContext, Throwable) - Constructor for class org.jboss.portal.server.output.SecurityErrorResult
 
SecurityErrorResult(WindowContext, String) - Constructor for class org.jboss.portal.server.output.SecurityErrorResult
 
SecurityModule - Interface in org.jboss.portal.core.modules
 
SECURITYMODULE_JNDINAME - Static variable in class org.jboss.portal.core.modules.ModuleConstants
 
SecurityModuleImpl - Class in org.jboss.portal.core.impl.security
 
SecurityModuleImpl() - Constructor for class org.jboss.portal.core.impl.security.SecurityModuleImpl
 
SecurityRoleRefMetaData - Class in org.jboss.portal.portlet.metadata
 
SecurityRoleRefMetaData(String, String, Map) - Constructor for class org.jboss.portal.portlet.metadata.SecurityRoleRefMetaData
 
securityRoleRefsMap - Variable in class org.jboss.portal.portlet.PortletContainer
Give the correspondance between role name and role link.
selectDays(String, int) - Static method in class org.jboss.portlet.forums.helper.ForumsTools
DOCUMENT_ME
selectEJBs(EJBLocalHome, Method, Object, boolean) - Static method in class org.jboss.portlet.forums.helper.ForumsTools
 
send(String, String, String, String) - Method in class org.jboss.portal.core.impl.mail.MailModuleImpl
 
send(String, String, String, String) - Method in interface org.jboss.portal.core.modules.MailModule
 
sendAuthenticate() - Method in class org.jboss.portlet.JBossActionResponse
The component wants the user to be authenticated to perform the task.
sendBytes(String, byte[]) - Method in class org.jboss.portlet.JBossActionResponse
 
sendError(int) - Method in class org.jboss.portal.bridge.BridgeResponse
 
sendError(int, String) - Method in class org.jboss.portal.bridge.BridgeResponse
 
sendError(int) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
sendError(int, String) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
sendRedirect(String) - Method in interface javax.portlet.ActionResponse
Instructs the portlet container to send a redirect response to the client using the specified redirect location URL.
sendRedirect(String) - Method in class org.jboss.portal.bridge.BridgeResponse
 
sendRedirect(String) - Method in class org.jboss.portal.portlet.impl.ActionResponseImpl
 
sendRedirect(String) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
sendResult(RenderResponse, Result) - Method in class org.jboss.portal.test.portlet.AbstractPortlet
 
separe(StringBuffer) - Method in class org.jboss.portlet.forums.helper.Range
Generates a separator.
serialize(Node, OutputStream) - Static method in class org.jboss.portal.common.util.XML
serialize a Document to the provided OutputStream (using a Transformer)
serialize(Node, OutputStream, Transformer) - Static method in class org.jboss.portal.common.util.XML
serialize a Document to the provided OutputStream (using the passed Transformer)
serialize(Node, Writer) - Static method in class org.jboss.portal.common.util.XML
serialize a Document to the provided Writer (using a Transformer)
serialize(Node, Writer, Transformer) - Static method in class org.jboss.portal.common.util.XML
serialize a Document to the provided Writer (using a Transformer) This call uses the transformer's output encoding to convert the content to a String (default is UTF-8)
serialize(Node) - Static method in class org.jboss.portal.common.util.XML
serialize a Document to String (using a Transformer) This call uses a javax.xml.transform.Transformer, and it's output encoding to convert the content to a String (default is UTF-8).
serialize(Node, Transformer) - Static method in class org.jboss.portal.common.util.XML
serialize a Document to String (using the passed Transformer) This call uses the transformer's output encoding to convert the content to a String
server - Variable in class org.jboss.portal.common.mx.Listener
 
server - Variable in class org.jboss.portal.common.system.LifeCycleAdapter
The server.
server - Variable in class org.jboss.portal.server.servlet.PortalContextListener
 
server - Variable in class org.jboss.portal.test.portal.BaseTestCase
 
ServerDeployer - Class in org.jboss.portal.server.deployment.jboss
 
ServerDeployer() - Constructor for class org.jboss.portal.server.deployment.jboss.ServerDeployer
 
ServerDeployerMBean - Interface in org.jboss.portal.server.deployment.jboss
 
ServerManager - Interface in org.jboss.portal.server
 
ServerManagerImpl - Class in org.jboss.portal.server.impl
 
ServerManagerImpl() - Constructor for class org.jboss.portal.server.impl.ServerManagerImpl
 
ServerObject - Class in org.jboss.portal.server
A common base for portal objects that live in a portal container.
ServerObject(String) - Constructor for class org.jboss.portal.server.ServerObject
 
ServerObjectContext - Interface in org.jboss.portal.server.user
The state held by a user for a given portal object.
ServerObjectID - Class in org.jboss.portal.server
Uniquely identify a portal object.
ServerObjectID(String[]) - Constructor for class org.jboss.portal.server.ServerObjectID
 
ServerObjectIDConverter - Class in org.jboss.portal.server.util
 
ServerObjectIDConverter() - Constructor for class org.jboss.portal.server.util.ServerObjectIDConverter
 
ServerObjectIDEditor - Class in org.jboss.portal.server.util
 
ServerObjectIDEditor() - Constructor for class org.jboss.portal.server.util.ServerObjectIDEditor
 
ServerObjectIDTestCase - Class in org.jboss.portal.test.portal.util
 
ServerObjectIDTestCase() - Constructor for class org.jboss.portal.test.portal.util.ServerObjectIDTestCase
 
ServerObjectMetaData - Class in org.jboss.portal.server.metadata
Base meta data class for a portal object.
ServerObjectMetaData(ServerObjectID, String) - Constructor for class org.jboss.portal.server.metadata.ServerObjectMetaData
 
ServerRegistrationID - Class in org.jboss.portal.server
Abstraction of a unique identifier for registered meta data.
ServerRegistrationID.Type - Class in org.jboss.portal.server
 
ServerRegistrationMetaData - Class in org.jboss.portal.server.metadata
TODO: A description of this class.
ServerRegistrationMetaData(ServerRegistrationID) - Constructor for class org.jboss.portal.server.metadata.ServerRegistrationMetaData
 
ServerResponse - Class in org.jboss.portal.junit
The response from the container.
ServerResponse() - Constructor for class org.jboss.portal.junit.ServerResponse
 
ServerResponseFactory - Class in org.jboss.portal.junit
Create a server response with the result of the http response.
ServerResponseFactory() - Constructor for class org.jboss.portal.junit.ServerResponseFactory
 
ServerURL - Class in org.jboss.portal.server
Define an URL at the server level with the concept of control parameters.
ServerURL(ServerObjectID) - Constructor for class org.jboss.portal.server.ServerURL
 
service(ServletRequest, ServletResponse) - Method in class org.jboss.portal.core.servlet.jsp.PortalJsp
HttpJspPage implementation
Service - Interface in org.jboss.portal.server.kernel
Service lifecycle.
Service - Class in org.jboss.portal.server.util
Base service class
Service() - Constructor for class org.jboss.portal.server.util.Service
 
Service(Class) - Constructor for class org.jboss.portal.server.util.Service
 
Service(String) - Constructor for class org.jboss.portal.server.util.Service
 
Service(Logger) - Constructor for class org.jboss.portal.server.util.Service
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.portal.test.portlet.dispatcher.spec.DispatchedRequestServlet
 
ServiceAlreadyRegisteredException - Exception in org.jboss.portal.server.kernel
 
ServiceAlreadyRegisteredException(ServiceID) - Constructor for exception org.jboss.portal.server.kernel.ServiceAlreadyRegisteredException
 
ServiceAlreadyRegisteredException(Throwable, ServiceID) - Constructor for exception org.jboss.portal.server.kernel.ServiceAlreadyRegisteredException
 
ServiceFailureException - Exception in org.jboss.portal.server.kernel
 
ServiceFailureException(Exception) - Constructor for exception org.jboss.portal.server.kernel.ServiceFailureException
 
ServiceID - Interface in org.jboss.portal.server.kernel
The service identity.
ServiceIDImpl - Class in org.jboss.portal.test.portal.kernel
 
ServiceIDImpl(String) - Constructor for class org.jboss.portal.test.portal.kernel.ServiceIDImpl
 
ServiceImplementation - Interface in org.jboss.portal.server.kernel
The implementation of a service.
ServiceRegistrationException - Exception in org.jboss.portal.server.kernel
 
ServiceRegistrationException() - Constructor for exception org.jboss.portal.server.kernel.ServiceRegistrationException
 
ServiceRegistrationException(String) - Constructor for exception org.jboss.portal.server.kernel.ServiceRegistrationException
 
ServiceRegistrationException(String, Throwable) - Constructor for exception org.jboss.portal.server.kernel.ServiceRegistrationException
 
ServiceRegistrationException(Throwable) - Constructor for exception org.jboss.portal.server.kernel.ServiceRegistrationException
 
ServiceState - Class in org.jboss.portal.server.kernel
 
ServiceState(Entry) - Constructor for class org.jboss.portal.server.kernel.ServiceState
 
ServiceUnregistrationException - Exception in org.jboss.portal.server.kernel
 
ServiceUnregistrationException() - Constructor for exception org.jboss.portal.server.kernel.ServiceUnregistrationException
 
ServiceUnregistrationException(String) - Constructor for exception org.jboss.portal.server.kernel.ServiceUnregistrationException
 
ServiceUnregistrationException(String, Throwable) - Constructor for exception org.jboss.portal.server.kernel.ServiceUnregistrationException
 
ServiceUnregistrationException(Throwable) - Constructor for exception org.jboss.portal.server.kernel.ServiceUnregistrationException
 
ServletCommand - Interface in org.jboss.portal.server.servlet
Command to be executed in the command servlet.
servletContext - Variable in class org.jboss.portal.server.Application
 
servletContext - Variable in class org.jboss.portal.server.servlet.PortalContextListener
 
ServletContextLoader - Class in org.jboss.portal.server.servlet
 
ServletContextLoader(ServletContext) - Constructor for class org.jboss.portal.server.servlet.ServletContextLoader
 
SES_SECURITY_HANDLE - Static variable in interface org.jboss.portal.core.CoreConstants
 
SES_SECURITY_STATUS - Static variable in interface org.jboss.portal.core.CoreConstants
 
SES_USER_CONTEXT - Static variable in interface org.jboss.portal.core.CoreConstants
 
Session - Interface in org.jboss.portal.common.tree
The tree session is used to group modifications made to the tree.
session - Variable in class org.jboss.portal.test.core.ModelTestCase
 
SessionFactoryBinder - Class in org.jboss.portal.core.hibernate
Configures and binds the hibernate session factory.
SessionFactoryBinder() - Constructor for class org.jboss.portal.core.hibernate.SessionFactoryBinder
 
SessionImpl - Class in org.jboss.portal.core.impl.tree
Implementation of Session.
SessionInspectorServlet - Class in org.jboss.portal.portlet.servlet
 
SessionInspectorServlet() - Constructor for class org.jboss.portal.portlet.servlet.SessionInspectorServlet
 
sessionStatus - Variable in class org.jboss.portal.portlet.impl.PortletRequestImpl
 
set(JBossServletContextProvider.BridgeInfo) - Static method in class org.jboss.portal.bridge.JBossServletContextProvider
 
set(Object, Object) - Method in class org.jboss.portal.server.util.Attachments
 
set(int) - Method in interface org.jboss.portal.test.core.ProxyValidatorTestCase.SetterInvalidName
 
setA(int) - Method in interface org.jboss.portal.test.core.ProxyValidatorTestCase.SetterDuplicateName
 
setA(boolean) - Method in interface org.jboss.portal.test.core.ProxyValidatorTestCase.SetterDuplicateName
 
setA(List) - Method in interface org.jboss.portal.test.core.ProxyValidatorTestCase.SetterInvalidType
 
setA() - Method in interface org.jboss.portal.test.core.ProxyValidatorTestCase.SetterNoArgument
 
setA(int) - Method in interface org.jboss.portal.test.core.ProxyValidatorTestCase.SetterReturnTypeIsNotVoid
 
setA(int, int) - Method in interface org.jboss.portal.test.core.ProxyValidatorTestCase.SetterTooManyArguments
 
setAcceptedSuffixes(String[]) - Method in class org.jboss.portal.server.deployment.jboss.GenericDeployer
 
setAcceptedSuffixes(String[]) - Method in interface org.jboss.portal.server.deployment.jboss.GenericDeployerMBean
 
setAppName(String) - Method in class org.jboss.portal.server.theme.strategy.AbstractLayoutStrategy
Set the name of the application that contains this strategy.
setAttachment(AttachmentKey, Object) - Method in class org.jboss.portal.server.impl.invocation.InvocationImpl
 
setAttachment(AttachmentKey, Object) - Method in interface org.jboss.portal.server.invocation.Invocation
Attach an object.
setAttribute(String, Object) - Method in interface javax.portlet.PortletContext
Binds an object to a given attribute name in this portlet context.
setAttribute(String, Object) - Method in interface javax.portlet.PortletRequest
Stores an attribute in this request.
setAttribute(String, Object) - Method in interface javax.portlet.PortletSession
Binds an object to this session under the PORTLET_SCOPE, using the name specified.
setAttribute(String, Object, int) - Method in interface javax.portlet.PortletSession
Binds an object to this session in the given scope, using the name specified.
setAttribute(String, Object) - Method in class org.jboss.portal.bridge.BridgeRequest
 
setAttribute(String, Object) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletRequest
 
setAttribute(String, Object) - Method in class org.jboss.portal.portlet.impl.PortletContextImpl
 
setAttribute(String, Object) - Method in class org.jboss.portal.portlet.impl.PortletRequestImpl
 
setAttribute(String, Object) - Method in class org.jboss.portal.portlet.impl.PortletSessionImpl
 
setAttribute(String, Object, int) - Method in class org.jboss.portal.portlet.impl.PortletSessionImpl
 
setAttribute(String, Object) - Method in class org.jboss.portal.server.impl.invocation.PortalRequestImpl
 
setBase(String) - Method in class org.jboss.portal.format.util.CLLoader
 
setBase(String) - Method in class org.jboss.portal.server.impl.config.ConfigurationImpl
 
setBBCodeEnabled(boolean) - Method in class org.jboss.portlet.forums.impl.MessageImpl
DOCUMENT_ME
setBBCodeEnabled(boolean) - Method in interface org.jboss.portlet.forums.model.Message
DOCUMENT_ME
setBoolean(AttributeType, boolean) - Method in interface org.jboss.portal.common.command.Configurator
 
setBoolean(AttributeType, boolean) - Method in class org.jboss.portal.common.command.EmptyConfigurator
 
setBoolean(AttributeType, boolean) - Method in class org.jboss.portal.common.command.ReflectedConfigurator
 
setBoolean(boolean) - Method in interface org.jboss.portal.test.core.CorePortletPreferencesTestCase.TestProxy
 
setBooleanArray(boolean[]) - Method in interface org.jboss.portal.test.core.CorePortletPreferencesTestCase.TestProxy
 
setBootStrap(BootStrapContext) - Method in class org.jboss.portal.server.impl.ServerManagerImpl
 
setBufferSize(int) - Method in interface javax.portlet.RenderResponse
Sets the preferred buffer size for the body of the response.
setBufferSize(int) - Method in class org.jboss.portal.bridge.BridgeResponse
 
setBufferSize(int) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
setBufferSize(int) - Method in class org.jboss.portal.portlet.impl.RenderResponseImpl
 
setByte(AttributeType, byte) - Method in interface org.jboss.portal.common.command.Configurator
 
setByte(AttributeType, byte) - Method in class org.jboss.portal.common.command.EmptyConfigurator
 
setByte(AttributeType, byte) - Method in class org.jboss.portal.common.command.ReflectedConfigurator
 
setBytes(byte[]) - Method in class org.jboss.portal.cms.Content
 
setCache(TreeCache) - Method in class org.jboss.portal.core.impl.tree.loader.CMSCacheLoader
 
setCache(TreeCache) - Method in class org.jboss.portal.core.impl.tree.loader.DelegatingCacheLoader
 
setCacheConfiguration(String) - Method in class org.jboss.portal.core.impl.tree.TreeImpl
 
setCachedResult(TimedContent) - Method in class org.jboss.portal.server.WindowContext
Cache content for future reuse.
setCategory(Category) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setCategory(Category) - Method in interface org.jboss.portlet.forums.model.Forum
DOCUMENT_ME
setChar(AttributeType, char) - Method in interface org.jboss.portal.common.command.Configurator
 
setChar(AttributeType, char) - Method in class org.jboss.portal.common.command.EmptyConfigurator
 
setChar(AttributeType, char) - Method in class org.jboss.portal.common.command.ReflectedConfigurator
 
setCharacterEncoding(String) - Method in interface javax.portlet.ActionRequest
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class org.jboss.portal.bridge.BridgeRequest
 
setCharacterEncoding(String) - Method in class org.jboss.portal.bridge.BridgeResponse
 
setCharacterEncoding(String) - Method in class org.jboss.portal.portlet.impl.ActionRequestImpl
 
setCharacterEncoding(String) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
setCharacterEncoding(String) - Method in class org.jboss.portal.server.impl.invocation.PortalRequestImpl
 
setChildren(Set) - Method in class org.jboss.portal.core.impl.preferences.MappedPreferenceSet
 
setClassName(String) - Method in class org.jboss.portal.portlet.metadata.PortletMetaData
 
setClassName(String) - Method in class org.jboss.portal.server.metadata.InterceptorMetaData
 
setComponentConfigurations(Map) - Method in class org.jboss.portal.server.metadata.PortalServerMetaData
 
setConfig(Element) - Method in class org.jboss.portal.cms.CMS
 
setConfig(Properties) - Method in class org.jboss.portal.core.impl.tree.loader.CMSCacheLoader
 
setConfig(Properties) - Method in class org.jboss.portal.core.impl.tree.loader.DelegatingCacheLoader
 
setConfig(ToHTMLConfig) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLRenderer
 
setConfigLocation(String) - Method in class org.jboss.portal.core.hibernate.SessionFactoryBinder
 
setConfiguration(Configuration) - Method in class org.jboss.portal.server.impl.ServerManagerImpl
 
setContainerName(String) - Method in class org.jboss.portal.server.impl.ServerManagerImpl
 
setContent(Map) - Method in class org.jboss.portal.core.impl.preferences.MappedPreferenceSet
 
setContentLength(int) - Method in class org.jboss.portal.bridge.BridgeResponse
 
setContentLength(int) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
setContentProviderClass(String) - Method in class org.jboss.portal.core.metadata.ModelMetaData
 
setContentType(String) - Method in interface javax.portlet.RenderResponse
Sets the MIME type for the render response.
setContentType(String) - Method in class org.jboss.portal.bridge.BridgeResponse
 
setContentType(String) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
setContentType(String) - Method in class org.jboss.portal.portlet.impl.RenderResponseImpl
 
setContentType(String) - Method in class org.jboss.portal.portlet.metadata.ContentTypeMetaData
 
setContentType(String) - Method in class org.jboss.portal.server.impl.invocation.PortalResponseImpl
 
setContentType(String) - Method in class org.jboss.portal.server.metadata.ContentTypeMetaData
 
setContentType(String) - Method in class org.jboss.portal.server.output.FragmentResult
 
setContentTypes(ContentTypesMetaData) - Method in class org.jboss.portal.portlet.metadata.PortletMetaData
 
setContext(Context) - Method in class org.jboss.portal.common.context.NamedContext
 
setControlParameter(String, String) - Method in class org.jboss.portal.server.ServerURL
Set the control scoped parameter.
setControlParameter(String, String[]) - Method in class org.jboss.portal.server.ServerURL
 
setCreateDate(Date) - Method in class org.jboss.portlet.forums.impl.PostImpl
DOCUMENT_ME
setCreateDate(Date) - Method in interface org.jboss.portlet.forums.model.Post
DOCUMENT_ME
setCtx(String) - Method in class org.jboss.portal.core.servlet.jsp.taglib.IfTag
 
setCtx(String) - Method in class org.jboss.portal.core.servlet.jsp.taglib.IterateTag
 
setCurrentPath(WebdavResource, String) - Method in class org.jboss.portal.core.portlet.cms.WebDAVUtil
Sets the path to the collection in the webdavresource obj.
setCurrentUser(User) - Method in class org.jboss.portlet.forums.commands.post.ForumCommand
DOCUMENT_ME
setDateHeader(String, long) - Method in class org.jboss.portal.bridge.BridgeResponse
 
setDateHeader(String, long) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
setDefault(ServerRegistrationID) - Method in class org.jboss.portal.server.impl.ThemeServerImpl
 
setDefault(String) - Method in class org.jboss.portal.server.impl.ThemeServerImpl
Set the default theme.
setDefault(ServerRegistrationID) - Method in interface org.jboss.portal.server.ThemeServer
Set the default theme on a global scope.
setDefaultLayout(String) - Method in class org.jboss.portal.server.impl.LayoutServerImpl
 
setDefaultLayout(String) - Method in interface org.jboss.portal.server.LayoutServer
Set the default layout (on a global level).
setDefaultPageName(String) - Method in class org.jboss.portal.core.metadata.PageSetMetaData
 
setDeployer(ServerDeployerMBean) - Method in class org.jboss.portal.server.deployment.WebAppAdapter
 
setDescription(String) - Method in class org.jboss.portal.core.metadata.PermissionDescriptionMetaData
 
setDescription(String) - Method in class org.jboss.portal.portlet.metadata.DescriptionMetaData
 
setDescription(String) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setDescription(String) - Method in interface org.jboss.portlet.forums.model.Forum
DOCUMENT_ME
setDescriptions(Map) - Method in class org.jboss.portal.portlet.metadata.ParameterMetaData
 
setDescriptions(Map) - Method in class org.jboss.portal.portlet.metadata.PortletModeMetaData
 
setDescriptions(Map) - Method in class org.jboss.portal.portlet.metadata.UserAttributeMetaData
 
setDescriptions(Map) - Method in class org.jboss.portal.portlet.metadata.UserDataConstraintMetaData
 
setDescriptions(Map) - Method in class org.jboss.portal.portlet.metadata.WindowStateMetaData
 
setDisplayName(String) - Method in class org.jboss.portal.core.impl.role.RoleImpl
Called by hibernate.
setDisplayName(String) - Method in interface org.jboss.portal.core.model.Role
 
setDisplayName(String) - Method in class org.jboss.portal.portlet.metadata.DisplayNameMetaData
 
setDisplayNames(List) - Method in class org.jboss.portal.portlet.metadata.SecurityConstraintMetaData
 
setDoChecking(boolean) - Method in class org.jboss.portal.cms.CMS
 
setDoChecking(boolean) - Method in class org.jboss.portal.core.hibernate.SessionFactoryBinder
 
setDouble(AttributeType, double) - Method in interface org.jboss.portal.common.command.Configurator
 
setDouble(AttributeType, double) - Method in class org.jboss.portal.common.command.EmptyConfigurator
 
setDouble(AttributeType, double) - Method in class org.jboss.portal.common.command.ReflectedConfigurator
 
setEditCount(int) - Method in class org.jboss.portlet.forums.impl.PostImpl
DOCUMENT_ME
setEditCount(int) - Method in interface org.jboss.portlet.forums.model.Post
DOCUMENT_ME
setEditDate(Date) - Method in class org.jboss.portlet.forums.impl.PostImpl
DOCUMENT_ME
setEditDate(Date) - Method in interface org.jboss.portlet.forums.model.Post
DOCUMENT_ME
setEnabled(boolean) - Method in class org.jboss.portal.core.impl.user.UserImpl
 
setEnabled(boolean) - Method in interface org.jboss.portal.core.model.User
 
setExpirationCache(String) - Method in class org.jboss.portal.server.metadata.ComponentMetaData
 
setExtendedProperties(XProperties) - Method in class org.jboss.portlet.forums.theme.ForumsTheme
DOCUMENT_ME
setFactoryConfig(Element) - Method in class org.jboss.portal.server.deployment.jboss.ServerDeployer
 
setFactoryConfig(Element) - Method in interface org.jboss.portal.server.deployment.jboss.ServerDeployerMBean
 
setFakeEmail(String) - Method in class org.jboss.portal.core.impl.user.UserImpl
 
setFakeEmail(String) - Method in interface org.jboss.portal.core.model.User
 
setFamilyName(String) - Method in class org.jboss.portal.core.impl.user.UserImpl
 
setFamilyName(String) - Method in interface org.jboss.portal.core.model.User
 
setFile(File) - Method in class org.jboss.portal.common.ant.Explode
 
setFilterMode(int) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
setFirstPost(Post) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setFirstPost(Post) - Method in interface org.jboss.portlet.forums.model.Topic
DOCUMENT_ME
setFloat(AttributeType, float) - Method in interface org.jboss.portal.common.command.Configurator
 
setFloat(AttributeType, float) - Method in class org.jboss.portal.common.command.EmptyConfigurator
 
setFloat(AttributeType, float) - Method in class org.jboss.portal.common.command.ReflectedConfigurator
 
setFloodInterval(long) - Method in class org.jboss.portlet.forums.interceptors.FloodControlInterceptor
DOCUMENT_ME
setForum(Forum) - Method in class org.jboss.portlet.forums.impl.ForumWatchImpl
DOCUMENT_ME
setForum(Forum) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setForum(Forum) - Method in interface org.jboss.portlet.forums.model.ForumWatch
DOCUMENT_ME
setForum(Forum) - Method in interface org.jboss.portlet.forums.model.Topic
DOCUMENT_ME
setForums(List) - Method in class org.jboss.portlet.forums.impl.CategoryImpl
DOCUMENT_ME
setForums(List) - Method in interface org.jboss.portlet.forums.model.Category
DOCUMENT_ME
setForumWatch(Collection) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setFrom(String) - Method in class org.jboss.portlet.forums.interceptors.NotificationInterceptor
 
setGateway(String) - Method in class org.jboss.portal.core.impl.mail.MailModuleImpl
 
setGateway(String) - Method in interface org.jboss.portal.core.modules.MailModule
 
setGivenName(String) - Method in class org.jboss.portal.core.impl.user.UserImpl
 
setGivenName(String) - Method in interface org.jboss.portal.core.model.User
 
setGroupName(String) - Method in class org.jboss.portal.cms.ha.InvalidatableCMS
 
setHandler(ParseEventHandler) - Method in class org.jboss.portal.format.parser.AbstractParser
Set the event handler on this parser.
setHandler(ParseEventHandler) - Method in interface org.jboss.portal.format.parser.ParseEventNotifier
 
setHeader(String, String) - Method in class org.jboss.portal.bridge.BridgeResponse
 
setHeader(String, String) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
setHeight(int) - Method in class org.jboss.portal.core.metadata.WindowLocationMetaData
 
setHTMLEnabled(boolean) - Method in class org.jboss.portlet.forums.impl.MessageImpl
DOCUMENT_ME
setHTMLEnabled(boolean) - Method in interface org.jboss.portlet.forums.model.Message
DOCUMENT_ME
setI18nRenderParameter(JBossActionRequest, JBossActionResponse, String, String) - Method in class org.jboss.portal.core.portlet.PortletHelper
 
setID(Integer) - Method in class org.jboss.portal.core.impl.preferences.MappedPreference
Called by hibernate.
setID(Integer) - Method in class org.jboss.portal.core.impl.preferences.MappedPreferenceSet
Called by hibernate.
setID(Integer) - Method in class org.jboss.portlet.forums.impl.PosterImpl
 
setID(Integer) - Method in class org.jboss.portlet.forums.impl.PostImpl
DOCUMENT_ME
setID(Integer) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setIdempotent(Boolean) - Method in class org.jboss.portal.server.impl.invocation.PortalRequestImpl
 
setIdempotent(Boolean) - Method in interface org.jboss.portal.server.PortalRequest
Force the portal to be idempotent.
setIdempotent(Boolean) - Method in class org.jboss.portlet.JBossActionRequest
 
setImgUrl(String) - Method in class org.jboss.portlet.forums.helper.Goto
DOCUMENT_ME
setImpliedSet(Set) - Method in class org.jboss.portal.core.metadata.PermissionDescriptionMetaData
 
setInfo(LanguagesMetaData.InfoMetaData) - Method in class org.jboss.portal.portlet.metadata.LanguagesMetaData
 
setInformations(Map) - Method in class org.jboss.portal.core.impl.user.UserContextImpl
 
setInstanceRef(String) - Method in class org.jboss.portal.core.theme.tag.PortletTagHandler
 
setInt(AttributeType, int) - Method in interface org.jboss.portal.common.command.Configurator
 
setInt(AttributeType, int) - Method in class org.jboss.portal.common.command.EmptyConfigurator
 
setInt(AttributeType, int) - Method in class org.jboss.portal.common.command.ReflectedConfigurator
 
setInt(int) - Method in interface org.jboss.portal.test.core.CorePortletPreferencesTestCase.TestProxy
 
setIntArray(int[]) - Method in interface org.jboss.portal.test.core.CorePortletPreferencesTestCase.TestProxy
 
setInterceptedDeployer(ObjectName) - Method in class org.jboss.portal.server.deployment.WebAppIntercepter
 
setInterceptorList(InterceptorListMetaData) - Method in class org.jboss.portal.server.metadata.ComponentConfigurationMetaData
 
setInterceptorList(InterceptorListMetaData) - Method in class org.jboss.portal.server.metadata.ComponentMetaData
 
setInterceptorList(InterceptorListMetaData) - Method in class org.jboss.portal.server.metadata.PortalServerMetaData
 
setIntHeader(String, int) - Method in class org.jboss.portal.bridge.BridgeResponse
 
setIntHeader(String, int) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
setInvalidationManagerName(ObjectName) - Method in class org.jboss.portal.cms.ha.InvalidatableCMS
 
setInvocationContext(InvocationFactory) - Method in class org.jboss.portal.server.impl.ServerManagerImpl
 
setInvocationFactoryClassName(String) - Method in class org.jboss.portal.server.impl.ServerManagerImpl
 
setItems(Set) - Method in class org.jboss.portal.core.metadata.SchemeMetaData
 
setJavaMailDebugEnabled(boolean) - Method in class org.jboss.portal.core.impl.mail.MailModuleImpl
 
setJavaMailDebugEnabled(boolean) - Method in interface org.jboss.portal.core.modules.MailModule
 
setJNDIName(String) - Method in class org.jboss.portal.core.modules.AbstractModule
 
setKey(String) - Method in class org.jboss.portal.core.servlet.jsp.taglib.ErrorTag
Set the key attribute.
setKeywords(String) - Method in class org.jboss.portal.portlet.metadata.LanguagesMetaData.InfoMetaData
 
setLanguages(LanguagesMetaData) - Method in class org.jboss.portal.portlet.metadata.PortletMetaData
 
setLastPost(Post) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setLastPost(Post) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setLastPost(Post) - Method in interface org.jboss.portlet.forums.model.Forum
DOCUMENT_ME
setLastPost(Post) - Method in interface org.jboss.portlet.forums.model.Topic
DOCUMENT_ME
setLastPostDate(Date) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setLastPostDate(Date) - Method in interface org.jboss.portlet.forums.model.Topic
DOCUMENT_ME
setLastVisitDate(Date) - Method in class org.jboss.portal.core.impl.user.UserImpl
 
setLayoutName(String) - Method in class org.jboss.portal.core.metadata.PageMetaData
Set the name of the layout to use for this page, overwriting the layout that was specified in the portal.
setLayoutServer(LayoutServer) - Method in class org.jboss.portal.server.impl.ServerManagerImpl
 
setLength(int) - Method in class org.jboss.portlet.forums.impl.PollImpl
 
setLength(int) - Method in interface org.jboss.portlet.forums.model.Poll
 
setLoader(Loader) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
setLoader(Loader) - Method in class org.jboss.portal.format.template.TemplateLoader
 
setLocale(Locale) - Method in class org.jboss.portal.bridge.BridgeResponse
 
setLocale(Locale) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
setLocale(Locale) - Method in class org.jboss.portal.portlet.metadata.DescriptionMetaData
 
setLocale(Locale) - Method in class org.jboss.portal.portlet.metadata.DisplayNameMetaData
 
setLocale(Locale) - Method in class org.jboss.portal.test.core.HttpServletRequestWrapperImpl
 
setLoggerLevel(int) - Method in class org.jboss.portal.cms.slide.Log4JLogger
 
setLoggerLevel(String, int) - Method in class org.jboss.portal.cms.slide.Log4JLogger
 
setLong(AttributeType, long) - Method in interface org.jboss.portal.common.command.Configurator
 
setLong(AttributeType, long) - Method in class org.jboss.portal.common.command.EmptyConfigurator
 
setLong(AttributeType, long) - Method in class org.jboss.portal.common.command.ReflectedConfigurator
 
setMainDeployer(MainDeployerMBean) - Method in class org.jboss.portal.server.deployment.jboss.MainDeployerFacade
 
setManager(ServerManager) - Method in class org.jboss.portal.server.PortalServer
 
SetMap - Class in org.jboss.portal.common.util
A map of set.
SetMap() - Constructor for class org.jboss.portal.common.util.SetMap
 
SetMap(SetMap) - Constructor for class org.jboss.portal.common.util.SetMap
Copy constructor.
setMaxInactiveInterval(int) - Method in interface javax.portlet.PortletSession
Specifies the time, in seconds, between client requests, before the portlet container invalidates this session.
setMaxInactiveInterval(int) - Method in class org.jboss.portal.portlet.impl.PortletSessionImpl
 
setMaxTextWidth(int) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
setMediaType(MediaType) - Method in class org.jboss.portal.server.theme.strategy.AbstractLayoutStrategy
Set the media type (the content type) of this strategy.
setMessage(Message) - Method in class org.jboss.portlet.forums.impl.PostImpl
DOCUMENT_ME
setMessage(Message) - Method in interface org.jboss.portlet.forums.model.Post
DOCUMENT_ME
setMetaData(MetaData) - Method in interface org.jboss.portal.common.metadata.MetaDataHolder
 
setMetaData(MetaData) - Method in class org.jboss.portal.core.invocation.AccessControlInterceptor
 
setMetaData(MetaData) - Method in class org.jboss.portal.core.plugins.page.PageRepository
 
setMetaData(MetaData) - Method in class org.jboss.portal.core.plugins.preferences.ProxyPreferenceSetPlugin
 
setMetaData(MetaData) - Method in class org.jboss.portal.core.plugins.security.AccessController
 
setMetaData(MetaData) - Method in class org.jboss.portal.core.plugins.security.ModelPlugin
 
setMetaData(MetaData) - Method in class org.jboss.portal.core.plugins.transaction.TransactionPlugin
 
setMetaData(MetaData) - Method in class org.jboss.portal.portlet.invocation.DispatcherInterceptor
 
setMetaData(MetaData) - Method in class org.jboss.portal.portlet.plugins.language.ResourceBundles
 
setMetaData(MetaData) - Method in class org.jboss.portal.portlet.plugins.preferences.PortletPreferenceSetPlugin
 
setMetaData(MetaData) - Method in class org.jboss.portal.server.invocation.component.CacheInterceptor
 
setMetaData(MetaData) - Method in class org.jboss.portal.server.plugins.invocation.InvocationPlugin
 
setMetaData(MetaData) - Method in class org.jboss.portal.server.plugins.mode.ContentTypes
 
setMetaData(MetaData) - Method in class org.jboss.portal.server.plugins.mode.Modes
 
setMetaData(MetaData) - Method in class org.jboss.portal.server.plugins.preferences.PreferenceSetPlugin
 
setMetaData(MetaData) - Method in class org.jboss.portal.server.plugins.windowstate.WindowStates
 
setMimeType(String) - Method in class org.jboss.portal.cms.Content
 
setMode(String) - Method in class org.jboss.portal.core.theme.tag.basic.URLTag
 
setMode(Mode) - Method in class org.jboss.portal.server.output.ActionResult
 
setMode(Mode) - Method in class org.jboss.portal.server.WindowContext
Set the mode on this context.
setMode(Mode) - Method in class org.jboss.portal.server.WindowURL
 
setMode(int) - Method in class org.jboss.portlet.forums.impl.WatchImpl
 
setMode(int) - Method in interface org.jboss.portlet.forums.model.Watch
Set the mode.
setModes(Set) - Method in class org.jboss.portal.server.metadata.ContentTypeMetaData
 
setModule(ForumsModule) - Method in class org.jboss.portlet.forums.action.ForumAction
DOCUMENT_ME
setModule(ForumsModule) - Method in class org.jboss.portlet.forums.commands.post.ForumCommand
DOCUMENT_ME
setName(String) - Method in class org.jboss.portal.common.ant.Explode
 
setName(String) - Method in class org.jboss.portal.common.context.NamedContext
 
setName(String) - Method in class org.jboss.portal.core.impl.preferences.MappedPreference
Called by hibernate.
setName(String) - Method in class org.jboss.portal.core.impl.preferences.MappedPreferenceSet
Called by hibernate.
setName(String) - Method in class org.jboss.portal.core.impl.role.RoleImpl
Called by hibernate.
setName(String) - Method in class org.jboss.portal.core.impl.tree.Property
 
setName(String) - Method in class org.jboss.portal.portlet.metadata.ParameterMetaData
 
setName(String) - Method in class org.jboss.portal.portlet.metadata.UserAttributeMetaData
 
setName(String) - Method in class org.jboss.portal.portlet.taglib.URLParameterTag
 
setName(String) - Method in class org.jboss.portal.server.metadata.PreferenceMetaData
 
setName(String) - Method in class org.jboss.portal.server.theme.strategy.AbstractLayoutStrategy
Set the name of this strategy.
setName(String) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setName(String) - Method in interface org.jboss.portlet.forums.model.Forum
DOCUMENT_ME
setNext(CommandFilter) - Method in class org.jboss.portal.common.command.filter.AbstractCommandFilter
 
setNext(CommandFilter) - Method in interface org.jboss.portal.common.command.filter.CommandFilter
 
setNonSecurePort(int) - Method in class org.jboss.portal.server.impl.config.ConfigurationImpl
 
setObject(AttributeType, Object) - Method in interface org.jboss.portal.common.command.Configurator
 
setObject(AttributeType, Object) - Method in class org.jboss.portal.common.command.EmptyConfigurator
 
setObject(AttributeType, Object) - Method in class org.jboss.portal.common.command.ReflectedConfigurator
 
setObjectFactory(ObjectFactory) - Method in class org.jboss.portal.server.impl.ServerManagerImpl
 
setOffset(int) - Method in class org.jboss.portlet.forums.helper.GotoWithOffset
DOCUMENT_ME
setOptions(LinkedList) - Method in class org.jboss.portlet.forums.impl.PollImpl
 
setOptions(LinkedList) - Method in interface org.jboss.portlet.forums.model.Poll
 
setOrder(int) - Method in class org.jboss.portal.core.theme.strategy.impl.PortletContextImpl
 
setOrder(int) - Method in interface org.jboss.portal.server.theme.strategy.PortletContext
Set the sort order of this portlet in its region.
setOrder(int) - Method in class org.jboss.portlet.forums.impl.CategoryImpl
DOCUMENT_ME
setOrder(int) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setOrder(int) - Method in interface org.jboss.portlet.forums.model.Category
DOCUMENT_ME
setOrder(int) - Method in interface org.jboss.portlet.forums.model.Forum
DOCUMENT_ME
setOrientation(String) - Method in class org.jboss.portal.core.theme.tag.RegionTagHandler
Attribute handler for the orientation attribute of this tag
setOuputMode(int) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
setPage(String) - Method in class org.jboss.portal.core.servlet.jsp.taglib.IncludeTag
Set the page attribute.
setParameter(String, String) - Method in interface javax.portlet.PortletURL
Sets the given String parameter to this URL.
setParameter(String, String[]) - Method in interface javax.portlet.PortletURL
Sets the given String array parameter to this URL.
setParameter(String, String) - Method in class org.jboss.portal.portlet.impl.PortletURLImpl
 
setParameter(String, String[]) - Method in class org.jboss.portal.portlet.impl.PortletURLImpl
 
setParameter(String, String) - Method in class org.jboss.portal.server.util.Parameters
 
setParameterMap(Map) - Method in class org.jboss.portal.server.util.Parameters
 
setParameters(Map) - Method in interface javax.portlet.PortletURL
Sets a parameter map for this URL.
setParameters(Hashtable) - Method in class org.jboss.portal.cms.slide.file.TxFileContentStoreExt
 
setParameters(Hashtable) - Method in class org.jboss.portal.cms.slide.file.TxXMLFileDescriptorsStoreExt
 
setParameters(Map) - Method in class org.jboss.portal.portlet.impl.PortletURLImpl
 
setParameters(Parameters) - Method in class org.jboss.portal.server.util.Parameters
 
setParameterValues(String, String[]) - Method in class org.jboss.portal.server.util.Parameters
 
setParamValue(String, String) - Method in class org.jboss.portal.server.metadata.InterceptorMetaData
 
setParent(MappedPreferenceSet) - Method in class org.jboss.portal.core.impl.preferences.MappedPreferenceSet
 
setPassword(String) - Method in class org.jboss.portal.core.impl.user.UserImpl
 
setPassword(String) - Method in interface org.jboss.portal.core.model.User
 
setPattern(String) - Method in class org.jboss.portlet.forums.helper.SimpleDateFormatPool
DOCUMENT_ME
setPermissionDescriptions(Set) - Method in class org.jboss.portal.core.metadata.ModelMetaData
 
setPermissions(Set) - Method in class org.jboss.portal.core.metadata.ItemMetaData
 
setPluginContainer(PluginContainer) - Method in class org.jboss.portal.common.plugin.AbstractPlugin
 
setPluginContainer(PluginContainer) - Method in interface org.jboss.portal.common.plugin.Plugin
 
setPluginContainer(PluginContainer) - Method in class org.jboss.portal.server.plugins.mode.Modes
 
setPluginContainer(PluginContainer) - Method in class org.jboss.portal.server.plugins.preferences.PreferenceSetPlugin
 
setPortletMode(PortletMode) - Method in interface javax.portlet.ActionResponse
Sets the portlet mode of a portlet to the given portlet mode.
setPortletMode(PortletMode) - Method in interface javax.portlet.PortletURL
Indicates the portlet mode the portlet must be in, if this portlet URL triggers a request.
setPortletMode(PortletMode) - Method in class org.jboss.portal.portlet.impl.ActionResponseImpl
 
setPortletMode(PortletMode) - Method in class org.jboss.portal.portlet.impl.PortletURLImpl
 
setPortletMode(PortletMode) - Method in class org.jboss.portal.portlet.metadata.PortletModeMetaData
 
setPortletModes(Set) - Method in class org.jboss.portal.portlet.metadata.ContentTypeMetaData
 
setPortletNames(Set) - Method in class org.jboss.portal.portlet.metadata.SecurityConstraintMetaData
 
setPostCount(int) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setPostCount(int) - Method in interface org.jboss.portlet.forums.model.Forum
DOCUMENT_ME
setPoster(Poster) - Method in class org.jboss.portlet.forums.commands.post.ForumCommand
DOCUMENT_ME
setPoster(Poster) - Method in class org.jboss.portlet.forums.impl.PostImpl
DOCUMENT_ME
setPoster(Poster) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setPoster(Poster) - Method in class org.jboss.portlet.forums.impl.WatchImpl
 
setPoster(Poster) - Method in interface org.jboss.portlet.forums.model.Post
DOCUMENT_ME
setPoster(Poster) - Method in interface org.jboss.portlet.forums.model.Topic
DOCUMENT_ME
setPoster(Poster) - Method in interface org.jboss.portlet.forums.model.Watch
Set the poster.
setPosts(Collection) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setPosts(Collection) - Method in interface org.jboss.portlet.forums.model.Topic
DOCUMENT_ME
setPostSize(int) - Method in class org.jboss.portlet.forums.helper.Goto
DOCUMENT_ME
setPreferences(PortletPreferencesMetaData) - Method in class org.jboss.portal.portlet.metadata.PortletMetaData
 
setPreferenceStore(PreferenceStore) - Method in class org.jboss.portal.core.impl.user.UserContextImpl
 
setPreferenceValidator(String) - Method in class org.jboss.portal.portlet.metadata.PortletPreferencesMetaData
 
setProperties(Map) - Method in class org.jboss.portal.server.metadata.PortalMetaData
 
setProperty(String, String) - Method in interface javax.portlet.PortletResponse
Sets a String property to be returned to the portal.
setProperty(String, String, String) - Method in class org.jboss.portal.cms.Node
 
setProperty(Node, String, Object) - Method in interface org.jboss.portal.common.tree.Session
Set a property on the node.
setProperty(Node, String, Object) - Method in class org.jboss.portal.core.impl.tree.SessionImpl
 
setProperty(String, String) - Method in class org.jboss.portal.portlet.impl.PortletResponseImpl
 
setProperty(String, String) - Method in class org.jboss.portal.server.util.Properties
 
setProxyClassName(String) - Method in class org.jboss.portal.core.metadata.ProxyPreferenceSetMetaData
 
setPruneEnable(boolean) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setPruneEnable(boolean) - Method in interface org.jboss.portlet.forums.model.Forum
DOCUMENT_ME
setPruneNext(int) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setPruneNext(int) - Method in interface org.jboss.portlet.forums.model.Forum
DOCUMENT_ME
setQueueCapacity(int) - Method in class org.jboss.portal.core.impl.mail.MailModuleImpl
 
setReadOnly(String, boolean) - Method in class org.jboss.portal.core.impl.preferences.MappedPreferenceSet
 
setReadOnly(boolean) - Method in class org.jboss.portal.server.metadata.PreferenceMetaData
 
setReadOnly(String, boolean) - Method in class org.jboss.portal.server.plugins.preferences.AbstractPreferenceSet
 
setReadOnly(String, boolean) - Method in class org.jboss.portal.server.plugins.preferences.MergedPreferenceSet
 
setReadOnly(String, boolean) - Method in interface org.jboss.portal.server.plugins.preferences.PreferenceSet
Update the read only value for the given key.
setReadOnly(String, boolean) - Method in class org.jboss.portal.server.plugins.preferences.PreferenceSetPlugin
 
setRealEmail(String) - Method in class org.jboss.portal.core.impl.user.UserImpl
 
setRealEmail(String) - Method in interface org.jboss.portal.core.model.User
 
setRefType(int) - Method in class org.jboss.portal.server.invocation.component.CacheInterceptor
 
setRegion(String) - Method in class org.jboss.portal.core.metadata.WindowLocationMetaData
 
setRegion(String) - Method in class org.jboss.portal.core.theme.tag.basic.ExistTag
 
setRegion(String) - Method in class org.jboss.portal.core.theme.tag.basic.IsEmptyTag
 
setRegion(String) - Method in class org.jboss.portal.core.theme.tag.basic.IterateTag
 
setRegionName(String) - Method in class org.jboss.portal.core.theme.strategy.impl.PortletContextImpl
 
setRegionName(String) - Method in class org.jboss.portal.core.theme.tag.RegionTagHandler
Attribute handler for the region name attribute of this tag
setRegionName(String) - Method in interface org.jboss.portal.server.theme.strategy.PortletContext
Assign the portlet to a different region of the page.
setRegistrationDate(Date) - Method in class org.jboss.portal.core.impl.user.UserImpl
 
setRegistrationDate(Date) - Method in interface org.jboss.portal.core.model.User
 
setRenderParameter(String, String) - Method in interface javax.portlet.ActionResponse
Sets a String parameter for the render request.
setRenderParameter(String, String[]) - Method in interface javax.portlet.ActionResponse
Sets a String array parameter for the render request.
setRenderParameter(JBossActionResponse, String, String) - Method in class org.jboss.portal.core.portlet.PortletHelper
 
setRenderParameter(String, String) - Method in class org.jboss.portal.portlet.impl.ActionResponseImpl
 
setRenderParameter(String, String[]) - Method in class org.jboss.portal.portlet.impl.ActionResponseImpl
 
setRenderParameter(String, String) - Method in class org.jboss.portal.server.output.ActionResult
 
setRenderParameter(String, String[]) - Method in class org.jboss.portal.server.output.ActionResult
 
setRenderParameters(Map) - Method in interface javax.portlet.ActionResponse
Sets a parameter map for the render request.
setRenderParameters(Map) - Method in class org.jboss.portal.portlet.impl.ActionResponseImpl
 
setRenderParameters(Map) - Method in class org.jboss.portal.server.output.ActionResult
 
setReplies(int) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setReplies(int) - Method in interface org.jboss.portlet.forums.model.Topic
DOCUMENT_ME
setRequestLocal(PortletRequest, Object) - Method in class org.jboss.portal.test.portlet.AbstractPortlet
 
setResourceBundle(String) - Method in class org.jboss.portal.portlet.metadata.LanguagesMetaData
 
setRoleNames(Set) - Method in class org.jboss.portal.core.metadata.PermissionMetaData
 
setRoles(Set) - Method in class org.jboss.portal.core.impl.user.UserImpl
Called by Hibernate.
setRoles(Set) - Method in interface org.jboss.portal.core.model.User
Update the roles.
setRollbackOnly(TransactionManager) - Static method in class org.jboss.portal.common.transaction.Transactions
Mark the active transaction for this thread as rollback only
setRollbackOnly() - Method in class org.jboss.portal.core.impl.tree.tm.TransactionManagerObserver
 
setRollbackOnly() - Method in class org.jboss.portal.core.impl.tree.tm.TransactionObservation
 
sets1 - Variable in class org.jboss.portal.portlet.impl.PortletPreferencesImpl
 
sets2 - Variable in class org.jboss.portal.portlet.impl.PortletPreferencesImpl
 
setScheme(SchemeMetaData) - Method in class org.jboss.portal.core.metadata.ModelMetaData
 
setSecure(boolean) - Method in interface javax.portlet.PortletURL
Indicated the security setting for this URL.
setSecure(boolean) - Method in class org.jboss.portal.portlet.impl.PortletURLImpl
 
setSecure(Boolean) - Method in class org.jboss.portal.server.ServerURL
Set the URL secure or not.
setSecurePort(int) - Method in class org.jboss.portal.server.impl.config.ConfigurationImpl
 
setServerDeployer(ServerDeployerMBean) - Method in class org.jboss.portal.server.deployment.jboss.GenericDeployer
 
setServerDeployer(ServerDeployerMBean) - Method in interface org.jboss.portal.server.deployment.jboss.GenericDeployerMBean
 
setServerManager(ServerManager) - Method in class org.jboss.portal.server.deployment.jboss.ServerDeployer
 
setServerManager(ServerManager) - Method in interface org.jboss.portal.server.deployment.jboss.ServerDeployerMBean
 
setServerManager(ServerManager) - Method in class org.jboss.portal.server.deployment.SimpleConfigurator
 
setSetupLocation(String) - Method in class org.jboss.portal.core.hibernate.SessionFactoryBinder
 
setShort(AttributeType, short) - Method in interface org.jboss.portal.common.command.Configurator
 
setShort(AttributeType, short) - Method in class org.jboss.portal.common.command.EmptyConfigurator
 
setShort(AttributeType, short) - Method in class org.jboss.portal.common.command.ReflectedConfigurator
 
setShortTitle(String) - Method in class org.jboss.portal.portlet.metadata.LanguagesMetaData.InfoMetaData
 
setSignatureEnabled(boolean) - Method in class org.jboss.portlet.forums.impl.MessageImpl
DOCUMENT_ME
setSignatureEnabled(boolean) - Method in interface org.jboss.portlet.forums.model.Message
DOCUMENT_ME
setSignedIn(boolean) - Method in class org.jboss.portal.core.impl.user.UserContextImpl
 
setSmiliesEnabled(boolean) - Method in class org.jboss.portlet.forums.impl.MessageImpl
DOCUMENT_ME
setSmiliesEnabled(boolean) - Method in interface org.jboss.portlet.forums.model.Message
DOCUMENT_ME
setSMTPConnectionTimeout(int) - Method in class org.jboss.portal.core.impl.mail.MailModuleImpl
 
setSMTPConnectionTimeout(int) - Method in interface org.jboss.portal.core.modules.MailModule
 
setSmtpPassword(String) - Method in class org.jboss.portal.core.impl.mail.MailModuleImpl
 
setSmtpPassword(String) - Method in interface org.jboss.portal.core.modules.MailModule
 
setSMTPTimeout(int) - Method in class org.jboss.portal.core.impl.mail.MailModuleImpl
 
setSMTPTimeout(int) - Method in interface org.jboss.portal.core.modules.MailModule
 
setSmtpUser(String) - Method in class org.jboss.portal.core.impl.mail.MailModuleImpl
 
setSmtpUser(String) - Method in interface org.jboss.portal.core.modules.MailModule
 
setState(String) - Method in class org.jboss.portal.core.theme.strategy.impl.StrategyResponseImpl
 
setState(String) - Method in interface org.jboss.portal.server.theme.strategy.StrategyResponse
Set the state for this strategy response.
setStatus(int) - Method in class org.jboss.portal.bridge.BridgeResponse
 
setStatus(int, String) - Method in class org.jboss.portal.bridge.BridgeResponse
 
setStatus(int) - Method in class org.jboss.portal.core.impl.tree.NodeStateEvent
 
setStatus(int) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
setStatus(int, String) - Method in class org.jboss.portal.portlet.impl.DispatchedHttpServletResponse
 
setStatus(int) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setStatus(int) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setStatus(int) - Method in interface org.jboss.portlet.forums.model.Forum
DOCUMENT_ME
setStatus(int) - Method in interface org.jboss.portlet.forums.model.Topic
DOCUMENT_ME
setString(String) - Method in interface org.jboss.portal.test.core.CorePortletPreferencesTestCase.TestProxy
 
setStringArray(String[]) - Method in interface org.jboss.portal.test.core.CorePortletPreferencesTestCase.TestProxy
 
setSubject(String) - Method in class org.jboss.portlet.forums.impl.MessageImpl
DOCUMENT_ME
setSubject(String) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setSubject(String) - Method in interface org.jboss.portlet.forums.model.Message
DOCUMENT_ME
setSubject(String) - Method in interface org.jboss.portlet.forums.model.Topic
DOCUMENT_ME
setTags(Set) - Method in class org.jboss.portal.format.render.bbcodehtml.ToHTMLConfig
 
setTarget(Topic) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setTarget(Topic) - Method in interface org.jboss.portlet.forums.model.Topic
DOCUMENT_ME
setTargetParameter(String, String) - Method in class org.jboss.portal.server.ServerURL
Set the target scoped parameter.
setTargetParameter(String, String[]) - Method in class org.jboss.portal.server.ServerURL
 
setTargetResult(Result) - Method in class org.jboss.portal.server.impl.invocation.PortalResponseImpl
 
setTargetResult(Result) - Method in class org.jboss.portal.server.output.Output
 
setTargetResult(Result) - Method in interface org.jboss.portal.server.PortalResponse
Set the result of the target.
SETTER_DUPLICATE_NAME - Static variable in class org.jboss.portal.core.util.ProxyValidator
 
SETTER_INVALID_ARGUMENT_TYPE - Static variable in class org.jboss.portal.core.util.ProxyValidator
 
SETTER_INVALID_NAME - Static variable in class org.jboss.portal.core.util.ProxyValidator
 
SETTER_NO_ARGUMENT - Static variable in class org.jboss.portal.core.util.ProxyValidator
 
SETTER_RETURN_TYPE_IS_NOT_VOID - Static variable in class org.jboss.portal.core.util.ProxyValidator
 
SETTER_TOO_MANY_ARGUMENTS - Static variable in class org.jboss.portal.core.util.ProxyValidator
 
setText(char[], int, int) - Method in class org.jboss.portal.format.parser.TextEvent
 
setText(String) - Method in class org.jboss.portlet.forums.impl.MessageImpl
DOCUMENT_ME
setText(String) - Method in interface org.jboss.portlet.forums.model.Message
DOCUMENT_ME
setThemeName(String) - Method in class org.jboss.portal.core.theme.tag.ThemeTagHandler
 
setThemeServer(ThemeServer) - Method in class org.jboss.portal.server.impl.ServerManagerImpl
 
setTitle(String) - Method in interface javax.portlet.RenderResponse
This method sets the title of the portlet.
setTitle(String) - Method in class org.jboss.portal.portlet.impl.RenderResponseImpl
 
setTitle(String) - Method in class org.jboss.portal.portlet.metadata.LanguagesMetaData.InfoMetaData
 
setTitle(String) - Method in class org.jboss.portal.server.output.FragmentResult
 
setTitle(String) - Method in class org.jboss.portlet.forums.impl.CategoryImpl
DOCUMENT_ME
setTitle(String) - Method in class org.jboss.portlet.forums.impl.PollImpl
 
setTitle(String) - Method in interface org.jboss.portlet.forums.model.Category
DOCUMENT_ME
setTitle(String) - Method in interface org.jboss.portlet.forums.model.Poll
 
setTodir(File) - Method in class org.jboss.portal.common.ant.Explode
 
setTopic(Topic) - Method in class org.jboss.portlet.forums.impl.PostImpl
DOCUMENT_ME
setTopic(Topic) - Method in class org.jboss.portlet.forums.impl.TopicWatchImpl
DOCUMENT_ME
setTopic(Topic) - Method in interface org.jboss.portlet.forums.model.Post
DOCUMENT_ME
setTopic(Topic) - Method in interface org.jboss.portlet.forums.model.TopicWatch
DOCUMENT_ME
setTopicCount(int) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setTopicCount(int) - Method in interface org.jboss.portlet.forums.model.Forum
DOCUMENT_ME
setTopicId(int) - Method in class org.jboss.portlet.forums.helper.Goto
DOCUMENT_ME
setTopics(List) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setTopics(List) - Method in interface org.jboss.portlet.forums.model.Forum
DOCUMENT_ME
setTransactionTimeout(int) - Method in class org.jboss.portal.core.impl.tree.tm.TransactionManagerObserver
 
setTransportGuarantee(TransportGuarantee) - Method in class org.jboss.portal.portlet.metadata.UserDataConstraintMetaData
 
setTree(Tree) - Method in class org.jboss.portal.core.impl.security.SecurityModuleImpl
 
setTxType(Transactions.Type) - Method in class org.jboss.portal.core.metadata.TransactionMetaData
 
setTxType(Transactions.Type) - Method in class org.jboss.portal.core.plugins.transaction.TransactionPlugin
 
setType(int) - Method in class org.jboss.portal.core.impl.preferences.MappedPreference
Called by hibernate.
setType(int) - Method in class org.jboss.portal.server.WindowURL
 
setType(int) - Method in class org.jboss.portlet.forums.impl.ForumImpl
DOCUMENT_ME
setType(int) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setType(int) - Method in interface org.jboss.portlet.forums.model.Forum
DOCUMENT_ME
setType(int) - Method in interface org.jboss.portlet.forums.model.Topic
DOCUMENT_ME
setUnchecked(boolean) - Method in class org.jboss.portal.core.metadata.AccessControllerMetaData
 
setUp() - Method in class org.jboss.portal.junit.AbstractTestCase
 
setUp() - Method in class org.jboss.portal.test.cms.SimpleTestCase
 
setUp() - Method in class org.jboss.portal.test.cms.stress.ConcurrentTestCase
 
setUp() - Method in class org.jboss.portal.test.core.CorePortletPreferencesTestCase
 
setUp() - Method in class org.jboss.portal.test.core.MapperTestCase
 
setUp() - Method in class org.jboss.portal.test.core.ModelTestCase
 
setUp() - Method in class org.jboss.portal.test.core.plugins.security.ModelPluginTestCase
 
setUp() - Method in class org.jboss.portal.test.core.portlet.RolePortletTestCase
 
setUp() - Method in class org.jboss.portal.test.core.portlet.UserPortletTestCase
 
setUp() - Method in class org.jboss.portal.test.core.PropertyMappingTestCase
 
setUp() - Method in class org.jboss.portal.test.core.security.ModelAuthorizationRealmTestCase
 
setUp() - Method in class org.jboss.portal.test.core.theme.strategy.DefaultStrategyImplTest
Put and initialization code here.
setUp() - Method in class org.jboss.portal.test.core.theme.strategy.StrategyFactoryTest
Put and initialization code here.
setUp() - Method in class org.jboss.portal.test.core.tree.BuilderTestCase
 
setUp() - Method in class org.jboss.portal.test.core.tree.CMSCacheLoaderTestCase
 
setUp() - Method in class org.jboss.portal.test.core.tree.LocalTestCase
 
setUp() - Method in class org.jboss.portal.test.core.tree.ReplicatedTestCase
 
setUp() - Method in class org.jboss.portal.test.core.util.ParametersTestCase
 
setUp() - Method in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
setUp() - Method in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
setUp() - Method in class org.jboss.portal.test.portal.BaseTestCase
 
setUp() - Method in class org.jboss.portal.test.portal.kernel.KernelTestCase
 
setUp() - Method in class org.jboss.portal.test.portal.kernel.StateMachineTestCase
 
setUp() - Method in class org.jboss.portal.test.portal.util.ParametersTestCase
 
setUp() - Method in class org.jboss.portal.test.portlet.portletmode.PortletModeTestCase
 
setUp() - Method in class org.jboss.portal.test.portlet.PortletPreferencesTestCase
 
setUp() - Method in class org.jboss.portlet.test.forums.AdminTestCase
 
setUp() - Method in class org.jboss.portlet.test.forums.UserTestCase
 
setURI(String) - Method in class org.jboss.portal.core.theme.strategy.impl.StrategyResponseImpl
 
setURI(String) - Method in interface org.jboss.portal.server.theme.strategy.StrategyResponse
Set the layout URI to use
setUser(UserImpl) - Method in class org.jboss.portal.core.impl.user.UserContextImpl
 
setUser(User) - Method in class org.jboss.portlet.forums.impl.PostImpl
DOCUMENT_ME
setUserDataConstraint(UserDataConstraintMetaData) - Method in class org.jboss.portal.portlet.metadata.SecurityConstraintMetaData
 
setUserID(Integer) - Method in class org.jboss.portlet.forums.impl.PosterImpl
 
setValue(String, String) - Method in interface javax.portlet.PortletPreferences
Associates the specified String value with the specified key in this preference.
setValue(Value) - Method in class org.jboss.portal.core.impl.preferences.MappedPreference
 
setValue(String, Value) - Method in class org.jboss.portal.core.impl.preferences.MappedPreferenceSet
 
setValue(String, String) - Method in class org.jboss.portal.portlet.impl.PortletPreferencesImpl
 
setValue(String) - Method in class org.jboss.portal.portlet.metadata.ParameterMetaData
 
setValue(String) - Method in class org.jboss.portal.portlet.taglib.URLParameterTag
 
setValue(Value) - Method in class org.jboss.portal.server.plugins.preferences.AbstractPreference
 
setValue(String, Value) - Method in class org.jboss.portal.server.plugins.preferences.AbstractPreferenceSet
 
setValue(String, Value) - Method in class org.jboss.portal.server.plugins.preferences.MergedPreferenceSet
 
setValue(String, Value) - Method in interface org.jboss.portal.server.plugins.preferences.PreferenceSet
Update the value of the given key.
setValue(String, Value) - Method in class org.jboss.portal.server.plugins.preferences.PreferenceSetPlugin
 
setValues(String, String[]) - Method in interface javax.portlet.PortletPreferences
Associates the specified String array value with the specified key in this preference.
setValues(String, String[]) - Method in class org.jboss.portal.portlet.impl.PortletPreferencesImpl
 
setValues(String[]) - Method in class org.jboss.portal.server.metadata.PreferenceMetaData
 
setVersion(String) - Method in class org.jboss.portal.portlet.metadata.PortletApplicationMetaData
 
setViewCount(int) - Method in class org.jboss.portlet.forums.impl.TopicImpl
DOCUMENT_ME
setViewCount(int) - Method in interface org.jboss.portlet.forums.model.Topic
DOCUMENT_ME
setViewRealEmail(boolean) - Method in class org.jboss.portal.core.impl.user.UserImpl
 
setViewRealEmail(boolean) - Method in interface org.jboss.portal.core.model.User
 
setWatches(List) - Method in class org.jboss.portlet.forums.impl.ForumImpl
 
setWatches(List) - Method in class org.jboss.portlet.forums.impl.TopicImpl
 
setWindowState(WindowState) - Method in interface javax.portlet.ActionResponse
Sets the window state of a portlet to the given window state.
setWindowState(WindowState) - Method in interface javax.portlet.PortletURL
Indicates the window state the portlet should be in, if this portlet URL triggers a request.
setWindowState(String) - Method in class org.jboss.portal.core.theme.tag.basic.URLTag
 
setWindowState(WindowState) - Method in class org.jboss.portal.portlet.impl.ActionResponseImpl
 
setWindowState(WindowState) - Method in class org.jboss.portal.portlet.impl.PortletURLImpl
 
setWindowState(WindowState) - Method in class org.jboss.portal.portlet.metadata.WindowStateMetaData
 
setWindowState(WindowState) - Method in class org.jboss.portal.server.output.ActionResult
 
setWindowState(WindowState) - Method in class org.jboss.portal.server.WindowContext
Set the window state on this context.
setWindowState(WindowState) - Method in class org.jboss.portal.server.WindowURL
 
setWriter(Writer) - Method in class org.jboss.portal.format.render.AbstractRenderer
Set the write that will hold the rendered result.
signOut() - Method in class org.jboss.portlet.JBossActionRequest
Perform a programmatic sign out.
SimpleConfigurator - Class in org.jboss.portal.server.deployment
 
SimpleConfigurator() - Constructor for class org.jboss.portal.server.deployment.SimpleConfigurator
 
SimpleDateFormatPool - Class in org.jboss.portlet.forums.helper
A simple date format pool.
SimpleDateFormatPool(int, int) - Constructor for class org.jboss.portlet.forums.helper.SimpleDateFormatPool
Creates a new SimpleDateFormatPool object.
SimpleMapper - Class in org.jboss.portal.core.impl.invocation
A simple mapper implementation.
SimpleMapper() - Constructor for class org.jboss.portal.core.impl.invocation.SimpleMapper
 
SimpleMergeStrategy - Class in org.jboss.portal.server.plugins.preferences
 
SimpleMergeStrategy() - Constructor for class org.jboss.portal.server.plugins.preferences.SimpleMergeStrategy
 
SimpleResult - Class in org.jboss.portal.common.command.result
 
SimpleResult(ResultType) - Constructor for class org.jboss.portal.common.command.result.SimpleResult
 
SimpleResultType - Class in org.jboss.portlet.forums.commands
 
SimpleTestCase - Class in org.jboss.portal.test.cms
 
SimpleTestCase(String) - Constructor for class org.jboss.portal.test.cms.SimpleTestCase
 
size() - Method in class org.jboss.portal.common.FQN
 
size() - Method in class org.jboss.portal.common.util.Jar.EntryInfo
 
size() - Method in class org.jboss.portal.core.impl.user.PropertyMapImpl
 
SlashFilter - Class in org.jboss.portal.server.servlet
This filter redirects to /index.html
SlashFilter() - Constructor for class org.jboss.portal.server.servlet.SlashFilter
 
SleepCommand - Class in org.jboss.portal.test.cms.stress
 
SleepCommand(String) - Constructor for class org.jboss.portal.test.cms.stress.SleepCommand
 
slideToken - Variable in class org.jboss.portal.cms.Node
 
SoftTimedContent - Class in org.jboss.portal.server.output.cache
Use soft reference.
SoftTimedContent(FragmentResult, long) - Constructor for class org.jboss.portal.server.output.cache.SoftTimedContent
 
SORT_BY_TYPES - Static variable in interface org.jboss.portlet.forums.ForumsConstants
DOCUMENT_ME
sos - Variable in class org.jboss.portal.bridge.BridgeResponse
 
source - Variable in class org.jboss.portlet.forums.commands.admin.DeleteMoveCategoryCommand
DOCUMENT_ME
source - Variable in class org.jboss.portlet.forums.commands.admin.DeleteMoveForumCommand
DOCUMENT_ME
SP - Static variable in class org.jboss.portal.common.util.Version.IntermediateMajor
 
Stack - Class in org.jboss.portal.format.util
The goal of this class is to ensure that any event with open/close well formdness semantics are respected.
Stack(int) - Constructor for class org.jboss.portal.format.util.Stack
Create a new stack with a specified depth.
stack - Variable in class org.jboss.portal.format.util.Stack
The stack holder.
Stack.Key - Interface in org.jboss.portal.format.util
A key for the stack.
Stack.KeyIterator - Class in org.jboss.portal.format.util
Iterates over the poped keys.
Stack.KeyIterator() - Constructor for class org.jboss.portal.format.util.Stack.KeyIterator
 
StackFilter - Class in org.jboss.portal.format.parser.chars
 
StackFilter() - Constructor for class org.jboss.portal.format.parser.chars.StackFilter
 
start() - Method in class org.jboss.portal.cms.CMS
 
start() - Method in class org.jboss.portal.common.plugin.AbstractPlugin
 
start() - Method in class org.jboss.portal.common.system.LifeCycleAdapter
Start the adapter.
start() - Method in class org.jboss.portal.core.impl.mail.MailModuleImpl
 
start() - Method in class org.jboss.portal.core.impl.tree.loader.CMSCacheLoader
 
start() - Method in class org.jboss.portal.core.impl.tree.loader.DelegatingCacheLoader
 
start() - Method in class org.jboss.portal.core.plugins.page.Page
 
start() - Method in class org.jboss.portal.core.plugins.page.PageRepository
 
start() - Method in class org.jboss.portal.core.plugins.preferences.ProxyPreferenceSetPlugin
 
start() - Method in class org.jboss.portal.core.plugins.security.ModelPlugin
 
start(ClientSession, String) - Static method in class org.jboss.portal.junit.AbstractTestCase
 
start() - Method in class org.jboss.portal.portlet.plugins.language.ResourceBundles
 
start() - Method in class org.jboss.portal.portlet.plugins.preferences.PortletPreferenceSetPlugin
 
start() - Method in class org.jboss.portal.portlet.PortletContainer
 
start() - Method in class org.jboss.portal.server.deployment.jboss.Deployment
 
start(DeploymentInfo) - Method in class org.jboss.portal.server.deployment.jboss.GenericDeployer
 
start() - Method in class org.jboss.portal.server.deployment.jboss.PortalDeployment
 
start(DeploymentInfo) - Method in class org.jboss.portal.server.deployment.jboss.ServerDeployer
 
start() - Method in class org.jboss.portal.server.impl.LayoutServerImpl
 
start() - Method in class org.jboss.portal.server.impl.ThemeServerImpl
 
start() - Method in class org.jboss.portal.server.kernel.BaseService
 
start(ServiceID) - Method in class org.jboss.portal.server.kernel.Kernel
 
start() - Method in class org.jboss.portal.server.kernel.NullService
 
start() - Method in interface org.jboss.portal.server.kernel.Service
Start.
start(boolean) - Method in class org.jboss.portal.server.kernel.state.StateMachine
 
start() - Method in class org.jboss.portal.server.plugins.invocation.InvocationPlugin
 
start() - Method in class org.jboss.portal.server.plugins.mode.ContentTypes
 
start() - Method in class org.jboss.portal.server.plugins.mode.Modes
 
start() - Method in class org.jboss.portal.server.plugins.PluginService
 
start() - Method in class org.jboss.portal.server.plugins.preferences.PreferenceSetPlugin
 
start() - Method in class org.jboss.portal.server.plugins.windowstate.WindowStates
 
start() - Method in class org.jboss.portal.server.Portal
 
start(ServerObjectID) - Method in class org.jboss.portal.server.PortalServer
 
start() - Method in class org.jboss.portal.server.ServerObject
 
start() - Method in class org.jboss.portal.server.util.Service
 
start() - Method in class org.jboss.portal.test.portal.kernel.NullService
 
start(StringBuffer) - Method in class org.jboss.portlet.forums.helper.Goto
DOCUMENT_ME
start(StringBuffer) - Method in class org.jboss.portlet.forums.helper.GotoWithOffset
DOCUMENT_ME
start(StringBuffer) - Method in class org.jboss.portlet.forums.helper.Range
Begin the generated string.
start() - Method in class org.jboss.portlet.forums.theme.ForumsTheme
DOCUMENT_ME
startDir(String) - Method in interface org.jboss.portal.common.net.URLVisitor
Signal the visitor enters a directory.
started(ObjectName) - Method in class org.jboss.portal.common.system.LifeCycleAdapter
 
STARTED - Static variable in class org.jboss.portal.server.kernel.state.State
The service is running
starting(ObjectName) - Method in class org.jboss.portal.common.system.LifeCycleAdapter
 
StartMethod - Class in org.jboss.portal.server.kernel
 
StartMethod(Kernel) - Constructor for class org.jboss.portal.server.kernel.StartMethod
 
startService() - Method in class org.jboss.portal.cms.CMS
 
startService() - Method in class org.jboss.portal.core.hibernate.SessionFactoryBinder
 
startService() - Method in class org.jboss.portal.core.impl.tree.TreeImpl
 
startService() - Method in class org.jboss.portal.core.modules.AbstractModule
 
startService() - Method in class org.jboss.portal.server.deployment.SimpleConfigurator
 
startService() - Method in class org.jboss.portal.server.deployment.WebAppIntercepter
Start listening to the deployer notifications.
startService() - Method in class org.jboss.portal.server.impl.ServerManagerImpl
 
state - Variable in class org.jboss.portal.cms.Node
 
state - Variable in class org.jboss.portal.common.concurrent.Valve
The state.
State - Class in org.jboss.portal.server.kernel.state
Service states.
stateChanged(State, State) - Method in class org.jboss.portal.server.kernel.ServiceState
 
stateChanged(State, State) - Method in class org.jboss.portal.server.kernel.state.StateMachine
 
StateChangeEvent - Class in org.jboss.portal.server.kernel.state
 
StateChangeEvent(Object, State, State, ServiceImplementation) - Constructor for class org.jboss.portal.server.kernel.state.StateChangeEvent
 
stateLock - Variable in class org.jboss.portal.common.concurrent.Valve
The state lock.
StateMachine - Class in org.jboss.portal.server.kernel.state
Keep state and take care of transitions.
StateMachine(Logger) - Constructor for class org.jboss.portal.server.kernel.state.StateMachine
 
StateMachineTestCase - Class in org.jboss.portal.test.portal.kernel
 
StateMachineTestCase(String) - Constructor for class org.jboss.portal.test.portal.kernel.StateMachineTestCase
 
StaticPrincipalFilter - Class in org.jboss.portal.core.servlet
 
StaticPrincipalFilter() - Constructor for class org.jboss.portal.core.servlet.StaticPrincipalFilter
 
STATUS_CREATED - Static variable in class org.jboss.portal.core.impl.tree.NodeStateEvent
Node has been created.
STATUS_MODIFIED - Static variable in class org.jboss.portal.core.impl.tree.NodeStateEvent
Node has been modified.
STATUS_REMOVED - Static variable in class org.jboss.portal.core.impl.tree.NodeStateEvent
Node has been removed.
STICKY - Static variable in class org.jboss.portlet.forums.model.AuthType
DOCUMENT_ME
stop() - Method in class org.jboss.portal.cms.CMS
 
stop() - Method in class org.jboss.portal.common.plugin.AbstractPlugin
 
stop() - Method in class org.jboss.portal.common.system.LifeCycleAdapter
Stop the adapter
stop() - Method in class org.jboss.portal.core.impl.mail.MailModuleImpl
 
stop() - Method in class org.jboss.portal.core.impl.tree.loader.CMSCacheLoader
 
stop() - Method in class org.jboss.portal.core.impl.tree.loader.DelegatingCacheLoader
 
stop() - Method in class org.jboss.portal.core.plugins.page.Page
 
stop() - Method in class org.jboss.portal.core.plugins.page.PageRepository
 
stop() - Method in class org.jboss.portal.core.plugins.security.ModelPlugin
 
stop() - Method in class org.jboss.portal.portlet.PortletContainer
 
stop() - Method in class org.jboss.portal.server.deployment.jboss.Deployment
 
stop(DeploymentInfo) - Method in class org.jboss.portal.server.deployment.jboss.GenericDeployer
 
stop() - Method in class org.jboss.portal.server.deployment.jboss.PortalDeployment
 
stop(DeploymentInfo) - Method in class org.jboss.portal.server.deployment.jboss.ServerDeployer
 
stop() - Method in class org.jboss.portal.server.impl.LayoutServerImpl
 
stop() - Method in class org.jboss.portal.server.impl.ThemeServerImpl
 
stop() - Method in class org.jboss.portal.server.kernel.BaseService
 
stop(ServiceID) - Method in class org.jboss.portal.server.kernel.Kernel
 
stop() - Method in class org.jboss.portal.server.kernel.NullService
 
stop() - Method in interface org.jboss.portal.server.kernel.Service
Stop.
stop(boolean) - Method in class org.jboss.portal.server.kernel.state.StateMachine
 
stop() - Method in class org.jboss.portal.server.plugins.invocation.InvocationPlugin
 
stop() - Method in class org.jboss.portal.server.plugins.PluginService
 
stop() - Method in class org.jboss.portal.server.Portal
 
stop(ServerObjectID) - Method in class org.jboss.portal.server.PortalServer
 
stop() - Method in class org.jboss.portal.server.ServerObject
 
stop() - Method in class org.jboss.portal.server.util.Service
 
stop() - Method in class org.jboss.portal.test.portal.kernel.NullService
 
stop() - Method in class org.jboss.portlet.forums.interceptors.NotificationInterceptor
 
StopMethod - Class in org.jboss.portal.server.kernel
 
StopMethod(Kernel) - Constructor for class org.jboss.portal.server.kernel.StopMethod
 
stopped(ObjectName) - Method in class org.jboss.portal.common.system.LifeCycleAdapter
 
STOPPED - Static variable in class org.jboss.portal.server.kernel.state.State
stopped == destroyed
stopping(ObjectName) - Method in class org.jboss.portal.common.system.LifeCycleAdapter
 
stopService() - Method in class org.jboss.portal.core.hibernate.SessionFactoryBinder
 
stopService() - Method in class org.jboss.portal.core.impl.tree.TreeImpl
 
stopService() - Method in class org.jboss.portal.core.modules.AbstractModule
 
stopService() - Method in class org.jboss.portal.server.deployment.SimpleConfigurator
 
stopService() - Method in class org.jboss.portal.server.deployment.WebAppIntercepter
Stop listening to the deployer notifications.
stopService() - Method in class org.jboss.portal.server.impl.ServerManagerImpl
 
store() - Method in interface javax.portlet.PortletPreferences
Commits all changes made to the preferences via the set methods in the persistent store.
store() - Method in class org.jboss.portal.portlet.impl.PortletPreferencesImpl
 
StoreCalledDuringRenderThrowsIllegalArgumentExceptionPortlet - Class in org.jboss.portal.test.portlet.preferences.spec
 
StoreCalledDuringRenderThrowsIllegalArgumentExceptionPortlet() - Constructor for class org.jboss.portal.test.portlet.preferences.spec.StoreCalledDuringRenderThrowsIllegalArgumentExceptionPortlet
 
storeContent(Node, Property) - Method in class org.jboss.portal.core.impl.tree.loader.CMSCacheLoader
Store the content in the given node.
storeEntireState(byte[]) - Method in class org.jboss.portal.core.impl.tree.loader.CMSCacheLoader
 
storeEntireState(byte[]) - Method in class org.jboss.portal.core.impl.tree.loader.DelegatingCacheLoader
 
StoreMustPersistAllChangesPortlet - Class in org.jboss.portal.test.portlet.preferences.spec
 
StoreMustPersistAllChangesPortlet() - Constructor for class org.jboss.portal.test.portlet.preferences.spec.StoreMustPersistAllChangesPortlet
 
storeProfile(JBossActionRequest, JBossActionResponse) - Method in class org.jboss.portal.core.portlet.user.UserPortlet
DOCUMENT_ME
storeState(DataInputStream) - Method in class org.jboss.portal.core.impl.tree.loader.CMSCacheLoader
Store the state in the store.
strategy - Variable in class org.jboss.portal.portlet.impl.PortletPreferencesImpl
 
StrategyContext - Interface in org.jboss.portal.server.theme.strategy
A strategy context is a state holder for the evaluation of the layout strategy.
StrategyContextImpl - Class in org.jboss.portal.core.theme.strategy.impl
An implementation of the strategy context.
StrategyContextImpl(HttpServletRequest, PortalLayout, Collection, PortletContext, String, String, String[]) - Constructor for class org.jboss.portal.core.theme.strategy.impl.StrategyContextImpl
Create a new instance of this contex.
StrategyException - Exception in org.jboss.portal.server.theme.strategy
TODO: A description of this class.
StrategyException() - Constructor for exception org.jboss.portal.server.theme.strategy.StrategyException
 
StrategyException(Throwable) - Constructor for exception org.jboss.portal.server.theme.strategy.StrategyException
 
StrategyException(String) - Constructor for exception org.jboss.portal.server.theme.strategy.StrategyException
 
StrategyFactory - Class in org.jboss.portal.core.theme.strategy
Factory to find and instantiate Portal Layout Strategies.
StrategyFactoryTest - Class in org.jboss.portal.test.core.theme.strategy
Typically you will have one of these classes for every class in the package you want to test named ClassNameTest
StrategyFactoryTest(String) - Constructor for class org.jboss.portal.test.core.theme.strategy.StrategyFactoryTest
Creates the test with a given name.
StrategyInterceptor - Class in org.jboss.portal.core.invocation
Interceptor to handle layout behavior.
StrategyInterceptor() - Constructor for class org.jboss.portal.core.invocation.StrategyInterceptor
 
StrategyResponse - Interface in org.jboss.portal.server.theme.strategy
Response of a layout strategy to communicate with the strategy interceptor.
StrategyResponseImpl - Class in org.jboss.portal.core.theme.strategy.impl
Implementation of the strategy response.
StrategyResponseImpl() - Constructor for class org.jboss.portal.core.theme.strategy.impl.StrategyResponseImpl
Create a new instance of a response.
StreamResult - Class in org.jboss.portal.server.output
Stream a result to the client directly.
StreamResult(WindowContext, String, byte[]) - Constructor for class org.jboss.portal.server.output.StreamResult
 
StringTestCase - Class in org.jboss.portal.test.common
 
StringTestCase(String) - Constructor for class org.jboss.portal.test.common.StringTestCase
 
StringValue - Class in org.jboss.portal.common.value
 
StringValue() - Constructor for class org.jboss.portal.common.value.StringValue
 
StringValue(String) - Constructor for class org.jboss.portal.common.value.StringValue
 
StringValues - Class in org.jboss.portal.common.value
 
StringValues(String[]) - Constructor for class org.jboss.portal.common.value.StringValues
 
StringValues(String) - Constructor for class org.jboss.portal.common.value.StringValues
 
StringValues() - Constructor for class org.jboss.portal.common.value.StringValues
 
stringWriter - Variable in class org.jboss.portal.test.format.BBCodeHTML2HTMLTestCase
 
stringWriter - Variable in class org.jboss.portal.test.format.BBCodeHTML2TextTestCase
 
StrongTimedContent - Class in org.jboss.portal.server.output.cache
Use strong references.
StrongTimedContent(FragmentResult, long) - Constructor for class org.jboss.portal.server.output.cache.StrongTimedContent
 
SUBSCRIPTIONMODE - Static variable in class org.jboss.portal.core.portlet.user.UserPortletConstants
 
SUBSCRIPTIONMODE_AUTOMATIC - Static variable in class org.jboss.portal.core.portlet.user.UserPortletConstants
 
SUBSCRIPTIONMODE_EMAILVERIFICATION - Static variable in class org.jboss.portal.core.portlet.user.UserPortletConstants
 
SuccessTag - Class in org.jboss.portal.core.servlet.jsp.taglib
Infos tag.
SuccessTag() - Constructor for class org.jboss.portal.core.servlet.jsp.taglib.SuccessTag
 
suite() - Static method in class org.jboss.portal.test.core.theme.strategy.DefaultStrategyImplTest
Static method used to lauch this suite of tests.
suite() - Static method in class org.jboss.portal.test.core.theme.strategy.StrategyFactoryTest
Static method used to lauch this suite of tests.
supports(TransactionManager, Transactions.Runnable) - Static method in class org.jboss.portal.common.transaction.Transactions
 
suspend(TransactionManager) - Static method in class org.jboss.portal.common.transaction.Transactions
Disassociate the current thread with the active transaction.
suspend() - Method in class org.jboss.portal.core.impl.tree.tm.TransactionManagerObserver
 
SVG - Static variable in class org.jboss.portal.common.MediaType
Mime type svg
system - Variable in class org.jboss.portal.portlet.impl.PortletPreferencesImpl
 

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