Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_
_
__getNewDocument()
- Static method in class org.jasig.portal.utils.
DocumentFactory
Returns a new copy of a Document implementation.
_allowDisableOutputEscaping
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
A portal property indicating whether or not to allow the disabling of output escaping.
_boolAttrs
- Static variable in class org.jasig.portal.serialize.
HTMLdtd
_buffer
- Variable in class org.jasig.portal.serialize.
Printer
Output buffer.
_byName
- Static variable in class org.jasig.portal.serialize.
HTMLdtd
Table of entity name to value mapping.
_cdataElements
- Variable in class org.jasig.portal.serialize.
OutputFormat
List of element tag names whose text node children must be output as CDATA.
_doctypePublic
- Variable in class org.jasig.portal.serialize.
OutputFormat
The specified document type public identifier, or null.
_docTypePublicId
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
The system identifier of the document type, if known.
_doctypeSystem
- Variable in class org.jasig.portal.serialize.
OutputFormat
The specified document type system identifier, or null.
_docTypeSystemId
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
The system identifier of the document type, if known.
_docWriter
- Variable in class org.jasig.portal.serialize.
Printer
Holds a reference to the document writer while we are in DTD mode.
_dtdWriter
- Variable in class org.jasig.portal.serialize.
Printer
The DTD writer.
_elemDefs
- Static variable in class org.jasig.portal.serialize.
HTMLdtd
Holds element definitions.
_elementStateCount
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
The index of the next state to place in the array, or one plus the index of the current state.
_elementStates
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
Holds array of all element states that have been entered.
_encoding
- Variable in class org.jasig.portal.serialize.
OutputFormat
The encoding to use, if an input stream is used.
_encodingInfo
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
_encodingInfo
- Variable in class org.jasig.portal.serialize.
OutputFormat
The EncodingInfo instance for _encoding.
_encodings
- Static variable in class org.jasig.portal.serialize.
Encodings
Constructs a list of all the supported encodings.
_entity
- Static variable in class org.jasig.portal.serialize.
HTMLdtd
Table of reverse character reference mapping.
_exception
- Variable in class org.jasig.portal.serialize.
Printer
Holds the exception thrown by the serializer.
_factories
- Static variable in class org.jasig.portal.serialize.
SerializerFactory
_format
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
The output format associated with this serializer.
_format
- Variable in class org.jasig.portal.serialize.
Printer
The output format associated with this serializer.
_getHttpServletResponse()
- Method in class org.jasig.portal.container.servlet.
ServletResponseImpl
_getHttpServletResponse()
- Method in class org.jasig.portal.container.servlet.
StoredServletResponseImpl
_getStructureStylesheetUserPreferences(IPerson, int, int)
- Method in class org.jasig.portal.layout.dlm.
RDBMDistributedLayoutStore
_getUserLayout(IPerson, UserProfile)
- Method in class org.jasig.portal.layout.dlm.
RDBMDistributedLayoutStore
Returns the layout for a user.
_groupsManager
- Static variable in class org.jasig.portal.channels.groupsmanager.
CGroupsManagerServantFactory
_indent
- Variable in class org.jasig.portal.serialize.
OutputFormat
The indentation level, or zero if no indentation was requested.
_indenting
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
True if indenting printer.
_instance
- Static variable in class org.jasig.portal.channels.groupsmanager.
CGroupsManagerServantFactory
_instance
- Static variable in class org.jasig.portal.channels.groupsmanager.permissions.
GroupsManagerAdminPermissions
_instance
- Static variable in class org.jasig.portal.channels.groupsmanager.permissions.
GroupsManagerDefaultPermissions
_instance
- Static variable in class org.jasig.portal.channels.permissionsmanager.
CommandFactory
_instance
- Static variable in class org.jasig.portal.channels.permissionsmanager.
CPermissionsManagerServantFactory
_instance
- Static variable in class org.jasig.portal.channels.permissionsmanager.
RDBMPermissibleRegistry
_instance
- Static variable in class org.jasig.portal.groups.
EntityGroupNameFinder
_instance
- Static variable in class org.jasig.portal.groups.
ReferenceChannelNameFinder
_instance
- Static variable in class org.jasig.portal.services.
EntityPropertyRegistry
_instance
- Static variable in class org.jasig.portal.utils.
DocumentFactory
_line
- Variable in class org.jasig.portal.serialize.
IndentPrinter
Holds the currently accumulating text line.
_lineSeparator
- Variable in class org.jasig.portal.serialize.
OutputFormat
The selected line separator.
_lineWidth
- Variable in class org.jasig.portal.serialize.
OutputFormat
The line width at which to wrap long lines when indenting.
_mediaType
- Variable in class org.jasig.portal.serialize.
OutputFormat
The specified media type or null.
_method
- Variable in class org.jasig.portal.serialize.
OutputFormat
Holds the output method specified for this document, or null if no method was specified.
_method
- Variable in class org.jasig.portal.serialize.
SerializerFactoryImpl
_nextIndent
- Variable in class org.jasig.portal.serialize.
IndentPrinter
Holds the indentation for the next line to be printed.
_nonEscapingElements
- Variable in class org.jasig.portal.serialize.
OutputFormat
List of element tag names whose text node children must be output unescaped.
_omitComments
- Variable in class org.jasig.portal.serialize.
OutputFormat
Ture if comments should be ommited;
_omitDoctype
- Variable in class org.jasig.portal.serialize.
OutputFormat
Ture if the DOCTYPE declaration should be ommited;
_omitXmlDeclaration
- Variable in class org.jasig.portal.serialize.
OutputFormat
Ture if the XML declaration should be ommited;
_output
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
The output stream.
_pos
- Variable in class org.jasig.portal.serialize.
Printer
Position within the output buffer.
_prefixes
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
Association between namespace URIs (keys) and prefixes (values).
_prepared
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
True if the serializer has been prepared.
_preRoot
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
Vector holding comments and PIs that come before the root element (even after it), see
BaseMarkupSerializer.serializePreRoot()
.
_preserve
- Variable in class org.jasig.portal.serialize.
OutputFormat
True if spaces should be preserved in elements that do not specify otherwise, or specify the default behavior.
_printer
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
The printer used for printing text parts.
_proxiableElements
- Static variable in class org.jasig.portal.serialize.
ProxyWriter
The list of elemnets which src attribute is rewritten with proxy.
_proxying
- Variable in class org.jasig.portal.serialize.
ProxyWriter
True if allow rewriting certain elements for proxying.
_safeGetUserLayout(IPerson, UserProfile)
- Method in class org.jasig.portal.layout.dlm.
RDBMDistributedLayoutStore
Handles locking and identifying proper root and namespaces that used to take place in super class.
_spaces
- Variable in class org.jasig.portal.serialize.
IndentPrinter
Counts how many white spaces come between the accumulated line and the current accumulated text.
_standalone
- Variable in class org.jasig.portal.serialize.
OutputFormat
True if the document type should be marked as standalone.
_started
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
If the document has been started (header serialized), this flag is set to true so it's not started twice.
_stripComments
- Variable in class org.jasig.portal.serialize.
OutputFormat
Ture if the comments should be ommited;
_text
- Variable in class org.jasig.portal.serialize.
IndentPrinter
Holds the currently accumulating text that follows
IndentPrinter._line
.
_thisIndent
- Variable in class org.jasig.portal.serialize.
IndentPrinter
Holds the indentation for the current line that is now accumulating in memory and will be sent for printing shortly.
_version
- Variable in class org.jasig.portal.serialize.
OutputFormat
Specifies the version of the output method.
_writer
- Variable in class org.jasig.portal.serialize.
BaseMarkupSerializer
The underlying writer.
_writer
- Variable in class org.jasig.portal.serialize.
Printer
The writer to which the document is written.
_xhtml
- Static variable in class org.jasig.portal.serialize.
HTMLSerializer
True if serializing in XHTML format.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
_